Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
0908ea5473 chore(deps): bump github/codeql-action from 4.37.4 to 4.37.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.37.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v4.37.4...v4.37.6)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-14 18:24:34 +00:00

View File

@@ -372,7 +372,7 @@ jobs:
- name: Upload Trivy SARIF to Security tab - name: Upload Trivy SARIF to Security tab
if: needs.prepare.outputs.version != 'main' if: needs.prepare.outputs.version != 'main'
continue-on-error: true continue-on-error: true
uses: github/codeql-action/upload-sarif@v4.37.4 uses: github/codeql-action/upload-sarif@v4.37.6
with: with:
sarif_file: trivy-results.sarif sarif_file: trivy-results.sarif
category: trivy-image category: trivy-image