Skip to content

Commit

Permalink
attempt to fix CI audit by removing dependency on a third party
Browse files Browse the repository at this point in the history
  • Loading branch information
ETeissonniere committed May 6, 2020
1 parent a267ff2 commit 80e9d59
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@issue-104
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install cargo-audit
run: cargo install cargo-audit

- name: audit
run: cargo audit

0 comments on commit 80e9d59

Please sign in to comment.