Skip to content

Commit

Permalink
Update action version on README
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed May 1, 2024
1 parent 25eb90b commit dfa999d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crytic/slither-action@v0.3.2
- uses: crytic/slither-action@v0.4.0
```
### Options
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run Slither
uses: crytic/slither-action@v0.3.2
uses: crytic/slither-action@v0.4.0
id: slither
with:
sarif: results.sarif
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crytic/slither-action@v0.3.2
- uses: crytic/slither-action@v0.4.0
with:
target: 'src/'
```
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Slither
uses: crytic/slither-action@v0.3.2
uses: crytic/slither-action@v0.4.0
id: slither
with:
node-version: 16
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Slither
uses: crytic/slither-action@v0.3.2
uses: crytic/slither-action@v0.4.0
id: slither
with:
sarif: results.sarif
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
run: nix-shell --run 'make build'
- name: Run Slither
uses: crytic/slither-action@v0.3.2
uses: crytic/slither-action@v0.4.0
with:
ignore-compile: true
```
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Slither
uses: crytic/slither-action@v0.3.2
uses: crytic/slither-action@v0.4.0
id: slither
with:
node-version: 16
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crytic/slither-action@v0.3.2
- uses: crytic/slither-action@v0.4.0
with:
target: 'src/'
slither-plugins: requirements-plugins.txt
Expand Down

0 comments on commit dfa999d

Please sign in to comment.