Skip to content

Commit

Permalink
Pin to last working version of cargo-deny-action
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Jan 24, 2024
1 parent 8c8c60f commit 77fe9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Document
run: cargo doc --profile ci --workspace
- name: cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1
uses: EmbarkStudios/cargo-deny-action@v1.5.10
with:
command: check bans

Expand Down Expand Up @@ -188,6 +188,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1
uses: EmbarkStudios/cargo-deny-action@v1.5.10
with:
command: check advisories

0 comments on commit 77fe9cc

Please sign in to comment.