Skip to content

Commit

Permalink
Bump telemetry-batteries and add cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh authored and TheButlah committed Oct 11, 2024
1 parent e094771 commit dcef4a5
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 117 deletions.
7 changes: 0 additions & 7 deletions .cargo/audit.toml

This file was deleted.

16 changes: 5 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,9 @@ 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
with:
components: cargo
- name: install cargo audit
run: cargo install cargo-audit
- name: audit
run: cargo audit
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # pin@v2.0.1
Loading

0 comments on commit dcef4a5

Please sign in to comment.