Skip to content

chore(ci): adopt mbx 0.5.4 - #775

Merged
jdx merged 3 commits into
mainfrom
chore/mbx-0.5.3
Aug 28, 2026
Merged

jdx merged 3 commits into
mainfrom
chore/mbx-0.5.3

Conversation

@jdx

@jdx jdx commented Aug 28, 2026 •

Copy link
Copy Markdown
Owner

Summary

  • update the composite CI wrapper to install mbx 0.5.4
  • pin the action revision that supports immutable release digests and Windows ARM64
  • refresh mise.lock URLs, checksums, asset IDs, and GitHub attestation provenance
  • preserve the existing trusted-server and fork-safe GitHub cache routing

mbx 0.5.4 includes the persistent compiler-shim fix needed by builds that retain HOST_CC paths across sessions.

Testing

  • mise lock --bump --minimum-release-age 0 github:jdx/mr-boxington
  • locked Linux install reports mbx 0.5.4
  • git diff --check

AI-assisted — Tool: Codex; model: openai/gpt-5; version: unavailable.

@coderabbitai

coderabbitai Bot commented Aug 28, 2026 •

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited), Organization UI (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: f000f91d-eb08-44cd-b001-c575e998e2a7

📥 Commits

Reviewing files that changed from the base of the PR and between 3bd743f and 914c7e7.

⛔ Files ignored due to path filters (1)
  • mise.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • .github/actions/mbx/action.yml

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


📝 Walkthrough

Walkthrough

The composite action updates both jdx/mr-boxington-action invocations to commit d311086f3b4337b7ad305330ff77ea716d372fc1 and version 0.5.4. Backend settings remain unchanged.

Changes

mr-boxington action update

Layer / File(s) Summary
Update action pin and version
.github/actions/mbx/action.yml
Both action steps now use commit d311086f3b4337b7ad305330ff77ea716d372fc1 and version 0.5.4. Existing backend settings remain unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 914c7

This localized CI/tooling version update changes which mbx binary workflows and mise use, with no application behavior changes; no actionable merge-blocking risk remains after normal checks and review.

Poem

A rabbit checks the updated pin
The version now is 0.5.4
The backend paths stay just the same
Two action steps receive the change
Hop, hop, the workflow runs again

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating the CI wrapper to use mbx 0.5.4.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Aug 28, 2026 •

Copy link
Copy Markdown

Greptile Summary

The PR upgrades the composite CI cache wrapper and corresponding lockfile entries from mbx 0.5.1 to 0.5.4 while preserving the existing cache-backend routing.

  • Pins both composite-action setup paths to mbx 0.5.4.
  • Refreshes platform-specific release URLs, checksums, and provenance metadata in mise.lock.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
.github/actions/mbx/action.yml Consistently upgrades both mbx setup paths to version 0.5.4 without changing backend-selection conditions.
mise.lock Consistently refreshes the supported platform artifacts and checksums for mbx 0.5.4.

Reviews (3): Last reviewed commit: "chore(ci): bump mbx to 0.5.4" | Re-trigger Greptile

@github-actions

Copy link
Copy Markdown
Contributor

Instruction counts

The comparison never ran — an earlier step failed.

fdaa95db879a vs `` · measured on the runner, not pushed to the history.

@jdx jdx changed the title chore(ci): adopt mbx 0.5.3 chore(ci): adopt mbx 0.5.4 Aug 28, 2026
@jdx
jdx merged commit 71e1414 into main Aug 28, 2026
18 of 19 checks passed
@jdx
jdx deleted the chore/mbx-0.5.3 branch August 28, 2026 02:56
mise-en-dev added a commit that referenced this pull request Sep 3, 2026
### 🚀 Features

- **(config)** add selective profile inheritance by
[@jdx](https://github.com/jdx) in
[#770](#770)

### 🐛 Bug Fixes

- **(check)** batch Age secret resolution by
[@davdroman](https://github.com/davdroman) in
[#779](#779)
- **(config)** silence intentional default fallbacks by
[@jdx](https://github.com/jdx) in
[#771](#771)
- **(daemon)** detach background daemon from client cwd by
[@jdx](https://github.com/jdx) in
[#795](#795)
- **(sync)** refresh local caches from current sources by
[@davdroman](https://github.com/davdroman) in
[#774](#774)

### 📚 Documentation

- fix prose and stale content in docs and cli help by
[@jdx](https://github.com/jdx) in
[#798](#798)

### ⚡ Performance

- **(ci)** reuse appliance-local mbx cache by
[@jdx](https://github.com/jdx) in
[#799](#799)
- **(env)** skip redundant secret reloads by
[@jdx](https://github.com/jdx) in
[#766](#766)

### 🛡️ Security

- **(ci)** bump mr-boxington action by [@jdx](https://github.com/jdx) in
[#777](#777)

### 🔍 Other Changes

- **(ci)** adopt mbx 0.5.4 by [@jdx](https://github.com/jdx) in
[#775](#775)
- **(ci)** pin mr-boxington-action v1.0.1 by
[@jdx](https://github.com/jdx) in
[#776](#776)
- **(ci)** update mbx to 0.6.0 by [@jdx](https://github.com/jdx) in
[#778](#778)
- **(ci)** fail closed without notarization credentials by
[@jdx](https://github.com/jdx) in
[#781](#781)
- **(ci)** use mbx server cache for trusted builds by
[@jdx](https://github.com/jdx) in
[#786](#786)
- **(ci)** update mbx to 1.3.2 by [@jdx](https://github.com/jdx) in
[#791](#791)
- **(ci)** update mbx to 1.4.1 by [@jdx](https://github.com/jdx) in
[#797](#797)
- **(ci)** update performance runner image by
[@jdx](https://github.com/jdx) in
[#801](#801)
- **(perf)** move benchmarks to dedicated runner by
[@jdx](https://github.com/jdx) in
[#783](#783)
- **(perf)** bump tak to 0.0.9 by [@jdx](https://github.com/jdx) in
[#784](#784)
- **(release)** improve sponsor message by
[@jdx](https://github.com/jdx) in
[#787](#787)
- back mbx with the GitHub Actions cache alone by
[@jdx](https://github.com/jdx) in
[#780](#780)
- adopt mr-boxington 1.1 cargo shim by [@jdx](https://github.com/jdx) in
[#782](#782)
- update mr-boxington to 1.3.0 by [@jdx](https://github.com/jdx) in
[#785](#785)
- route mbx caching by runner provider by [@jdx](https://github.com/jdx)
in [#800](#800)
- restore rust-cache by [@jdx](https://github.com/jdx) in
[#802](#802)

### 📦️ Dependency Updates

- bump tak and mbx by [@jdx](https://github.com/jdx) in
[#772](#772)
- update jdx/mise-action action to v4.3.0 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#790](#790)
- update dependency usage to v6.6.0 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#789](#789)
- update dependency @anthropic-ai/claude-code to v2.1.245 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#788](#788)
- update dependency usage to v6.6.1 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#792](#792)
- update dependency @anthropic-ai/claude-code to v2.1.246 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#794](#794)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant