Skip to content

Commit

Permalink
CI use rustsec/audit-check for node16
Browse files Browse the repository at this point in the history
Node12 is deprecated from Github's CI and actions-rs/audit-check seems
unmaintained. The works around
actions-rs/audit-check#227
  • Loading branch information
astraw committed May 12, 2023
1 parent 668ef37 commit 06aafd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Audit
uses: actions-rs/audit-check@v1
uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 06aafd3

Please sign in to comment.