Skip to content

Commit

Permalink
Merge pull request #167 from spacemeshos/fix-audit-ci
Browse files Browse the repository at this point in the history
Use the recommented rustsec/audit-check action
  • Loading branch information
poszu authored Dec 21, 2023
2 parents 3daa41f + 7c035a0 commit a332300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a332300

Please sign in to comment.