Skip to content

Commit

Permalink
feat(deps): Update github/codeql-action action to v3
Browse files Browse the repository at this point in the history
BREAKING CHANGE: major release of github/codeql-action
  • Loading branch information
plural-renovate[bot] committed May 15, 2024
1 parent f6af7c8 commit 4695c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
ignore-unfixed: true
#severity: 'CRITICAL,HIGH'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: contains(matrix.project, 'cuda') == false
with:
sarif_file: 'trivy-results.sarif'

0 comments on commit 4695c1a

Please sign in to comment.