Skip to content

Commit

Permalink
chore(ci): use rustsec/audit-check now that it runs on Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur committed Sep 25, 2024
1 parent fe5dfab commit 9050ce1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/audit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Run security audit
# Note: the action below is a temporary fork of rustsec/audit-check; it could be
# replaced if, at some point, rustsec/audit-check is updated to use Node 20.
uses: clechasseur/rustsec-audit-check@b5ade62a8d38826bb50ca4b8b9bc2a8a97f0d44d
uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9050ce1

Please sign in to comment.