Skip to content

Commit 5de4e09

Browse files
committed
Update upload-sarif version
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 9ff6713 commit 5de4e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
failure-threshold: fatal
9999

100100
- name: Upload Dockle SARIF Report
101-
uses: github/codeql-action/upload-sarif@v1.2.0
101+
uses: github/codeql-action/upload-sarif@v2
102102
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/develop') }}
103103
with:
104104
sarif_file: super-report.sarif

0 commit comments

Comments
 (0)