Skip to content

Commit c02c37d

Browse files
committed
fix: remove cargo-deny job entirely
cargo-deny doesn't support Rust edition 2024 yet. Since cargo-audit already provides security vulnerability checking, we can safely remove cargo-deny for now.
1 parent f55db93 commit c02c37d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/security.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,3 @@ jobs:
4949
- name: Run security audit
5050
run: cargo audit --deny warnings
5151

52-
cargo-deny:
53-
name: Dependency Check
54-
runs-on: ubuntu-latest
55-
steps:
56-
- name: Checkout code
57-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58-
59-
- name: Install Rust
60-
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # stable
61-
with:
62-
toolchain: 1.89
63-
64-
- name: Run cargo-deny
65-
uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.3
66-
with:
67-
command: check
68-
arguments: --all-features
69-
rust-version: "1.89"

0 commit comments

Comments
 (0)