From bfafbf48cb59eeaa8844b648271fa4cad23f09ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:29:09 +0000 Subject: [PATCH] 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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 d7f0b40..30e7270 100644 --- a/.github/workflows/Slither.yml +++ b/.github/workflows/Slither.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Run Slither - uses: crytic/slither-action@v0.3.0 + uses: crytic/slither-action@v0.4.1 id: slither with: node-version: 20