From d55a3cd27601073a09b79af7bcee797384c7ad7f Mon Sep 17 00:00:00 2001 From: ranupthestairs Date: Mon, 17 Oct 2022 17:24:38 +0200 Subject: [PATCH] build(deps): bump crytic/slither-action from 0.1.1 to 0.2.0 (#949) 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](https://github.com/crytic/slither-action/compare/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] 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 924f0fe..48b1cba 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.1 + uses: crytic/slither-action@v0.2.0 continue-on-error: true id: slither with: