Skip to content

Commit

Permalink
Merge pull request #186 from OffchainLabs/bump-slither
Browse files Browse the repository at this point in the history
Bump Slither action
  • Loading branch information
gzeoneth committed May 24, 2024
2 parents 4e153cc + 4445cd5 commit 00f94f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13,100 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
- uses: actions/checkout@v4

- name: Run Slither
uses: crytic/slither-action@v0.3.1
uses: crytic/slither-action@v0.4.0
id: slither
with:
sarif: results.sarif
fail-on: medium
slither-args: --skip-assembly

- name: Upload SARIF file
if: always()
Expand Down
Loading

0 comments on commit 00f94f7

Please sign in to comment.