Browse Source

Pin Slither to 0.9.1 (#3949)

Francisco 2 years ago
parent
commit
86de1e8b6c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/checks.yml

+ 2 - 0
.github/workflows/checks.yml

@@ -78,6 +78,8 @@ jobs:
         uses: ./.github/actions/setup
       - run: rm foundry.toml
       - uses: crytic/slither-action@v0.2.0
+        with:
+          slither-version: 0.9.1
 
   codespell:
     if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'