Skip to content

Commit

Permalink
Don't use existing audit action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Dec 6, 2023
1 parent 72cceec commit 74e0c0b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run audit check
run: cargo audit

0 comments on commit 74e0c0b

Please sign in to comment.