Skip to content

Commit 693a55b

Browse files
authored
fix: slither action (#479)
1 parent 452e5d1 commit 693a55b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/semantic-pr.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- opened
1010
- reopened
1111
- ready_for_review
12+
- edited
1213

1314
jobs:
1415
semantic-pr:

.github/workflows/slither.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: forge build
5050

5151
- name: Run Slither
52-
uses: crytic/slither-action@main
52+
uses: crytic/slither-action@d86660fe7e45835a0ec7b7aeb768d271fb421ea0 # tmp fix until: https://github.com/crytic/slither-action/pull/93
5353
id: slither
5454
continue-on-error: true
5555
with:

0 commit comments

Comments
 (0)