From 1776fa2f046d2bc153028a1cad28588a01864088 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:20:11 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to ddaadeb (#342) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 634447797..2b1830da3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,17 +43,17 @@ jobs: components: rustfmt, clippy - name: 🧰 Install clippy-sarif - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd # v2 with: tool: clippy-sarif - name: 🧰 Install sarif-fmt - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd # v2 with: tool: sarif-fmt - name: 🧰 Install cargo-deny - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd # v2 with: tool: cargo-deny @@ -210,7 +210,7 @@ jobs: uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 - name: 🧰 Install nextest - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: @@ -218,7 +218,7 @@ jobs: - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: