Skip to content

Update gradle/actions action to v4.4.4#11

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gradle-actions-4.x
Open

Update gradle/actions action to v4.4.4#11
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gradle-actions-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

This PR contains the following updates:

Package Type Update Change
gradle/actions action minor v4.0.0v4.4.4

Release Notes

gradle/actions (gradle/actions)

v4.4.4

Compare Source

What's Changed

Full Changelog: gradle/actions@v4...v4.4.4

v4.4.3

Compare Source

What's Changed

Full Changelog: gradle/actions@v4.4.2...v4.4.3

v4.4.2

Compare Source

This patch release updates a bunch of dependency versions

What's Changed

  • Bump github/codeql-action from 3.29.4 to 3.29.5 in the github-actions group across 1 directory (#​703)
  • Bumps the npm-dependencies group in /sources with 4 updates (#​702)
  • Upgrade to gradle 9 in workflows and tests (#​704)
  • Update known wrapper checksums (#​701)
  • Bump Gradle Wrapper from 8.14.3 to 9.0.0 in /.github/workflow-samples/gradle-plugin (#​695)
  • Bump Gradle Wrapper from 8.14.3 to 9.0.0 in /.github/workflow-samples/groovy-dsl (#​696)
  • Bump Gradle Wrapper from 8.14.3 to 9.0.0 in /.github/workflow-samples/java-toolchain (#​697)
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.19.1 to 2.19.2 in /sources/test/init-scripts in the gradle group across 1 directory (#​693)
  • Bump github/codeql-action from 3.29.0 to 3.29.4 in the github-actions group across 1 directory (#​691)
  • Bump the npm-dependencies group in /sources with 5 updates (#​692)
  • Bump references to Develocity Gradle plugin from 4.0.2 to 4.1 (#​685)
  • Bump the npm-dependencies group across 1 directory with 8 updates (#​684)
  • Run Gradle release candidate tests with JDK 17 (#​690)
  • Update Develocity npm agent to version 1.0.1 (#​687)
  • Update known wrapper checksums (#​688)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /.github/workflow-samples/kotlin-dsl (#​683
  • Bump the github-actions group across 1 directory with 3 updates (#​675)
  • Bump the gradle group across 3 directories with 2 updates (#​674)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /sources/test/init-scripts (#​679)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /.github/workflow-samples/java-toolchain (#​682)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /.github/workflow-samples/groovy-dsl (#​681)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /.github/workflow-samples/gradle-plugin (#​680)
  • Update known wrapper checksums (#​676)

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

v4.4.1

Compare Source

This patch release fixes a bug in Develocity Injection with a custom plugin repository.
The gradle-plugin-repository-* action parameters were not being correctly mapped to environment variables that are read by the Develocity Injection init script.

This issue has been fixed by setting the correct environment variables:

  • gradle-plugin-repository-url is mapped to DEVELOCITY_INJECTION_PLUGIN_REPOSITORY_URL
  • gradle-plugin-repository-username is mapped to DEVELOCITY_INJECTION_PLUGIN_REPOSITORY_USERNAME
  • gradle-plugin-repository-password is mapped to DEVELOCITY_INJECTION_PLUGIN_REPOSITORY_PASSWORD

Additionally, these parameters can now be used to configure a custom plugin repository for the GitHub Dependency Graph Gradle Plugin, required for dependency submission.

What's Changed

Full Changelog: gradle/actions@v4.4.0...v4.4.1

v4.4.0

Compare Source

This release updates 2 downstream components:

  • Develocity injection has been updated to v2.0
    • Some environment variables related to Develocity injection have been renamed. All vars now being with DEVELOCITY_INJECTION_. Check the docs for more details.
  • Dependency-graph plugin has been updated to v1.4.0
    • The 'detector' values included in the generated graph can now be configured via environment variables.

What's Changed

New Contributors

Full Changelog: gradle/actions@v4.3.1...v4.4.0

v4.3.1

Compare Source

This release fixes a couple of minor issues, as well as keeping dependencies up to date.

Fixed issues
  • The develocity-allow-untrusted-server parameter should be honoured when fetching short-lived access tokens #​583
  • Build summary may incorrectly report build success #​415
What's Changed
New Contributors

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

v4.3.0

Compare Source

This release brings some significant improvements to cache-cleanup and dependency-submission:

  • Cleanup cache entries written by newly released Gradle versions (#​436)
  • Use existing Gradle wrapper distribution for cache-cleanup where possible (#​515)
  • Automatically save each dependency-graph that is submitted by dependency-submission (#​519)
  • Fix deprecation warnings emitted by Gradle 8.12+ when:
    • Using build-scan-publish: true or Develocity injection (#​543)
    • Using dependency-submission with an authenticated plugin repository with Gradle (#​541)
  • Fix warning when using toolchain support with Gradle 7.x (#​511)
What's Changed
New Contributors

Full Changelog: gradle/actions@v4.2.2...v4.3.0

v4.2.2

Compare Source

This patch release updates a bunch of dependency versions and fixes a deprecation warning emitted with Gradle 8.12.

What's Changed

New Contributors

Full Changelog: gradle/actions@v4.2.1...v4.2.2

v4.2.1

Compare Source

This patch release fixes some issues with Develocity and Build Scan integration:

  • Build scan links not captured in project using plugin com.gradle.enteprise:3.18.2 (#​449)
  • Enabling build-scan-publish causes some Develocity injection parameters to be ignored (#​447)
  • Setting develocity-ccud-plugin-version parameter is ignored (#​446)
What's Changed
New Contributors

Full Changelog: gradle/actions@v4.2.0...v4.2.1

v4.2.0

Compare Source

This release fixes a bug that prevents cache-cleanup from working with Gradle 8.11.
A number of improvements to cache reporting are also included.

What's Changed

  • Fix cache-cleanup with Gradle 8.11 (#​430)
  • Update known wrapper checksums to include Gradle 8.11 (#​424)
  • Include cache save/restore times in Job Summary (#​389)
  • Improve cache logging by @​bigdaz (#​392)
  • Correctly handle multiline patterns for extracted entries (#​393)
  • Numerous dependency updates

Full Changelog: gradle/actions@v4.1.0...v4.2.0

v4.1.0

Compare Source

This release brings some minor improvements:

  • The latest release of Gradle is no longer required to perform cache-cleanup. If Gradle is found to on the PATH and the version meets minimum version requirements, then the version on PATH is used for cache-cleanup and Gradle is not downloaded.
  • Fixes a bug where setting the develocity-token-expiry parameter had no effect (#​381)
  • Numerous NPM dependency updates

Full Changelog: gradle/actions@v4.0.1...v4.1.0

v4.0.1

Compare Source

This patch release updates a number of dependencies, and fixes a bug that caused Gradle version '8.1' to be confused with '8.10'.

What's Changed

Full Changelog: gradle/actions@v4.0.0...v4.0.1


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update gradle/actions action to v4 Update gradle/actions action to v4 - autoclosed Aug 22, 2024
@renovate renovate bot closed this Aug 22, 2024
@renovate renovate bot deleted the renovate/gradle-actions-4.x branch August 22, 2024 15:04
@renovate renovate bot changed the title Update gradle/actions action to v4 - autoclosed Update gradle/actions action to v4 Aug 26, 2024
@renovate renovate bot reopened this Aug 26, 2024
@renovate renovate bot restored the renovate/gradle-actions-4.x branch August 26, 2024 22:05
@renovate renovate bot changed the title Update gradle/actions action to v4 Update gradle/actions action to v4.0.1 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 99e0f05 to a2650b6 Compare August 26, 2024 22:05
@github-actions
Copy link

github-actions bot commented Aug 26, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 3 0 0.02s
✅ COPYPASTE jscpd yes no 0.85s
✅ JSON jsonlint 1 0 0.16s
⚠️ JSON prettier 1 1 0.36s
✅ JSON v8r 1 0 2.56s
✅ MARKDOWN markdownlint 1 0 0.21s
✅ MARKDOWN markdown-link-check 1 0 0.65s
✅ MARKDOWN markdown-table-formatter 1 0 0.19s
⚠️ REPOSITORY checkov yes 3 15.96s
✅ REPOSITORY gitleaks yes no 0.07s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 16.64s
✅ REPOSITORY kics yes no 2.02s
✅ REPOSITORY secretlint yes no 0.73s
✅ REPOSITORY trivy yes no 7.51s
✅ REPOSITORY trivy-sbom yes no 0.1s
✅ REPOSITORY trufflehog yes no 2.5s
⚠️ SPELL cspell 8 16 3.77s
✅ SPELL lychee 5 0 0.13s
⚠️ YAML prettier 3 1 0.44s
✅ YAML v8r 3 0 2.95s
✅ YAML yamllint 3 0 0.4s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@renovate renovate bot changed the title Update gradle/actions action to v4.0.1 Update gradle/actions action to v4.1.0 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from a2650b6 to 7bc30cc Compare September 13, 2024 03:35
@renovate renovate bot changed the title Update gradle/actions action to v4.1.0 Update gradle/actions action to v4.2.0 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 7bc30cc to 56f933b Compare November 12, 2024 18:40
@renovate renovate bot changed the title Update gradle/actions action to v4.2.0 Update gradle/actions action to v4.2.1 Nov 18, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 56f933b to 4014cfe Compare November 18, 2024 19:57
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 4014cfe to 5c47cf6 Compare December 18, 2024 02:46
@renovate renovate bot changed the title Update gradle/actions action to v4.2.1 Update gradle/actions action to v4.2.2 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 5c47cf6 to 266a398 Compare January 30, 2025 18:25
@renovate renovate bot changed the title Update gradle/actions action to v4.2.2 Update gradle/actions action to v4.3.0 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 266a398 to 24eb53b Compare March 25, 2025 23:24
@renovate renovate bot changed the title Update gradle/actions action to v4.3.0 Update gradle/actions action to v4.3.1 Mar 25, 2025
@renovate renovate bot changed the title Update gradle/actions action to v4.3.1 Update gradle/actions action to v4.4.0 May 16, 2025
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 24eb53b to 112bdc5 Compare May 16, 2025 20:18
@renovate renovate bot changed the title Update gradle/actions action to v4.4.0 Update gradle/actions action to v4.4.1 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 112bdc5 to 81c5be4 Compare June 11, 2025 22:50
@renovate renovate bot changed the title Update gradle/actions action to v4.4.1 Update gradle/actions action to v4.4.2 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 81c5be4 to 8d8b741 Compare August 7, 2025 00:10
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 8d8b741 to 64a0153 Compare September 9, 2025 09:42
@renovate renovate bot changed the title Update gradle/actions action to v4.4.2 Update gradle/actions action to v4.4.3 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/gradle-actions-4.x branch from 64a0153 to d42e56a Compare September 29, 2025 18:05
@renovate renovate bot changed the title Update gradle/actions action to v4.4.3 Update gradle/actions action to v4.4.4 Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants