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 8f5a5c2 commit 6595a93Copy full SHA for 6595a93
.github/workflows/reusable-cifuzz.yml
@@ -40,7 +40,7 @@ jobs:
40
path: ./out/artifacts
41
- name: Upload SARIF
42
if: always() && steps.build.outcome == 'success'
43
- uses: github/codeql-action@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
+ uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
44
with:
45
sarif_file: cifuzz-sarif/results.sarif
46
checkout_path: cifuzz-sarif
0 commit comments