We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8936998 commit 89b91abCopy full SHA for 89b91ab
1 file changed
.github/workflows/deny.yml
@@ -44,6 +44,7 @@ jobs:
44
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
45
with:
46
restore-cache: false
47
+ # Pinned to 0.18.9+ for CVSS 4.0 support (EmbarkStudios/cargo-deny#805)
48
tools: cargo-deny@0.18.9
49
50
- run: cargo deny check
0 commit comments