Skip to content

Commit

Permalink
ci: nodejs12 is deprecated
Browse files Browse the repository at this point in the history
move audit-check to the one maintained by `rustsec` to stand away from
nodejs 12.

See actions-rs/audit-check#227
  • Loading branch information
baloo committed Apr 2, 2023
1 parent fd069a6 commit a3c3652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.15.2
- uses: actions-rs/audit-check@v1
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a3c3652

Please sign in to comment.