From 39624bdce22ab93dbd41cbb28ba6d636297239d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:05:23 +0000 Subject: [PATCH] Bump crytic/slither-action from 0.3.0 to 0.4.2 Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.3.0 to 0.4.2. - [Release notes](https://github.com/crytic/slither-action/releases) - [Commits](https://github.com/crytic/slither-action/compare/v0.3.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-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..1d2e80e 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.2 id: slither with: node-version: 20