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 Sep 9, 2022
1 parent 35510b3 commit 2b01696
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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@v3
- uses: crytic/slither-action@v0.1.1
- uses: crytic/slither-action@v0.2.0
```
### Options
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run Slither
uses: crytic/slither-action@v0.1.1
uses: crytic/slither-action@v0.2.0
id: slither
with:
sarif: results.sarif
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/slither-action@v0.1.1
- uses: crytic/slither-action@v0.2.0
with:
target: 'src/'
```
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
uses: actions/checkout@v3
- name: Run Slither
uses: crytic/slither-action@v0.1.1
uses: crytic/slither-action@v0.2.0
id: slither
with:
node-version: 16
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
uses: actions/checkout@v3
- name: Run Slither
uses: crytic/slither-action@v0.1.1
uses: crytic/slither-action@v0.2.0
id: slither
with:
sarif: results.sarif
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
run: nix-shell --run 'make build'
- name: Run Slither
uses: crytic/slither-action@v0.1.1
uses: crytic/slither-action@v0.2.0
with:
ignore-compile: true
```

0 comments on commit 2b01696

Please sign in to comment.