Skip to content

Commit

Permalink
Merge pull request #82 from crytic/dev-version
Browse files Browse the repository at this point in the history
Update action version on README
  • Loading branch information
elopez committed Apr 1, 2024
2 parents c387a9e + 0328f2f commit 8fd2924
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.1
- uses: crytic/slither-action@v0.3.2
```
### Options
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run Slither
uses: crytic/slither-action@v0.3.1
uses: crytic/slither-action@v0.3.2
id: slither
with:
sarif: results.sarif
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crytic/slither-action@v0.3.1
- uses: crytic/slither-action@v0.3.2
with:
target: 'src/'
```
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Slither
uses: crytic/slither-action@v0.3.1
uses: crytic/slither-action@v0.3.2
id: slither
with:
node-version: 16
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Slither
uses: crytic/slither-action@v0.3.1
uses: crytic/slither-action@v0.3.2
id: slither
with:
sarif: results.sarif
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
run: nix-shell --run 'make build'
- name: Run Slither
uses: crytic/slither-action@v0.3.1
uses: crytic/slither-action@v0.3.2
with:
ignore-compile: true
```
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Slither
uses: crytic/slither-action@v0.3.1
uses: crytic/slither-action@v0.3.2
id: slither
with:
node-version: 16
Expand Down

0 comments on commit 8fd2924

Please sign in to comment.