Skip to content

Commit 6595a93

Browse files
committed
Fix another subpath
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 8f5a5c2 commit 6595a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: ./out/artifacts
4141
- name: Upload SARIF
4242
if: always() && steps.build.outcome == 'success'
43-
uses: github/codeql-action@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
43+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
4444
with:
4545
sarif_file: cifuzz-sarif/results.sarif
4646
checkout_path: cifuzz-sarif

0 commit comments

Comments
 (0)