[improve][ci] Pin latest Develocity and Common Custom User Data plugin versions - #26608
Merged
Merged
Conversation
…n versions Pulsar's CI inherits the plugin versions that gradle/actions/setup-gradle injects by default. Those defaults lag: v6.3.0 injects Develocity 4.5.0 and CCUD 2.1, and CCUD 2.1 is seven releases behind the current 2.8.0. Pin Develocity 4.5.1 and CCUD 2.8.0 as action inputs on both setup-gradle steps, so the authenticated develocity.apache.org path and the anonymous scans.gradle.com fallback inject the same current versions. Assisted-by: Claude Code
merlimat
approved these changes
Sep 16, 2026
lhotari
approved these changes
Sep 16, 2026
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.
Motivation
Pulsar's CI does not pin the versions of the Develocity and Common Custom User Data (CCUD) Gradle plugins that
gradle/actions/setup-gradleinjects, so it silently inherits whatever the action hardcodes as its defaults. Those defaults lag behind the current releases —gradle/actionsv6.3.0 injects Develocity 4.5.0 and CCUD 2.1.CCUD 2.1 was released in January 2025; the current release is 2.8.0 (July 2026), seven releases later.
Verifying this change
This change is a trivial CI configuration change without any test coverage.
It is verified by this PR's own CI: workflows run from the PR merge ref and therefore use this version of the composite action, so the build scans published by this PR should report Develocity 4.5.1 and CCUD 2.8.0 instead of 4.5.0 and 2.1.
Does this pull request potentially affect one of the following parts: