From ab1250aa4def3c0caf163c754a570d8cb909af02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 12:55:01 +0000 Subject: [PATCH] chore(deps): Update taiki-e/install-action digest Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/copilot-setup-steps.yml | 8 ++++---- .github/workflows/coverage.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- .github/workflows/valgrind.yml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c81265c0..d0650efa0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,11 +51,11 @@ jobs: cache-on-failure: true - name: 'Install cargo insta' - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-insta - name: 'Install cargo nextest' - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-nextest diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index e4513d243..ffa3a4127 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -56,22 +56,22 @@ jobs: run: lefthook install - name: Install cargo-insta - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-insta - name: Install cargo-nextest - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-nextest - name: Install taplo - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: taplo - name: Install typos - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: typos-cli - name: Verify installation diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 76964ed34..4774e16db 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -39,12 +39,12 @@ jobs: run: uv sync --all-groups - name: 'Install cargo nextest' - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-nextest - name: Install cargo-llvm-cov - uses: taiki-e/install-action@562f912bf8a1174eb1007c4afe216a9187a8d722 # cargo-llvm-cov + uses: taiki-e/install-action@6a241a1328ca6173d49760e1de6702cd5e52ef94 # cargo-llvm-cov - name: Generate coverage report shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 622222d31..8cceb1cdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,16 +128,16 @@ jobs: # run: echo "VCTargetsPath=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VC\v170\ARM64" >> $GITHUB_ENV - name: 'Install cargo insta' - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-insta - name: 'Install cargo nextest' - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-nextest - name: Install taplo - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: taplo diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index 512ca86b4..24fa56cc1 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -49,7 +49,7 @@ jobs: sudo apt-get install -y libc6-dbg valgrind - name: Install cargo-valgrind - uses: taiki-e/install-action@44f95680a5152389af8d20dc306644bbdec7b0e1 # cargo-valgrind + uses: taiki-e/install-action@f34b41a2837bdf89173281bbd28ed03b7c312217 # cargo-valgrind - name: Run cargo-valgrind continue-on-error: true