Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradle/gradle-build-action action to v2.12.0 #194

Merged
merged 1 commit into from
May 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
gradle/gradle-build-action action minor v2.9.0 -> v2.12.0

Release Notes

gradle/gradle-build-action (gradle/gradle-build-action)

v2.12.0

Compare Source

Adds a new option to clear a previously submitted dependency-graph.

steps:
- uses: gradle/gradle-build-action@v2
  with:
    dependency-graph: clear

This may prove useful when migrating to a workflow using the upcoming gradle/actions/dependency-submission action.

Full-changelog: gradle/gradle-build-action@v2.11.1...v2.12.0

v2.11.1

Compare Source

This patch release fixes an issue that prevented the gradle-build-action from executing with Gradle 1.12, and improves error reporting for dependency submission failures.

Changelog
  • [FIX] Poor error reporting for dependency-submission failure #​1008
  • [FIX] Error with gradle-build-action v2.11.0 and Gradle 1.12: unable to resolve class PluginManager #​1007

Full-changelog: gradle/gradle-build-action@v2.11.0...v2.11.1

v2.11.0

Compare Source

In addition to a number of dependency updates, this release:

  • Allows a custom Plugin Repository to be specified when resolving the github-dependency-graph-gradle-plugin. See the documentation for details.
  • Brings increased resilience when failures occur collecting build results or cleaning the Gradle User Home. Such failures should no longer prevent the caching of Gradle User Home or lead to build failures.
Changelog
  • [NEW] Allow a custom plugin repository to be used to resolve dependency-graph plugin #​933
  • [FIX] Cache entries and Job Summary not written on cache-cleanup failure #​990 #​858
  • [FIX] Failure to write build results file should not cause overall build to fail #​866

Full-changelog: gradle/gradle-build-action@v2.10.0...v2.11.0

v2.10.0

Compare Source

This release introduces a new artifact-retention-days parameter, which allows a user to configure how long the generated dependency-graph artifacts are retained by GitHub Actions. Adjusting the retention period can be useful to reduce storage costs associated with these dependency-graph artifacts.

See the documentation for more details.

Changelog

Full-changelog: gradle/gradle-build-action@v2.9.0...v2.10.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 changed the title Update gradle/gradle-build-action action to v2.10.0 Update gradle/gradle-build-action action to v2.11.0 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 466c2c4 to cd27823 Compare December 12, 2023 16:43
@renovate renovate bot changed the title Update gradle/gradle-build-action action to v2.11.0 Update gradle/gradle-build-action action to v2.11.1 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from cd27823 to 5eb89da Compare December 20, 2023 03:44
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 5eb89da to b1c58c8 Compare January 25, 2024 01:37
@renovate renovate bot changed the title Update gradle/gradle-build-action action to v2.11.1 Update gradle/gradle-build-action action to v2.12.0 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch 3 times, most recently from 3f7190d to 50277f7 Compare February 18, 2024 23:29
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 50277f7 to 436ac80 Compare March 14, 2024 11:29
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch 2 times, most recently from af1ded0 to db6f939 Compare May 1, 2024 13:16
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from db6f939 to 68015f5 Compare May 1, 2024 13:18
@Sparky983 Sparky983 merged commit a93be2a into main May 1, 2024
1 check passed
@Sparky983 Sparky983 deleted the renovate/gradle-gradle-build-action-2.x branch May 1, 2024 13:18
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.

1 participant