Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Update gradle/actions action to v3.5.0 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
gradle/actions action minor v3.1.0 -> v3.5.0

Release Notes

gradle/actions (gradle/actions)

v3.5.0

Compare Source

v3.4.2

Compare Source

This patch release fixes a race condition that resulted in the DEVELOCITY_ACCESS_KEY variable not being set in the environment.

What's Changed

Full Changelog: gradle/actions@v3.4.1...v3.4.2

v3.4.1

Compare 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_KEY variable 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.0

Compare Source

This release improves the integration with Gradle Develocity®, as well as updating a number of key dependencies.

  • The new develocity-access-key input parameter allows the action to generate a short-lived access token for subsequent
    communication with Develocity. This reduces the risk of the full (long-lived) access key being compromised,
    either accidentally or by a malicious action.
  • New input parameters are available to configure Develocity injection. Previously Develocity injection could only be
    enabled by setting environment variables.
  • Checksums for Gradle 8.8 are now included, so that no network request is required for wrapper-validation with Gradle 8.8 wrappers.
What's Changed
New Contributors

Full Changelog: gradle/actions@v3.3.2...v3.4.0

v3.3.2

Compare Source

This patch release fixes a bug in both dependency-submission and setup-gradle (#​196 introduced in v3.3.1), which resulted in
"No dependency-graph files found to submit" when using the download-and-submit function.
A number of other minor issues have also been addressed:

What's Changed
  • [dependency-submission] Fix bug finding dependency-graph files with 'download-and-submit' (#​199)
  • [dependency-submission] Use Gradle logger instead of println in dependency graph init script (#​191 from @​aleksandrserbin)
  • [dependency-submission] Retain and log full stacktrace for dependency submission errors (#​192)
  • [setup-gradle] Improve build scan badge readability with long task names (#​200 from @​gabrielfeo)

Full Changelog: gradle/actions@v3.3.1...v3.3.2

v3.3.1

Compare Source

This patch release fixes a bug in setting the report dir for dependency-submission, and updates the plugin versions
applied in Develocity injection.

What's Changed

  • Bump Develocity and CCUD plugin versions (#​185)
  • Support custom DEPENDENCY_GRAPH_REPORT_DIR variable for dependency-submission (#​188)

Full Changelog: gradle/actions@v3.3.0...v3.3.1

v3.3.0

Compare Source

This release includes a new action, and improvements to the existing actions.

Highlights include:

[!IMPORTANT]
The caching protocol version has changed in this release, so cache entries written with previous versions of the action will not be reused. This means that jobs will effectively start with an empty cache after switching to this release.

Changelog
NEW action gradle/actions/wrapper-validation
  • [NEW] Add replacement for wrapper-validation-action (#​160)
Improvements to gradle/actions/setup-gradle
  • [NEW] Cache paths have been updated for Gradle 8.6+ (#​45, #​163)
  • [NEW] setup-gradle action can now perform wrapper-validation automatically (#​161, #​162)
  • [FIX] Make cache-keys more consistent (#​131).
  • [FIX] Avoid listing old build results in Job Summary on self-hosted runner (#​127)
  • [FIX] Deprecation warnings are emitted when using deprecated inputs (#​108)
  • [FIX] Generate correct toolchains.xml file on ARM runners (#​89)
Improvements to gradle/actions/depenency-submission
  • [NEW] Action is now implemented directly in TypeScript, and does not delegate to setup-gradle (#​116)
  • [NEW] Allow dependency resolution task name to be specified (#​125)
  • [NEW] Dependency-graph is submitted immediately with dependency-submission action (#​123)
  • [FIX] setup-gradle and dependency-submission can be used in the same Job (#​36)

Full Changelog: gradle/actions@v3.2.1...v3.3.0

Actions Summary

Release includes v3.3.0 of the following, available under the v3 version tag:

[!NOTE]
The gradle/actions/setup-gradle action supersedes gradle/gradle-build-action.
The gradle/actions/wrapper-validation action supersedes gradle/wrapper-validation-action.

v3.2.1

Compare Source

The recent update to use com.develocity.gradle plugin 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.0

Compare Source

Changelog
General improvements
  • [NEW] Support authentication for plugin repositories (#​31)
  • [FIX] Improve rendering of build results table with long values (#​35)
Improvements to Dependency Submission
  • [FIX] Do not attempt to resolve dependency configurations that are excluded via env var (#​107)
Improvements to Develocity injection
  • [NEW] Use com.develocity.gradle plugin version 3.17 by default
  • [NEW] Can configure capture of file-fingerprint (#​58)
  • [FIX] Reduce log-level of messages emitted by Develocity injection (#​60)
Note

Release includes v3.2.0 of gradle/actions/setup-gradle and gradle/actions/dependency-submission.
Available under the v3 version tag.

The gradle/actions/setup-gradle action supersedes gradle/gradle-build-action.
The gradle/[email protected] version will be released in parallel, and will delegate to this release of gradle/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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/gradle-actions-3.x branch from f3ffa70 to e5cc533 Compare April 4, 2024 23:20
@renovate renovate bot changed the title Update gradle/actions action to v3.2.0 Update gradle/actions action to v3.2.1 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-3.x branch 2 times, most recently from 5f349b4 to b919143 Compare April 12, 2024 16:11
@renovate renovate bot changed the title Update gradle/actions action to v3.2.1 Update gradle/actions action to v3.3.0 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-3.x branch 2 times, most recently from dee4be8 to 669cd75 Compare April 18, 2024 22:19
@renovate renovate bot changed the title Update gradle/actions action to v3.3.0 Update gradle/actions action to v3.3.1 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-3.x branch from 669cd75 to 758e7c7 Compare April 25, 2024 22:50
@renovate renovate bot changed the title Update gradle/actions action to v3.3.1 Update gradle/actions action to v3.3.2 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-3.x branch from 758e7c7 to 1f8d492 Compare June 4, 2024 06:11
@renovate renovate bot force-pushed the renovate/gradle-actions-3.x branch from 1f8d492 to d907fab Compare June 13, 2024 23:37
@renovate renovate bot changed the title Update gradle/actions action to v3.3.2 Update gradle/actions action to v3.4.0 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-3.x branch from d907fab to ad253f0 Compare June 15, 2024 04:00
@renovate renovate bot changed the title Update gradle/actions action to v3.4.0 Update gradle/actions action to v3.4.1 Jun 15, 2024
@renovate renovate bot changed the title Update gradle/actions action to v3.4.1 Update gradle/actions action to v3.4.2 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-3.x branch from ad253f0 to 0b67482 Compare June 17, 2024 23:09
@renovate renovate bot force-pushed the renovate/gradle-actions-3.x branch from 0b67482 to 7e81837 Compare July 15, 2024 22:39
@renovate renovate bot changed the title Update gradle/actions action to v3.4.2 Update gradle/actions action to v3.5.0 Jul 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants