ci: Fix slither action
--- don't change below this line --- ENG-4305 Took 4 minutes
This commit is contained in:
12
.github/workflows/slither.yml
vendored
12
.github/workflows/slither.yml
vendored
@@ -11,14 +11,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||||
- name: Install Foundry
|
|
||||||
uses: foundry-rs/foundry-toolchain@v1
|
|
||||||
- name: Build the contracts
|
|
||||||
run: forge build --build-info
|
|
||||||
with:
|
with:
|
||||||
target: "foundry/"
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
submodules: recursive
|
||||||
- uses: crytic/slither-action@f197989dea5b53e986d0f88c60a034ddd77ec9a8
|
- uses: crytic/slither-action@f197989dea5b53e986d0f88c60a034ddd77ec9a8
|
||||||
with:
|
with:
|
||||||
target: "foundry/"
|
target: 'foundry/'
|
||||||
ignore-compile: true
|
slither-args: '--filter-paths foundry/lib/'
|
||||||
slither-args: "--filter-paths foundry/lib/"
|
|
||||||
Reference in New Issue
Block a user