Merge pull request #114 from elliotmatson/renovate/github-codeql-action-3.x

Update github/codeql-action action to v3
This commit is contained in:
Elliot Matson 2024-01-05 08:21:40 -06:00 committed by GitHub
commit 966bbeec7f
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'