Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends mold cmake pkg-config perl

- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: false

Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
with:
persist-credentials: false

- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: false

Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
# drag in Rust/Node/cargo-tools it never uses. With `install: true` the
# action runs `mise install` which compiles the cargo: tools from
# source — minutes of overhead for a job that only needs `helm`.
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: false

Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
# mise install: false + explicit subset so this job doesn't drag in
# Rust/Node/cargo-tools it never uses. See the helm-lint job above
# for the rationale.
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: false

Expand All @@ -377,7 +377,7 @@ jobs:
# Rust/Node/cargo-tools (Rust comes from the inline image build via
# the Dockerfile's own toolchain). See the helm-lint job above for
# the broader rationale.
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# and the token is the bot's so the push triggers downstream CI.
persist-credentials: true

- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends libatomic1

- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: false
cache: false
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
# helm; full `mise install` would drag in Rust/Node/cargo-tools.
# cache: false because publish-helm-chart runs once per release tag and
# the saved cache wouldn't help downstream.
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: false
cache: false
Expand Down