Skip to content

Commit

Permalink
Merge pull request crytic#9 from crytic/dev-update-3rdparty-refs
Browse files Browse the repository at this point in the history
Update references to third-party actions in README
  • Loading branch information
montyly authored May 12, 2022
2 parents cedd575 + 96875a2 commit 68ad243
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 @@ -22,7 +22,7 @@ jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: crytic/[email protected]
```
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
sarif: results.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.slither.outputs.sarif }}
```
Expand All @@ -104,7 +104,7 @@ jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: crytic/[email protected]
with:
target: 'src/'
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run Slither
uses: crytic/[email protected]
Expand All @@ -150,7 +150,7 @@ jobs:
sarif: results.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.slither.outputs.sarif }}
```
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run Slither
uses: crytic/[email protected]
Expand All @@ -194,7 +194,7 @@ jobs:
sarif: results.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.slither.outputs.sarif }}
```
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit 68ad243

Please sign in to comment.