diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3176ec2d..c83b649bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,17 +39,17 @@ jobs: components: rustfmt, clippy - name: 🧰 Install clippy-sarif - uses: taiki-e/install-action@d125c0a83576d3c0c86ac610c708b38d3565af4e # v2 + uses: taiki-e/install-action@fe065954f63bce19eff44d8f90e0cf0286f22ac3 # v2 with: tool: clippy-sarif - name: 🧰 Install sarif-fmt - uses: taiki-e/install-action@d125c0a83576d3c0c86ac610c708b38d3565af4e # v2 + uses: taiki-e/install-action@fe065954f63bce19eff44d8f90e0cf0286f22ac3 # v2 with: tool: sarif-fmt - name: 🧰 Install cargo-deny - uses: taiki-e/install-action@d125c0a83576d3c0c86ac610c708b38d3565af4e # v2 + uses: taiki-e/install-action@fe065954f63bce19eff44d8f90e0cf0286f22ac3 # v2 with: tool: cargo-deny @@ -206,7 +206,7 @@ jobs: uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: 🧰 Install nextest - uses: taiki-e/install-action@d125c0a83576d3c0c86ac610c708b38d3565af4e # v2 + uses: taiki-e/install-action@fe065954f63bce19eff44d8f90e0cf0286f22ac3 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: @@ -214,7 +214,7 @@ jobs: - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@d125c0a83576d3c0c86ac610c708b38d3565af4e # v2 + uses: taiki-e/install-action@fe065954f63bce19eff44d8f90e0cf0286f22ac3 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: