Skip to content

Commit

Permalink
Debug CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zguesmi committed Jan 13, 2025
1 parent 9c2d024 commit 329cbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
solc-version: '0.8.21'
slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/
fail-on: none # TODO set this to high or other
sarif: results-new.sarif
sarif: results.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results-new.sarif
sarif_file: results.sarif

0 comments on commit 329cbcd

Please sign in to comment.