v3.4.0
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
- @serieznyi made their first contribution in #216
- @lokalpage-safe made their first contribution in #205
- @alextu made their first contribution in #224
- @bot-githubaction made their first contribution in #227
- @antonmos made their first contribution in #234
- @cdsap made their first contribution in #244
Full Changelog: v3.3.2...v3.4.0