Pin Scala Steward to 0.39.0, the last Java 11 build#110
Merged
Conversation
The scala-steward-action downloads the latest published Scala Steward on every run. Version 0.39.1 dropped the Java 11 build and requires Java 17+, which breaks the temurin:11 runner in scala-steward.yml. Pin it to 0.39.0 so runs stay reproducible, and add a Renovate custom manager plus package rule so bumps are tracked (and intentionally left uncapped, to be resolved by moving the runner to JDK 17 when the time comes). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pins Scala Steward to
0.39.0, the last release with a Java 11 build.The
scala-steward-actiondownloads the latest published Scala Steward on every run. Version0.39.1dropped the Java 11 build and requires Java 17+, which would break thetemurin:11runner inscala-steward.ymlthe next time the action pulls a newer version..github/workflows/scala-steward.yml— addsscala-steward-version: 0.39.0with a comment explaining the pin.renovate.json— adds a custom regex manager trackingscala-steward-version(via thescala-steward-org/scala-stewardGitHub releases datasource) and a package rule grouping its updates underscala-steward.Bump PRs are intentionally left uncapped: a bump beyond
0.39.0will fail on first run and is resolved by moving the runner to JDK 17.