Bump github/codeql-action from 1 to 3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 3.
- [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/v1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-05 13:56:48 +00:00 committed by GitHub
parent 3b477887d1
commit a0132bfc22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,6 @@ jobs:
- name: Fix .trivy permissions - name: Fix .trivy permissions
run: sudo chown -R $(stat . -c %u:%g) .trivy run: sudo chown -R $(stat . -c %u:%g) .trivy
- name: Upload Trivy scan results to GitHub Security tab - name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1 uses: github/codeql-action/upload-sarif@v3
with: with:
sarif_file: 'trivy-results.sarif' sarif_file: 'trivy-results.sarif'