Skip to content

Commit

Permalink
fix: update slither
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 1, 2024
1 parent 87fc1ed commit cb44a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
uses: crytic/slither-action@v0.4.0
id: slither
with:
slither-version: "0.10.0"
slither-version: "0.10.1"
node-version: "22"
fail-on: "none"
slither-args: '--solc-args="--evm-version cancun" --exclude "assembly|solc-version|low-level-calls|naming-convention|controlled-delegatecall|write-after-write|divide-before-multiply|incorrect-shift" --exclude-informational --exclude-low --filter-paths "contracts/mock|node_modules" --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/contracts/'
Expand Down

0 comments on commit cb44a69

Please sign in to comment.