From 5a7f2e4b3bf08535ab4f132dbc4cd68490b0a9b3 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Mon, 3 Mar 2025 16:07:26 +0000 Subject: [PATCH] fix(ci): remove EmbarkStudios/cargo-deny-action cargo-deny-action is broken: EmbarkStudios/cargo-deny-action#91 This change replaces the action with a manual invocation. --- .github/workflows/pr.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 028cba6116..2ac5fc5cbf 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -94,10 +94,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 - run: just fetch - - name: Run cargo deny check bans licenses sources - uses: EmbarkStudios/cargo-deny-action@0484eedcba649433ebd03d9b7c9c002746bbc4b9 - with: - command: check bans licenses sources + - run: cargo deny --all-features check bans licenses sources - run: just check-fmt - run: just clippy - run: just doc