Skip to content

Commit

Permalink
ci: revise slither job
Browse files Browse the repository at this point in the history
revert: ci: use cached build for slither job
  • Loading branch information
scorpion9979 committed Oct 24, 2023
1 parent 1efd9a9 commit 53166df
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,25 +299,13 @@ 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/[email protected]"
id: "slither"
with:
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"
Expand Down

0 comments on commit 53166df

Please sign in to comment.