Skip to content

Commit

Permalink
ci: FREE CARGO-AUDIT!
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Storopoli <[email protected]>
  • Loading branch information
storopoli committed Nov 29, 2024
1 parent 0ea3c38 commit 24a02aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
with:
cache-on-failure: true

# HACK: v0.21.0 fails during dependency resolution. Remove when this is resolved
# https://github.com/rustsec/rustsec/issues/1249#issuecomment-2423257490
- name: Install cargo-audit v0.20.0
run: cargo install cargo-audit --version 0.20.0 --force
- name: Install cargo-audit
run: cargo install cargo-audit --force

# HACK: not denying warnings as we depend on `yaml-rust` via `format-serde-error` which is unmaintained
- name: Check for audit warnings
Expand Down

0 comments on commit 24a02aa

Please sign in to comment.