Skip to content

Commit

Permalink
Update security-audit.yml (#20)
Browse files Browse the repository at this point in the history
get rid of node 12 stuff

Signed-off-by: grtwje <63551230+grtwje@users.noreply.github.com>
  • Loading branch information
grtwje authored Apr 16, 2023
1 parent 3ce6cbf commit 9aafd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9aafd96

Please sign in to comment.