Skip to content

Commit

Permalink
Merge pull request #107 from astraw/audit-check
Browse files Browse the repository at this point in the history
CI use rustsec/audit-check for node16
  • Loading branch information
astraw authored May 14, 2023
2 parents 668ef37 + 06aafd3 commit 6190237
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 6190237

Please sign in to comment.