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 7cc0a0c commit 6df9678Copy full SHA for 6df9678
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
path: ./out/artifacts
45
- name: Upload Sarif
46
if: always() && steps.build.outcome == 'success'
47
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
48
with:
49
# Path to SARIF file relative to the root of the repository
50
sarif_file: cifuzz-sarif/results.sarif
0 commit comments