Skip to content

Commit

Permalink
Merge pull request #83 from crytic/dev-readme-040
Browse files Browse the repository at this point in the history
Update action README for v0.4.0
  • Loading branch information
elopez authored May 1, 2024
2 parents 25eb90b + e97f27d commit f197989
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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 @@ -310,7 +310,7 @@ jobs:
run: npm install --global yarn
- name: Install Nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v26
- name: Configure Cachix
uses: cachix/cachix-action@v14
Expand All @@ -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 f197989

Please sign in to comment.