Skip to content

Commit e06fe3d

Browse files
feat(deps): Update github/codeql-action action to v3
BREAKING CHANGE: major release of github/codeql-action
1 parent 6ec6ccd commit e06fe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
ignore-unfixed: true
166166
#severity: 'CRITICAL,HIGH'
167167
- name: Upload Trivy scan results to GitHub Security tab
168-
uses: github/codeql-action/upload-sarif@v2
168+
uses: github/codeql-action/upload-sarif@v3
169169
if: contains(matrix.project, 'cuda') == false
170170
with:
171171
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)