Skip to content

v3.4.0

Compare
Choose a tag to compare
@bigdaz bigdaz released this 13 Jun 20:53
· 20 commits to main since this release

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

  • Add support for short-lived tokens by @alextu in #224
  • Update known wrapper checksums by @github-actions in #240
  • Update to Gradle 8.8 by @bigdaz in #251
  • Adding Develocity input actions by @cdsap in #244
  • Fail on invalid boolean for Develocity inputs by @bigdaz in #252

New Contributors

Full Changelog: v3.3.2...v3.4.0