From 015604c5084136304f971c7ae8d0516d55756d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 10:00:42 +0000 Subject: [PATCH] build(deps): 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/f197989dea5b53e986d0f88c60a034ddd77ec9a8...4fd765aeef19915d04ddf0be90c2930036a774d8) --- updated-dependencies: - dependency-name: crytic/slither-action dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 6880892..dd5c1f5 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Run Slither - uses: crytic/slither-action@f197989dea5b53e986d0f88c60a034ddd77ec9a8 #v0.4.0 + uses: crytic/slither-action@4fd765aeef19915d04ddf0be90c2930036a774d8 #v0.4.1 id: slither with: node-version: 18