Skip to content

Commit 6015d7e

Browse files
authored
Use patched version of slither ci (#5594)
1 parent fda6b85 commit 6015d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v4
119119
- name: Set up environment
120120
uses: ./.github/actions/setup
121-
- uses: crytic/slither-action@v0.4.0
121+
- uses: crytic/slither-action@d86660fe7e45835a0ec7b7aeb768d271fb421ea0 # Temporary use tagged commit until PR #93 merged
122122

123123
codespell:
124124
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)