From d9933585b6c134589d6819909a932de4c1a0db7f Mon Sep 17 00:00:00 2001 From: Arr00 <13561405+arr00@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:40:07 -0400 Subject: [PATCH] Use new tagged slither action release (#5600) --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 78f158014..d8160a592 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -118,7 +118,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up environment uses: ./.github/actions/setup - - uses: crytic/slither-action@d86660fe7e45835a0ec7b7aeb768d271fb421ea0 # Temporary use tagged commit until PR #93 merged + - uses: crytic/slither-action@v0.4.1 codespell: runs-on: ubuntu-latest