chore(deps): update weekly-non-major-updates

This commit is contained in:
renovate[bot]
2026-02-04 10:28:38 +00:00
committed by GitHub
parent a69b3d3768
commit f6c6a2b51a
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ jobs:
- name: Upload Trivy SARIF to GitHub Security
if: steps.check-artifact.outputs.artifact_exists == 'true'
# github/codeql-action v4
uses: github/codeql-action/upload-sarif@ab5b0e3aabf4de044f07a63754c2110d3ef2df38
uses: github/codeql-action/upload-sarif@f959778b39f110f7919139e242fa5ac47393c877
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) }}