From dfa999d3d19d8e1c57383968055e8e3a8e636467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Mon, 1 Apr 2024 17:41:39 -0300 Subject: [PATCH] Update action version on README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 52aac59..760ce70 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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/' ``` @@ -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 @@ -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 @@ -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 ``` @@ -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 @@ -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