From c4cc19045793fffca114cb6708cc639d2874ae43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 15:48:09 +0000 Subject: [PATCH] ci(deps): bump crytic/slither-action from 0.3.0 to 0.4.1 Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.3.0 to 0.4.1. - [Release notes](https://github.com/crytic/slither-action/releases) - [Commits](https://github.com/crytic/slither-action/compare/v0.3.0...v0.4.1) --- updated-dependencies: - dependency-name: crytic/slither-action dependency-version: 0.4.1 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 d58cfb9..a73bee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: path: ./ - name: Run Slither Analysis - uses: crytic/slither-action@v0.3.0 + uses: crytic/slither-action@v0.4.1 id: slither with: target: 'contracts/'