Skip to content

Commit

Permalink
ci: switch to cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Oct 11, 2024
1 parent e094771 commit 7198f3a
Show file tree
Hide file tree
Showing 7 changed files with 503 additions and 124 deletions.
7 changes: 0 additions & 7 deletions .cargo/audit.toml

This file was deleted.

14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,11 @@ jobs:
components: rustfmt
- run: cargo fmt --all --check

audit:
runs-on: ubuntu-latest
timeout-minutes: 10
cargo-deny:
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected]
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # [email protected]
with:
components: cargo
- name: install cargo audit
run: cargo install cargo-audit
- name: audit
run: cargo audit
Loading

0 comments on commit 7198f3a

Please sign in to comment.