|
24 | 24 | runs-on: ubuntu-latest |
25 | 25 | steps: |
26 | 26 | - uses: actions/checkout@v4 |
27 | | - - uses: crytic/[email protected].1 |
| 27 | + - uses: crytic/[email protected].2 |
28 | 28 | ``` |
29 | 29 |
|
30 | 30 | ### Options |
@@ -139,7 +139,7 @@ jobs: |
139 | 139 | - uses: actions/checkout@v4 |
140 | 140 |
|
141 | 141 | - name: Run Slither |
142 | | - |
| 142 | + |
143 | 143 | id: slither |
144 | 144 | with: |
145 | 145 | sarif: results.sarif |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | runs-on: ubuntu-latest |
175 | 175 | steps: |
176 | 176 | - uses: actions/checkout@v4 |
177 | | - - uses: crytic/[email protected].1 |
| 177 | + - uses: crytic/[email protected].2 |
178 | 178 | with: |
179 | 179 | target: 'src/' |
180 | 180 | ``` |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | uses: actions/checkout@v4 |
212 | 212 |
|
213 | 213 | - name: Run Slither |
214 | | - |
| 214 | + |
215 | 215 | id: slither |
216 | 216 | with: |
217 | 217 | node-version: 16 |
@@ -256,7 +256,7 @@ jobs: |
256 | 256 | uses: actions/checkout@v4 |
257 | 257 |
|
258 | 258 | - name: Run Slither |
259 | | - |
| 259 | + |
260 | 260 | id: slither |
261 | 261 | with: |
262 | 262 | sarif: results.sarif |
@@ -323,7 +323,7 @@ jobs: |
323 | 323 | run: nix-shell --run 'make build' |
324 | 324 |
|
325 | 325 | - name: Run Slither |
326 | | - |
| 326 | + |
327 | 327 | with: |
328 | 328 | ignore-compile: true |
329 | 329 | ``` |
@@ -351,7 +351,7 @@ jobs: |
351 | 351 | uses: actions/checkout@v4 |
352 | 352 |
|
353 | 353 | - name: Run Slither |
354 | | - |
| 354 | + |
355 | 355 | id: slither |
356 | 356 | with: |
357 | 357 | node-version: 16 |
|
0 commit comments