Skip to content

Commit 5fa73cc

Browse files
authored
Fix paths for the working directory
1 parent 74f5164 commit 5fa73cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: IAR C-STAT Static Analysis
3232
working-directory: tutorial
3333
run: |
34-
ichecks --all --output build/checks.manifest
35-
icstat --checks build/checks.manifest --db build/cstat.db --sarif_dir build analyze -- iccarm tutorial.c
34+
ichecks --all --output checks.manifest
35+
icstat --checks checks.manifest --db cstat.db --sarif_dir . analyze -- iccarm tutorial.c
3636
3737
- name: Upload SARIF
3838
uses: github/codeql-action/upload-sarif@v3
3939
with:
40-
sarif_file: tutorial/build/tutorial.c.sarif
40+
sarif_file: tutorial/tutorial.c.sarif
4141
category: cstat-analysis

0 commit comments

Comments
 (0)