diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca31dfe..08bfb3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: components: llvm-tools-preview - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-llvm-cov and cargo-nextest - uses: taiki-e/install-action@fd2f5e3d644b484055ebf4268f474c565f148f25 # v2 + uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # 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 341fe14..66d0a78 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -38,7 +38,7 @@ jobs: uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Authenticate to crates.io id: crates_auth - uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1 + uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1 - name: Run release-plz uses: release-plz/action@e8792575c7f2366cf6ff3ccc33ead9ace5b691c7 # v0.5 with: diff --git a/.github/workflows/spec-sync.yml b/.github/workflows/spec-sync.yml index c14adfd..42146dc 100644 --- a/.github/workflows/spec-sync.yml +++ b/.github/workflows/spec-sync.yml @@ -41,7 +41,7 @@ jobs: - name: Install Java if: steps.diff.outputs.changed == 'true' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5 with: distribution: temurin java-version: "17"