From 0de2f4c84badafbe19339bafac66d0fee3d11cbd Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Tue, 5 Nov 2024 08:58:51 +0100 Subject: [PATCH] chore(ci): remove cargo-deny install step (#3884) --- .github/workflows/_cargo_deny.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/_cargo_deny.yml b/.github/workflows/_cargo_deny.yml index 3524eed78a3..667346da678 100644 --- a/.github/workflows/_cargo_deny.yml +++ b/.github/workflows/_cargo_deny.yml @@ -17,16 +17,10 @@ jobs: name: cargo deny (bans, licenses, sources) runs-on: [self-hosted] steps: - - uses: taiki-e/install-action@684122deb17127bf60d1d99224e12e8fc0012210 # v2.44.58 - with: - tool: cargo-deny - run: cargo deny --manifest-path ${{ inputs.manifest-path || './Cargo.toml' }} check bans licenses sources advisories: name: cargo deny (advisories) runs-on: [self-hosted] steps: - - uses: taiki-e/install-action@684122deb17127bf60d1d99224e12e8fc0012210 # v2.44.58 - with: - tool: cargo-deny - run: cargo deny --manifest-path ${{ inputs.manifest-path || './Cargo.toml' }} check advisories