Skip to content

Commit

Permalink
fix slither ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabasco committed Apr 12, 2024
1 parent 7b61d4f commit 8cfe64a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 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/[email protected].0
uses: crytic/[email protected].2
id: slither
with:
node-version: 18
fail-on: high
slither-args: --exclude controlled-delegatecall
slither-args: --exclude controlled-delegatecall,incorrect-return
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]

### [v1.1.1] 2024-04-12
- [7b61d4f](https://github.com/bloxapp/ssv-network/commit/7b61d4f) - [Fix] Revert when passing an empty public keys list.

## [Released]

Expand Down

0 comments on commit 8cfe64a

Please sign in to comment.