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

This commit is contained in:
renovate[bot]
2026-02-16 17:36:30 +00:00
committed by GitHub
parent 4d3962e05a
commit a7ed841d25
3 changed files with 83 additions and 83 deletions

View File

@@ -278,7 +278,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@ef618feace3c4838ae42b239ab86e8fb46437508
uses: github/codeql-action/upload-sarif@aee29a19d72cf73e8b6171f9510db1771d49325b
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) }}