diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1eecd7bd..22ba035c3 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@6d49eff78fe8ad9f571fb25522747f2d9e84be6b # v2 + uses: taiki-e/install-action@b1acf153d459cd533e9e0d25a07042be1dd2ed71 # v2 with: tool: clippy-sarif - name: 🧰 Install sarif-fmt - uses: taiki-e/install-action@6d49eff78fe8ad9f571fb25522747f2d9e84be6b # v2 + uses: taiki-e/install-action@b1acf153d459cd533e9e0d25a07042be1dd2ed71 # v2 with: tool: sarif-fmt - name: 🧰 Install cargo-deny - uses: taiki-e/install-action@6d49eff78fe8ad9f571fb25522747f2d9e84be6b # v2 + uses: taiki-e/install-action@b1acf153d459cd533e9e0d25a07042be1dd2ed71 # v2 with: tool: cargo-deny @@ -211,7 +211,7 @@ jobs: - name: 🧰 Install nextest if: startsWith(matrix.target, 'x86_64-') || contains(matrix.target, '-linux-') - uses: taiki-e/install-action@6d49eff78fe8ad9f571fb25522747f2d9e84be6b # v2 + uses: taiki-e/install-action@b1acf153d459cd533e9e0d25a07042be1dd2ed71 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: @@ -219,7 +219,7 @@ jobs: - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@6d49eff78fe8ad9f571fb25522747f2d9e84be6b # v2 + uses: taiki-e/install-action@b1acf153d459cd533e9e0d25a07042be1dd2ed71 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: