From 2b6b18562ea2c1b5a5f670c3d6c5056a25e9fb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 08:35:14 +0000 Subject: [PATCH] build(deps): bump crytic/slither-action from 0.3.1 to 0.4.0 Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/crytic/slither-action/releases) - [Commits](https://github.com/crytic/slither-action/compare/v0.3.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] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b4c3eb..a78d2d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - name: Run static analysis with slither - uses: crytic/slither-action@v0.3.1 + uses: crytic/slither-action@v0.4.0 id: slither continue-on-error: true with: