Skip to content

Commit fb3426d

Browse files
[skip ci] CI: Use upload-sarif@v3
1 parent 780a0ea commit fb3426d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cflite_batch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
storage-repo-branch-coverage: gh-pages
4242
- name: Upload Sarif
4343
if: always() && steps.build.outcome == 'success'
44-
uses: github/codeql-action/upload-sarif@v2
44+
uses: github/codeql-action/upload-sarif@v3
4545
with:
4646
sarif_file: cifuzz-sarif/results.sarif
4747
checkout_path: cifuzz-sarif

0 commit comments

Comments
 (0)