Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/crates-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
# publish has no baseline). Excludes mkit-cli (unstable CLI-internal lib
# surface, intentionally unguarded) and mkit-wasm (npm-only, publish=false).
- name: Install cargo-semver-checks
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
with:
tool: cargo-semver-checks

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: cargo install cargo-mutants --locked

- name: Install cargo-nextest
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
with:
tool: cargo-nextest

Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
run: cargo install cargo-mutants --locked

- name: Install cargo-nextest
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
with:
tool: cargo-nextest

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }}

- name: Run release-plz release
uses: release-plz/action@e8792575c7f2366cf6ff3ccc33ead9ace5b691c7 # v0.5.130
uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5.131
with:
command: release
manifest_path: rust/Cargo.toml
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
# release-plz runs cargo-semver-checks (semver_check = true) to diff the
# public API against the previous tag and propose the right version bump.
- name: Install cargo-semver-checks
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
with:
tool: cargo-semver-checks

Expand All @@ -137,7 +137,7 @@ jobs:
private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }}

- name: Run release-plz release-pr
uses: release-plz/action@e8792575c7f2366cf6ff3ccc33ead9ace5b691c7 # v0.5.130
uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5.131
with:
command: release-pr
manifest_path: rust/Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}

- name: Install cargo-binstall
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
with:
tool: cargo-binstall

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ jobs:
# same way the cargo-nextest/cargo-semver-checks installs above do, so
# this job never compiles cargo-about from source.
- name: Install cargo-about
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
with:
tool: cargo-about@0.9.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# cosign-signed prebuilt binary from the cargo-nextest release.
- name: Install cargo-nextest
if: env.SHOULD_RUN == 'true'
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
with:
tool: cargo-nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/third-party-notices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
fetch-depth: 0

- name: Install cargo-about
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
with:
tool: cargo-about@0.9.1

Expand Down