We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780a0ea commit fb3426dCopy full SHA for fb3426d
.github/workflows/cflite_batch.yml
@@ -41,7 +41,7 @@ jobs:
41
storage-repo-branch-coverage: gh-pages
42
- name: Upload Sarif
43
if: always() && steps.build.outcome == 'success'
44
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
45
with:
46
sarif_file: cifuzz-sarif/results.sarif
47
checkout_path: cifuzz-sarif
0 commit comments