Regenerate mise.lock with java platform URLs#725
Conversation
mise-action 4.1.0 now automatically runs `mise install --locked` when
a mise.lock is present. The locked install fails because the lock file
lacked platform URL and checksum entries for java:
No lockfile URL found for java@26.0.1 on platform linux-x64
(--locked mode)
Regenerate the lock file with `mise lock` to add them.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the mise.lock file to add platform-specific configurations, checksums, and download URLs for Java 26.0.1. However, the auto-generated header URL was incorrectly modified to use an incorrect domain (mise.en.dev instead of mise.jdx.dev). This URL change should be reverted to the official domain as suggested by the reviewer.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| @@ -1,4 +1,4 @@ | |||
| # @generated - this file is auto-generated by `mise lock` https://mise.jdx.dev/dev-tools/mise-lock.html | |||
| # @generated - this file is auto-generated by `mise lock` https://mise.en.dev/dev-tools/mise-lock.html | |||
There was a problem hiding this comment.
The domain in the auto-generated header URL was changed from mise.jdx.dev to mise.en.dev. The official domain for the mise tool is mise.jdx.dev. This change appears to be an unintended modification or hallucination by the generation tool. Please revert this URL to the correct official domain.
# @generated - this file is auto-generated by `mise lock` https://mise.jdx.dev/dev-tools/mise-lock.html
CI on main is failing in the "Setup mise" step:
mise-action 4.1.0 (#724) now automatically passes
--lockedtomise installwhen amise.lockis present. The locked install fails because the committed lock file only pinned the java version and lacked the per-platform URL and checksum entries that--lockedmode requires.This regenerates the lock file with
mise lock, adding[tools.java."platforms.*"]entries for linux, macOS, and Windows.🤖 Generated with Claude Code