diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adbfdb6c6..e3413b9b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: # override even for `cargo install`), which broke this job. A prebuilt # binary is immune to future tool-dependency MSRV bumps. - name: Install cargo-audit - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2 with: tool: cargo-audit @@ -227,7 +227,7 @@ jobs: command: check licenses sources - name: Install cargo-vet - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2 with: tool: cargo-vet @@ -269,7 +269,7 @@ jobs: - name: Install uutils coreutils multicall for differential tests id: install_uutils continue-on-error: true - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2 with: tool: coreutils - name: Verify uutils on PATH diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 85176df34..b41e243b4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,7 +37,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - name: Install cargo-tarpaulin - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2 with: tool: cargo-tarpaulin @@ -85,7 +85,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2 with: tool: cargo-llvm-cov @@ -134,7 +134,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f312d4a2..d8f58e8d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: fi - name: Create GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3 with: tag_name: ${{ steps.version.outputs.tag }} name: Release ${{ steps.version.outputs.tag }}