From cb03cf284f0e214a191abebab889df901e029f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:25:33 +0000 Subject: [PATCH] chore: Bump crytic/slither-action from 0.3.0 to 0.3.1 Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/crytic/slither-action/releases) - [Commits](https://github.com/crytic/slither-action/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: crytic/slither-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 9883d6e..c96fc4e 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -27,7 +27,7 @@ jobs: run: forge build --build-info --skip test script - name: Run Slither - uses: crytic/slither-action@v0.3.0 + uses: crytic/slither-action@v0.3.1 id: slither with: ignore-compile: true