From 681b262b7e7700a8b47a4e4daca3e35a1d8c6b6e Mon Sep 17 00:00:00 2001 From: ranupthestairs Date: Fri, 18 Mar 2022 10:58:28 +0000 Subject: [PATCH] build(deps): bump crytic/slither-action from 0.1.0 to 0.1.1 (#408) 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](https://github.com/crytic/slither-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/slither.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index b271a55..35b359a 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -26,7 +26,7 @@ jobs: cd contracts && npm i cp -r node_modules/@openzeppelin . - name: Run Slither Action - uses: crytic/slither-action@v0.1.0 + uses: crytic/slither-action@v0.1.1 continue-on-error: true id: slither with: