Skip to content

Commit

Permalink
fix: updated silther.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen-T committed Jan 17, 2024
1 parent 437439a commit a1d94bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
uses: actions/checkout@v3

- name: Run Slither
uses: crytic/slither-action@v0.2.0
uses: crytic/slither-action@v0.3.0
id: slither
with:
node-version: 16
node-version: 18
fail-on: high
slither-args: --exclude controlled-delegatecall
slither-args: --exclude controlled-delegatecall

0 comments on commit a1d94bb

Please sign in to comment.