Skip to content

Commit

Permalink
chore(ci): remove cargo-deny install step (#3884)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Nov 5, 2024
1 parent d387f1a commit 0de2f4c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/_cargo_deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0de2f4c

Please sign in to comment.