From c470c0b5aee0680de296bf17ec01ad503b03052f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:18:44 +0000 Subject: [PATCH] ci: bump crytic/slither-action from 0.4.0 to 0.4.1 Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/crytic/slither-action/releases) - [Commits](https://github.com/crytic/slither-action/compare/v0.4.0...v0.4.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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 175cb33..47b7f30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: rm foundry.toml - name: Run Slither - uses: crytic/slither-action@v0.4.0 + uses: crytic/slither-action@v0.4.1 id: slither with: target: "src/SparkRsr.sol"