fix(deps): update non-major-updates

This commit is contained in:
renovate[bot]
2026-04-04 00:58:06 +00:00
committed by GitHub
parent 625fcf8e5c
commit b45861090d
10 changed files with 42 additions and 42 deletions

View File

@@ -388,7 +388,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@a899987af240c0578ed84ce13c02319a693e168f
uses: github/codeql-action/upload-sarif@34950e1b113b30df4edee1a6d3a605242df0c40b
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) }}