Skip to content

Commit 329cbcd

Browse files
committed
Debug CI issue
1 parent 9c2d024 commit 329cbcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
solc-version: '0.8.21'
4545
slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/
4646
fail-on: none # TODO set this to high or other
47-
sarif: results-new.sarif
47+
sarif: results.sarif
4848
- name: Upload SARIF file
4949
uses: github/codeql-action/upload-sarif@v3
5050
with:
51-
sarif_file: results-new.sarif
51+
sarif_file: results.sarif

0 commit comments

Comments
 (0)