chore: merge main
Took 3 minutes
This commit is contained in:
16
.github/workflows/slither.yml
vendored
16
.github/workflows/slither.yml
vendored
@@ -10,15 +10,11 @@ jobs:
|
||||
analyze:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Foundry
|
||||
uses: foundry-rs/foundry-toolchain@v1
|
||||
- name: Build the contracts
|
||||
run: forge build --build-info
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
submodules: recursive
|
||||
- uses: crytic/slither-action@f197989dea5b53e986d0f88c60a034ddd77ec9a8
|
||||
with:
|
||||
target: 'foundry/'
|
||||
- uses: crytic/slither-action@v0.4.0
|
||||
with:
|
||||
target: 'foundry/'
|
||||
ignore-compile: true
|
||||
slither-args: '--filter-paths foundry/lib/'
|
||||
slither-args: '--filter-paths foundry/lib/'
|
||||
|
||||
Reference in New Issue
Block a user