Skip to content

Commit 6df9678

Browse files
committed
Switch to upload-sarif v3
1 parent 7cc0a0c commit 6df9678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: ./out/artifacts
4545
- name: Upload Sarif
4646
if: always() && steps.build.outcome == 'success'
47-
uses: github/codeql-action/upload-sarif@v2
47+
uses: github/codeql-action/upload-sarif@v3
4848
with:
4949
# Path to SARIF file relative to the root of the repository
5050
sarif_file: cifuzz-sarif/results.sarif

0 commit comments

Comments
 (0)