fix: test run outside a PR
This commit is contained in:
6
.github/workflows/slither.yml
vendored
6
.github/workflows/slither.yml
vendored
@@ -10,8 +10,8 @@ jobs:
|
||||
analyze:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: crytic/slither-action@v0.4.0
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: crytic/slither-action@f197989dea5b53e986d0f88c60a034ddd77ec9a8
|
||||
with:
|
||||
target: 'foundry/'
|
||||
slither-args: '--filter-paths foundry/lib/'
|
||||
slither-args: '--filter-paths foundry/lib/'
|
||||
|
||||
Reference in New Issue
Block a user