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

chore(deps): update github/codeql-action digest to a754a57 (feature/beta-release)
This commit is contained in:
Jeremy
2026-02-23 09:54:55 -05:00
committed by GitHub

View File

@@ -280,7 +280,7 @@ jobs:
- name: Upload Trivy SARIF to GitHub Security
if: steps.check-artifact.outputs.artifact_exists == 'true' || github.event_name == 'push' || github.event_name == 'pull_request'
# github/codeql-action v4
uses: github/codeql-action/upload-sarif@4ea06e96f5e27254d0ea8ff1b6bf2051ece134f0
uses: github/codeql-action/upload-sarif@a754a57c217e908c249c8e54a503b2c84076ba6f
with:
sarif_file: 'trivy-binary-results.sarif'
category: ${{ steps.pr-info.outputs.is_push == 'true' && format('security-scan-{0}', github.event.workflow_run.head_branch) || format('security-scan-pr-{0}', steps.pr-info.outputs.pr_number) }}