File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v2
26- - uses : crytic/slither-action@v1
26+ - uses : crytic/slither-action@v0.1.0
2727` ` `
2828
2929## Options
7171 runs-on: ubuntu-latest
7272 steps:
7373 - name: Run Slither
74- uses: crytic/slither-action@v1
74+ uses: crytic/slither-action@v0.1.0
7575 id: slither
7676 continue-on-error: true
7777 with:
@@ -105,7 +105,7 @@ jobs:
105105 runs-on: ubuntu-latest
106106 steps:
107107 - uses: actions/checkout@v2
108- - uses: crytic/slither-action@v1
108+ - uses: crytic/slither-action@v0.1.0
109109 with:
110110 target: 'src/'
111111` ` `
@@ -142,7 +142,7 @@ jobs:
142142 uses: actions/checkout@v2
143143
144144 - name: Run Slither
145- uses: crytic/slither-action@v1
145+ uses: crytic/slither-action@v0.1.0
146146 continue-on-error: true
147147 id: slither
148148 with:
@@ -187,7 +187,7 @@ jobs:
187187 uses: actions/checkout@v2
188188
189189 - name: Run Slither
190- uses: crytic/slither-action@v1
190+ uses: crytic/slither-action@v0.1.0
191191 continue-on-error: true
192192 id: slither
193193 with:
@@ -254,7 +254,7 @@ jobs:
254254 run: nix-shell --run 'make build'
255255
256256 - name: Run Slither
257- uses: crytic/slither-action@v1
257+ uses: crytic/slither-action@v0.1.0
258258 with:
259259 ignore-compile: true
260260` ` `
You can’t perform that action at this time.
0 commit comments