We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2d024 commit 329cbcdCopy full SHA for 329cbcd
.github/workflows/main.yml
@@ -44,8 +44,8 @@ jobs:
44
solc-version: '0.8.21'
45
slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/
46
fail-on: none # TODO set this to high or other
47
- sarif: results-new.sarif
+ sarif: results.sarif
48
- name: Upload SARIF file
49
uses: github/codeql-action/upload-sarif@v3
50
with:
51
- sarif_file: results-new.sarif
+ sarif_file: results.sarif
0 commit comments