Merge pull request #758 from Wikid82/renovate/feature/beta-release-non-major-updates

chore(deps): update github/codeql-action digest to 28737ec (feature/beta-release)
This commit is contained in:
Jeremy
2026-02-24 14:55:39 -05:00
committed by GitHub

View File

@@ -286,7 +286,7 @@ jobs:
- name: Upload Trivy SARIF to GitHub Security
if: always() && steps.trivy-sarif-check.outputs.exists == 'true'
# github/codeql-action v4
uses: github/codeql-action/upload-sarif@cb4e075f119f8bccbc942d49655b2cd4dc6e615a
uses: github/codeql-action/upload-sarif@28737ec792fa19d1d04dc0dc299f1de0559a9635
with:
sarif_file: 'trivy-binary-results.sarif'
category: ${{ steps.pr-info.outputs.is_push == 'true' && format('security-scan-{0}', github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || github.ref_name) || format('security-scan-pr-{0}', steps.pr-info.outputs.pr_number) }}