ci: bump actions/setup-java from v5 to v6 - #456
Open
kraenhansen wants to merge 1 commit into
Open
Conversation
v6.0.0 is now the latest major release. Our usage (java-version: 17, distribution: temurin) isn't affected by v6's breaking changes (removal of legacy Adopt distributions, jdkFile -> jdk-file rename). Keeps all 6 occurrences of the action (5 in check.yml, 1 in release.yml) at the same version.
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.
Summary
Audited every GitHub Action used across
.github/workflows/check.ymland.github/workflows/release.ymlagainst its latest available release. All actions are pinned to a floating major version tag/branch (@v7,@v6,@v4,@v2,@v1, etc.) that already tracks the latest release within that major line — exceptactions/setup-java, which was pinned to@v5while@v6(released 2026-08-24) is now the latest major.hendrikmuhs/ccache-actionis intentionally pinned to an exact patch (v1.2.23) rather than a floating tag; that pin already documents why (upstream'sv1/v1.2floating tags still point at an older, Node 20-based build) and I re-verified viagit ls-remotethat those floating tags still resolve to a stale commit, so the documented gate has not been unblocked and no change is needed there.Change
Bumps all 6 occurrences of
actions/setup-java(5 incheck.yml, 1 inrelease.yml) from@v5to@v6, keeping every usage at the same version.v6.0.0's breaking changes (removal of legacy Adopt distributions,
jdkFile→jdk-filerename) don't affect our usage, which only passesjava-version: "17"anddistribution: "temurin".Generated by Claude Code