diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ff3d94..68b118f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: components: llvm-tools-preview - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - name: Install cargo-llvm-cov and cargo-nextest - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2 + uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2 with: tool: cargo-llvm-cov,cargo-nextest - name: Run tests under coverage instrumentation diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 19ccb1c..c6d4f19 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -40,7 +40,7 @@ jobs: id: crates_auth uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1 - name: Run release-plz - uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5 + uses: release-plz/action@aec534bbd8631793b9b3b8f1ee6cd886c322e17f # v0.5 with: command: release env: @@ -68,7 +68,7 @@ jobs: - name: Install stable Rust uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Run release-plz - uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5 + uses: release-plz/action@aec534bbd8631793b9b3b8f1ee6cd886c322e17f # v0.5 with: command: release-pr env: diff --git a/.github/workflows/spec-sync.yml b/.github/workflows/spec-sync.yml index 38e0ed2..9e9fb5f 100644 --- a/.github/workflows/spec-sync.yml +++ b/.github/workflows/spec-sync.yml @@ -45,7 +45,7 @@ jobs: - name: Install Java if: steps.diff.outputs.changed == 'true' - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: distribution: temurin java-version: "17" @@ -95,7 +95,7 @@ jobs: steps.diff.outputs.changed == 'true' && steps.regen.outcome == 'success' && steps.verify.outcome == 'success' - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2 + uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2 with: tool: cargo-semver-checks