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 76f2576
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Security Audit
on:
pull_request:
paths: Cargo.lock
paths:
- "Cargo.lock"
- ".github/workflows/security-audit.yml"
push:
branches: master
paths: Cargo.lock
paths:
- "Cargo.lock"
- ".github/workflows/security-audit.yml"
schedule:
- cron: "0 0 * * *"

Expand All @@ -21,7 +25,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 76f2576

Please sign in to comment.