Update github/codeql-action action to v3

This commit is contained in:
renovate[bot] 2023-12-13 19:23:54 +00:00 committed by GitHub
parent 44ef892401
commit b002cb6322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,6 @@ jobs:
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'