Skip to content

Commit 061cb24

Browse files
committed
Also run sarif check in other platforms
1 parent c579402 commit 061cb24

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
- run: dfetch check
8787
- run: dfetch update
8888
- run: dfetch update
89-
- run: dfetch check --sarif sarif.json
90-
- name: Upload SARIF file
91-
uses: github/codeql-action/upload-sarif@v3
89+
- name: Dfetch SARIF Check
90+
uses: ./github/actions/dfetch-action
9291
with:
93-
sarif_file: sarif.json
92+
working-directory: '.'
93+

0 commit comments

Comments
 (0)