We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452e5d1 commit 693a55bCopy full SHA for 693a55b
.github/workflows/semantic-pr.yaml
@@ -9,6 +9,7 @@ on:
9
- opened
10
- reopened
11
- ready_for_review
12
+ - edited
13
14
jobs:
15
semantic-pr:
.github/workflows/slither.yaml
@@ -49,7 +49,7 @@ jobs:
49
run: forge build
50
51
- name: Run Slither
52
- uses: crytic/slither-action@main
+ uses: crytic/slither-action@d86660fe7e45835a0ec7b7aeb768d271fb421ea0 # tmp fix until: https://github.com/crytic/slither-action/pull/93
53
id: slither
54
continue-on-error: true
55
with:
0 commit comments