From 519e3da4079d49f54f45853f8a958160f52a6cbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:31:31 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 16b0581 --- .github/workflows/rust.yaml | 4 ++-- .github/workflows/security-audit.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 62c3c18..ae4a268 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install cargo-msrv - uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2 with: tool: cargo-msrv - name: Verify sql-insight MSRV @@ -91,7 +91,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2 with: tool: cargo-llvm-cov fallback: none diff --git a/.github/workflows/security-audit.yaml b/.github/workflows/security-audit.yaml index 3f422f6..78033a3 100644 --- a/.github/workflows/security-audit.yaml +++ b/.github/workflows/security-audit.yaml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install cargo-deny - uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2 with: tool: cargo-deny - name: cargo deny check (deterministic — pull requests)