24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- uses : actions/checkout@v4
27
- - uses : crytic/slither-action@v0.3.2
27
+ - uses : crytic/slither-action@v0.4.0
28
28
` ` `
29
29
30
30
### Options
@@ -140,7 +140,7 @@ jobs:
140
140
- uses: actions/checkout@v4
141
141
142
142
- name: Run Slither
143
- uses: crytic/slither-action@v0.3.2
143
+ uses: crytic/slither-action@v0.4.0
144
144
id: slither
145
145
with:
146
146
sarif: results.sarif
@@ -175,7 +175,7 @@ jobs:
175
175
runs-on: ubuntu-latest
176
176
steps:
177
177
- uses: actions/checkout@v4
178
- - uses: crytic/slither-action@v0.3.2
178
+ - uses: crytic/slither-action@v0.4.0
179
179
with:
180
180
target: 'src/'
181
181
` ` `
@@ -212,7 +212,7 @@ jobs:
212
212
uses: actions/checkout@v4
213
213
214
214
- name: Run Slither
215
- uses: crytic/slither-action@v0.3.2
215
+ uses: crytic/slither-action@v0.4.0
216
216
id: slither
217
217
with:
218
218
node-version: 16
@@ -257,7 +257,7 @@ jobs:
257
257
uses: actions/checkout@v4
258
258
259
259
- name: Run Slither
260
- uses: crytic/slither-action@v0.3.2
260
+ uses: crytic/slither-action@v0.4.0
261
261
id: slither
262
262
with:
263
263
sarif: results.sarif
@@ -310,7 +310,7 @@ jobs:
310
310
run: npm install --global yarn
311
311
312
312
- name: Install Nix
313
- uses: cachix/install-nix-action@v25
313
+ uses: cachix/install-nix-action@v26
314
314
315
315
- name: Configure Cachix
316
316
uses: cachix/cachix-action@v14
@@ -324,7 +324,7 @@ jobs:
324
324
run: nix-shell --run 'make build'
325
325
326
326
- name: Run Slither
327
- uses: crytic/slither-action@v0.3.2
327
+ uses: crytic/slither-action@v0.4.0
328
328
with:
329
329
ignore-compile: true
330
330
` ` `
@@ -352,7 +352,7 @@ jobs:
352
352
uses: actions/checkout@v4
353
353
354
354
- name: Run Slither
355
- uses: crytic/slither-action@v0.3.2
355
+ uses: crytic/slither-action@v0.4.0
356
356
id: slither
357
357
with:
358
358
node-version: 16
@@ -420,7 +420,7 @@ jobs:
420
420
runs-on: ubuntu-latest
421
421
steps:
422
422
- uses: actions/checkout@v4
423
- - uses: crytic/slither-action@v0.3.2
423
+ - uses: crytic/slither-action@v0.4.0
424
424
with:
425
425
target: 'src/'
426
426
slither-plugins: requirements-plugins.txt
0 commit comments