Skip to content

Commit

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

---
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] committed May 2, 2024
1 parent 0016f8f commit edfec47
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.1.1
uses: crytic/slither-action@v0.4.0
continue-on-error: true
id: slither
with:
Expand Down

0 comments on commit edfec47

Please sign in to comment.