This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Update gradle/actions action to v3.5.0#26
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
f3ffa70 to
e5cc533
Compare
5f349b4 to
b919143
Compare
dee4be8 to
669cd75
Compare
669cd75 to
758e7c7
Compare
758e7c7 to
1f8d492
Compare
1f8d492 to
d907fab
Compare
d907fab to
ad253f0
Compare
ad253f0 to
0b67482
Compare
0b67482 to
7e81837
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
v3.1.0->v3.5.0Release Notes
gradle/actions (gradle/actions)
v3.5.0Compare Source
v3.4.2Compare Source
This patch release fixes a race condition that resulted in the
DEVELOCITY_ACCESS_KEYvariable not being set in the environment.What's Changed
Full Changelog: gradle/actions@v3.4.1...v3.4.2
v3.4.1Compare Source
This patch release fixes a bug introduced in v3.4.0, that prevents build scan publication to Develocity.
The bug results in the removal of the
DEVELOCITY_ACCESS_KEYvariable being removed, so that Gradle cannot authenticate with the Develocity server.What's Changed
Full Changelog: gradle/actions@v3.4.0...v3.4.1
v3.4.0Compare Source
This release improves the integration with Gradle Develocity®, as well as updating a number of key dependencies.
develocity-access-keyinput parameter allows the action to generate a short-lived access token for subsequentcommunication with Develocity. This reduces the risk of the full (long-lived) access key being compromised,
either accidentally or by a malicious action.
enabled by setting environment variables.
wrapper-validationwith Gradle 8.8 wrappers.What's Changed
New Contributors
Full Changelog: gradle/actions@v3.3.2...v3.4.0
v3.3.2Compare Source
This patch release fixes a bug in both
dependency-submissionandsetup-gradle(#196 introduced in v3.3.1), which resulted in"No dependency-graph files found to submit" when using the
download-and-submitfunction.A number of other minor issues have also been addressed:
What's Changed
Full Changelog: gradle/actions@v3.3.1...v3.3.2
v3.3.1Compare Source
This patch release fixes a bug in setting the report dir for
dependency-submission, and updates the plugin versionsapplied in Develocity injection.
What's Changed
DEPENDENCY_GRAPH_REPORT_DIRvariable for dependency-submission (#188)Full Changelog: gradle/actions@v3.3.0...v3.3.1
v3.3.0Compare Source
This release includes a new action, and improvements to the existing actions.
Highlights include:
Changelog
NEW action
gradle/actions/wrapper-validationwrapper-validation-action(#160)Improvements to
gradle/actions/setup-gradlesetup-gradleaction can now perform wrapper-validation automatically (#161, #162)toolchains.xmlfile on ARM runners (#89)Improvements to
gradle/actions/depenency-submissionsetup-gradle(#116)dependency-submissionaction (#123)setup-gradleanddependency-submissioncan be used in the same Job (#36)Full Changelog: gradle/actions@v3.2.1...v3.3.0
Actions Summary
Release includes
v3.3.0of the following, available under thev3version tag:v3.2.1Compare Source
The recent update to use
com.develocity.gradleplugin resulted in many deprecation warnings being triggered by the init-scripts bundled with this action. This patch release updates these init-scripts to avoid these deprecation warnings.What's Changed
Full Changelog: gradle/actions@v3.2.0...v3.2.1
v3.2.0Compare Source
Changelog
General improvements
Improvements to Dependency Submission
Improvements to Develocity injection
com.develocity.gradleplugin version3.17by defaultNote
Release includes
v3.2.0ofgradle/actions/setup-gradleandgradle/actions/dependency-submission.Available under the
v3version tag.The
gradle/actions/setup-gradleaction supersedesgradle/gradle-build-action.The
gradle/gradle-build-action@v3.2.0version will be released in parallel, and will delegate to this release ofgradle/actions/setup-gradle.Full Changelog: gradle/actions@v3.1.0...v3.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.