From 8916f5f301e0cdfaef046d7ef779e259d73130e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Tue, 7 Apr 2026 15:41:09 -0500 Subject: [PATCH] gha: Pin action for cargo-deny workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cargo-deny workflow should be the last workflow to not use a pinned version. Signed-off-by: Aurélien Bombo --- .github/cargo-deny-composite-action/cargo-deny-skeleton.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/cargo-deny-composite-action/cargo-deny-skeleton.yaml.in b/.github/cargo-deny-composite-action/cargo-deny-skeleton.yaml.in index ffe0d1775c..c570ad996e 100644 --- a/.github/cargo-deny-composite-action/cargo-deny-skeleton.yaml.in +++ b/.github/cargo-deny-composite-action/cargo-deny-skeleton.yaml.in @@ -14,7 +14,7 @@ runs: using: "composite" steps: - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6 with: profile: minimal toolchain: nightly