소스 검색

Remove slither hardcoded version (#4431)

Ernesto García 2 년 전
부모
커밋
996168f1f1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .github/workflows/checks.yml

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

@@ -100,7 +100,6 @@ jobs:
       - uses: crytic/slither-action@v0.3.0
         with:
           node-version: 18.15
-          slither-version: 0.9.3
 
   codespell:
     runs-on: ubuntu-latest