Downgrade `cargo-deny-action` to v1.5.10 (#8192)

This commit is contained in:
Marek 2024-01-24 18:19:31 +01:00 committed by GitHub
parent 34a3ba8c69
commit c103dd6db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ jobs:
- uses: r7kamura/rust-problem-matchers@v1.4.0
- name: Check ${{ matrix.checks }} with features ${{ matrix.features }}
uses: EmbarkStudios/cargo-deny-action@v1
uses: EmbarkStudios/cargo-deny-action@v1.5.10
with:
# --all-features spuriously activates openssl, but we want to ban that dependency in
# all of zebrad's production features for security reasons. But the --all-features job is