From 53166df9711843a03dd405e6a06b5cf71bf60ab2 Mon Sep 17 00:00:00 2001 From: Ahmed Ihsan Tawfeeq Date: Mon, 23 Oct 2023 23:54:51 -0600 Subject: [PATCH] ci: revise slither job revert: ci: use cached build for slither job --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bba69058..9f6995b26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,16 +299,6 @@ jobs: with: submodules: "recursive" - - name: "Restore the cached build" - uses: "actions/cache/restore@v3" - with: - fail-on-cache-miss: true - key: "foundry-build-${{ github.sha }}" - path: | - cache - out - out-optimized - - name: "Run Slither analysis" uses: "crytic/slither-action@v0.3.0" id: "slither" @@ -316,8 +306,6 @@ jobs: fail-on: "none" sarif: "results.sarif" solc-version: "0.8.21" - target: "src/" - ignore-compile: true - name: "Upload SARIF file to GitHub code scanning" uses: "github/codeql-action/upload-sarif@v2"