Skip to content

Commit 135c66e

Browse files
committed
Fix missing checkout for Slither CI job
1 parent 9377627 commit 135c66e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
contents: read
3333
runs-on: ubuntu-latest
3434
steps:
35+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+
with:
37+
persist-credentials: false
38+
submodules: recursive
39+
3540
- uses: crytic/slither-action@b52cc1cbfee9ca3e8722dd5224299d16c9a6b80f # v0.4.2
3641
with:
3742
fail-on: high

0 commit comments

Comments
 (0)