Skip to content

Commit 15df753

Browse files
committed
github/codeql-action/upload-sarif@v4
1 parent b7f7f78 commit 15df753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ jobs:
671671
path: ./out/artifacts
672672
- name: Upload SARIF
673673
if: always() && steps.build.outcome == 'success'
674-
uses: github/codeql-action/upload-sarif@v3
674+
uses: github/codeql-action/upload-sarif@v4
675675
with:
676676
sarif_file: cifuzz-sarif/results.sarif
677677
checkout_path: cifuzz-sarif

0 commit comments

Comments
 (0)