Skip to content

Commit

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

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

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 Mar 18, 2022
1 parent 27e3639 commit 681b262
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/[email protected].0
uses: crytic/[email protected].1
continue-on-error: true
id: slither
with:
Expand Down

0 comments on commit 681b262

Please sign in to comment.