Skip to content

Commit 4fd765a

Browse files
authored
Merge pull request #95 from crytic/dev-update-readme
Update action README for v0.4.1
2 parents 4c869f5 + 6bbb739 commit 4fd765a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: crytic/[email protected].0
27+
- uses: crytic/[email protected].1
2828
```
2929
3030
### Options
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/checkout@v4
141141
142142
- name: Run Slither
143-
uses: crytic/[email protected].0
143+
uses: crytic/[email protected].1
144144
id: slither
145145
with:
146146
sarif: results.sarif
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: ubuntu-latest
176176
steps:
177177
- uses: actions/checkout@v4
178-
- uses: crytic/[email protected].0
178+
- uses: crytic/[email protected].1
179179
with:
180180
target: 'src/'
181181
```
@@ -212,7 +212,7 @@ jobs:
212212
uses: actions/checkout@v4
213213
214214
- name: Run Slither
215-
uses: crytic/[email protected].0
215+
uses: crytic/[email protected].1
216216
id: slither
217217
with:
218218
node-version: 16
@@ -257,7 +257,7 @@ jobs:
257257
uses: actions/checkout@v4
258258
259259
- name: Run Slither
260-
uses: crytic/[email protected].0
260+
uses: crytic/[email protected].1
261261
id: slither
262262
with:
263263
sarif: results.sarif
@@ -324,7 +324,7 @@ jobs:
324324
run: nix-shell --run 'make build'
325325
326326
- name: Run Slither
327-
uses: crytic/[email protected].0
327+
uses: crytic/[email protected].1
328328
with:
329329
ignore-compile: true
330330
```
@@ -352,7 +352,7 @@ jobs:
352352
uses: actions/checkout@v4
353353
354354
- name: Run Slither
355-
uses: crytic/[email protected].0
355+
uses: crytic/[email protected].1
356356
id: slither
357357
with:
358358
node-version: 16
@@ -420,7 +420,7 @@ jobs:
420420
runs-on: ubuntu-latest
421421
steps:
422422
- uses: actions/checkout@v4
423-
- uses: crytic/[email protected].0
423+
- uses: crytic/[email protected].1
424424
with:
425425
target: 'src/'
426426
slither-plugins: requirements-plugins.txt

0 commit comments

Comments
 (0)