Skip to content

Commit f197989

Browse files
authored
Merge pull request #83 from crytic/dev-readme-040
Update action README for v0.4.0
2 parents 25eb90b + e97f27d commit f197989

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: README.md

+9-9
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/slither-action@v0.3.2
27+
- uses: crytic/slither-action@v0.4.0
2828
```
2929
3030
### Options
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/checkout@v4
141141
142142
- name: Run Slither
143-
uses: crytic/slither-action@v0.3.2
143+
uses: crytic/slither-action@v0.4.0
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/slither-action@v0.3.2
178+
- uses: crytic/slither-action@v0.4.0
179179
with:
180180
target: 'src/'
181181
```
@@ -212,7 +212,7 @@ jobs:
212212
uses: actions/checkout@v4
213213
214214
- name: Run Slither
215-
uses: crytic/slither-action@v0.3.2
215+
uses: crytic/slither-action@v0.4.0
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/slither-action@v0.3.2
260+
uses: crytic/slither-action@v0.4.0
261261
id: slither
262262
with:
263263
sarif: results.sarif
@@ -310,7 +310,7 @@ jobs:
310310
run: npm install --global yarn
311311
312312
- name: Install Nix
313-
uses: cachix/install-nix-action@v25
313+
uses: cachix/install-nix-action@v26
314314
315315
- name: Configure Cachix
316316
uses: cachix/cachix-action@v14
@@ -324,7 +324,7 @@ jobs:
324324
run: nix-shell --run 'make build'
325325
326326
- name: Run Slither
327-
uses: crytic/slither-action@v0.3.2
327+
uses: crytic/slither-action@v0.4.0
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/slither-action@v0.3.2
355+
uses: crytic/slither-action@v0.4.0
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/slither-action@v0.3.2
423+
- uses: crytic/slither-action@v0.4.0
424424
with:
425425
target: 'src/'
426426
slither-plugins: requirements-plugins.txt

0 commit comments

Comments
 (0)