Parcourir la source

Use patched version of slither ci (#5594)

Arr00 il y a 6 mois
Parent
commit
6015d7ef79
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/checks.yml

+ 1 - 1
.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@v0.4.0
+      - uses: crytic/slither-action@d86660fe7e45835a0ec7b7aeb768d271fb421ea0 # Temporary use tagged commit until PR #93 merged
 
   codespell:
     runs-on: ubuntu-latest