From 2cffd77cdfa430d06206ef034fc4b9c8b1da795c Mon Sep 17 00:00:00 2001 From: 0xtekgrinder <0xtekgrinder@protonmail.com> Date: Tue, 7 May 2024 01:06:24 -0400 Subject: [PATCH] chore: use new version of slither ci --- .github/workflows/ci.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abf16c2..faac32b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,17 +223,14 @@ jobs: - name: Compile foundry run: forge clean && forge build --build-info --force --skip "*/test/**" "*/scripts/**" - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - - - name: "Install Slither" - run: "python3 -m pip install slither-analyzer" - - - name: "Run Slither analysis" - run: "slither . --ignore-compile --sarif results.sarif --fail-none" + # - name: "Install Slither" + # run: "python3 -m pip install slither-analyzer" +# + # - name: "Run Slither analysis" + # run: "slither . --ignore-compile --sarif results.sarif --fail-none" - name: "Run Slither analysis" - uses: "crytic/slither-action@v0.3.2" + uses: "crytic/slither-action@v0.4.0" id: "slither" with: ignore-compile: true