PREQ-7501: Bump jfrog-cli to 2.115.0 across remaining actions - #327
Conversation
config-npm fails resolving jfrog-cli@2.96.0 after BUILD-12007 only bumped config-uv. Align all leftover pins to 2.115.0.
There was a problem hiding this comment.
Pull request overview
This PR completes the repository-wide bump of the jfrog-cli tool pin (used via mise) to a version that mise can resolve reliably in downstream consumers, aligning remaining actions with the already-updated config-uv.
Changes:
- Bump
jfrog-clifrom2.96.0to2.115.0in the rootmise.toml. - Bump
jfrog-clito2.115.0in remaining action-localmise.local.tomlfiles (config-npm,config-poetry,promote,build-*).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| promote/mise.local.toml | Updates the pinned jfrog-cli version to 2.115.0 for the promote action environment. |
| mise.toml | Updates the root jfrog-cli pin to 2.115.0 for repo-wide tooling consistency. |
| config-poetry/mise.local.toml | Updates the pinned jfrog-cli version to 2.115.0 for the config-poetry action. |
| config-npm/mise.local.toml | Updates the pinned jfrog-cli version to 2.115.0 for the config-npm action. |
| build-yarn/mise.local.toml | Updates the pinned jfrog-cli version to 2.115.0 for the build-yarn action. |
| build-poetry/mise.local.toml | Updates the pinned jfrog-cli version to 2.115.0 for the build-poetry action. |
| build-npm/mise.local.toml | Updates the pinned jfrog-cli version to 2.115.0 for the build-npm action. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Code Review ✅ ApprovedUpdates jfrog-cli to version 2.115.0 across multiple actions to resolve mise resolution failures in consumer workflows. No issues found. OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |



Summary
config-npmfails in consumers (e.g. sonarcloud-tooling) because mise cannot resolvejfrog-cli@2.96.0(invalid package name 'mise-plugins/mise-jfrog-cli').config-uvto2.115.0; this completes the same bump for the remaining pins (config-npm,config-poetry,promote,build-*, rootmise.toml).Test plan
config-npminstallsjfrog-cli2.115.0 (same asconfig-uv)