From fe721ba5135c8a6101730044d5d6929a9167d8ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:19:15 +0000 Subject: [PATCH] ci(deps): bump crytic/slither-action from 0.4.0 to 0.4.2 Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.4.0 to 0.4.2. - [Release notes](https://github.com/crytic/slither-action/releases) - [Commits](https://github.com/crytic/slither-action/compare/v0.4.0...v0.4.2) --- updated-dependencies: - dependency-name: crytic/slither-action dependency-version: 0.4.2 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 84e8304..f9906c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: working-directory: ./contracts run: npm ci --legacy-peer-deps && npx hardhat compile - name: Run Slither analyzer - uses: crytic/slither-action@v0.4.0 + uses: crytic/slither-action@v0.4.2 with: target: contracts/ slither-args: --filter-paths "node_modules"