Skip to content

Commit

Permalink
build(deps): bump crytic/slither-action from 0.2.0 to 0.3.2
Browse files Browse the repository at this point in the history
Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.2.0 to 0.3.2.
- [Release notes](https://github.com/crytic/slither-action/releases)
- [Commits](crytic/slither-action@v0.2.0...v0.3.2)

---
updated-dependencies:
- dependency-name: crytic/slither-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent bc62043 commit 1779ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cd contracts && npm i
cp -r node_modules/@openzeppelin .
- name: Run Slither Action
uses: crytic/slither-action@v0.2.0
uses: crytic/slither-action@v0.3.2
continue-on-error: true
id: slither
with:
Expand Down

0 comments on commit 1779ac7

Please sign in to comment.