diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79f9d3d76..7073f2e6e 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@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2 + uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # v2 with: tool: clippy-sarif - name: 🧰 Install sarif-fmt - uses: taiki-e/install-action@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2 + uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # v2 with: tool: sarif-fmt - name: 🧰 Install cargo-deny - uses: taiki-e/install-action@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2 + uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # v2 with: tool: cargo-deny @@ -210,7 +210,7 @@ jobs: uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 - name: 🧰 Install nextest - uses: taiki-e/install-action@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2 + uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # 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@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2 + uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: