Skip to content

Commit 67b2c7e

Browse files
authored
Fix path to the sarif db
1 parent 6061d72 commit 67b2c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
- name: Upload SARIF
4444
uses: github/codeql-action/upload-sarif@v3
4545
with:
46-
sarif_file: build/tutorial.c.sarif
46+
sarif_file: tutorial/build/tutorial.c.sarif
4747
category: cstat-analysis

0 commit comments

Comments
 (0)