Skip to content

Commit

Permalink
build(deps): bump crytic/slither-action from 0.1.1 to 0.2.0 (#949)
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.2.0.
- [Release notes](https://github.com/crytic/slither-action/releases)
- [Commits](crytic/slither-action@v0.1.1...v0.2.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]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ranupthestairs and dependabot[bot] committed Oct 17, 2022
1 parent 41a3ff8 commit d55a3cd
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.2.0
continue-on-error: true
id: slither
with:
Expand Down

0 comments on commit d55a3cd

Please sign in to comment.