mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-03 21:24:26 +08:00
pin cargo-deny exactly
This commit is contained in:
parent
167f001429
commit
0ac3fbabc3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
- name: Install tools
|
||||
run: |
|
||||
cargo install just
|
||||
cargo install cargo-deny@^0.18
|
||||
cargo install cargo-deny@0.18.3
|
||||
cargo install cargo-cyclonedx@^0.5
|
||||
mkdir cdx
|
||||
wget https://github.com/CycloneDX/cyclonedx-cli/releases/download/v0.27.2/${{ matrix.cyclonedx-build }} -O cyclonedx
|
||||
|
|
Loading…
Add table
Reference in a new issue