From c103dd6db02cf9115a53fcd5211d5849303334f0 Mon Sep 17 00:00:00 2001 From: Marek Date: Wed, 24 Jan 2024 18:19:31 +0100 Subject: [PATCH] Downgrade `cargo-deny-action` to v1.5.10 (#8192) --- .github/workflows/ci-unit-tests-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit-tests-os.yml b/.github/workflows/ci-unit-tests-os.yml index 80d0cdcdc..9f2c86e64 100644 --- a/.github/workflows/ci-unit-tests-os.yml +++ b/.github/workflows/ci-unit-tests-os.yml @@ -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