We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c579402 commit 061cb24Copy full SHA for 061cb24
1 file changed
.github/workflows/run.yml
@@ -86,8 +86,8 @@ jobs:
86
- run: dfetch check
87
- run: dfetch update
88
89
- - run: dfetch check --sarif sarif.json
90
- - name: Upload SARIF file
91
- uses: github/codeql-action/upload-sarif@v3
+ - name: Dfetch SARIF Check
+ uses: ./github/actions/dfetch-action
92
with:
93
- sarif_file: sarif.json
+ working-directory: '.'
+
0 commit comments