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

chore(deps): update gradle/gradle-build-action action to v2.12.0 #65

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2023

This PR contains the following updates:

Package Type Update Change
gradle/gradle-build-action action minor v2.6.1 -> 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

v2.9.0

Compare Source

The GitHub dependency-review-action helps you understand dependency changes (and the security impact of these changes) for a pull request. This release updates the GItHub Dependency Graph support to be compatible with the dependency-review-action.

See the documentation for detailed examples.

Changelog
  • [FIX] Use correct SHA for pull-request events #​882
  • [FIX] Avoid generating dependency graph during cache cleanup #​905
  • [NEW] Improve warning on failure to submit dependency graph
  • [NEW] Compatibility with GitHub dependency-review-action #​879

Full-changelog: gradle/gradle-build-action@v2.8.1...v2.9.0

v2.8.1

Compare Source

Fixes an issue that prevented Dependency Graph submission when running on GitHub Enterprise Server.

Fixes
  • Incorrect endpoint used to submit Dependency Graph on GitHub Enterprise #​885
Changelog

v2.8.0

Compare Source

The v2.8.0 release of the gradle-build-action introduces an easy mechanism to connect to Gradle Enterprise, as well improved support for self-hosted GitHub Actions runners.

Automatic injection of Gradle Enterprise connectivity

It is now possible to connect a Gradle build to Gradle Enterprise without changing any of the Gradle project sources. This is achieved through Gradle Enterprise injection, where an init-script will apply the Gradle Enterprise plugin and associated configuration.

This feature can be useful to easily trial Gradle Enterprise on a project, or to centralize Gradle Enterprise configuration for all GitHub Actions workflows in an organization.

See Gradle Enterprise injection in the README for more info.

Restore Gradle User Home when directory already exists

Previously, the Gradle User Home would not be restored if the directory already exists. This wasn't normally an issue with GitHub-hosted runners, but limited the usefulness of the action for persistent, self-hosted runners.

This behaviour has been improved in this release:

Changes

Issues fixed: https://github.com/gradle/gradle-build-action/issues?q=milestone%3A2.8.0+is%3Aclosed
Full changelog: gradle/gradle-build-action@v2.7.1...v2.8.0

v2.7.1

Compare Source

This release contains no code changes, only dependency updates and documentation improvements.

Changelog

v2.7.0

Compare Source

GitHub Dependency Graph support

In this release, the GitHub Dependency Graph support is no longer considered "experimental", and should be considered ready for production use. You can read more about the Dependency Graph support in the README chapter.

Changes
  • Update to github-dependency-graph-gradle-plugin@v0.2.0
    • Dependency graph uses Gradle Settings file as manifest location (if Settings file exists)
  • Adds a dependency-graph-file output to any step that generates a Dependency Graph file
Changelog

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 is behind base branch, 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.

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (00f4707) 95.52% compared to head (3fdba61) 95.52%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #65   +/-   ##
=========================================
  Coverage     95.52%   95.52%           
  Complexity      181      181           
=========================================
  Files            34       34           
  Lines           447      447           
  Branches         26       26           
=========================================
  Hits            427      427           
  Misses            6        6           
  Partials         14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.7.0 chore(deps): update gradle/gradle-build-action action to v2.7.1 Aug 19, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from b41915a to 635721e Compare August 19, 2023 01:31
@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.7.1 chore(deps): update gradle/gradle-build-action action to v2.8.0 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 635721e to 5ed272e Compare August 28, 2023 20:14
@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.8.0 chore(deps): update gradle/gradle-build-action action to v2.8.1 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 5ed272e to 81b805d Compare September 25, 2023 16:11
@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.8.1 chore(deps): update gradle/gradle-build-action action to v2.9.0 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 81b805d to dc354c4 Compare September 29, 2023 22:03
@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.9.0 chore(deps): update gradle/gradle-build-action action to v2.8.1 Sep 30, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from dc354c4 to 4a3bea4 Compare September 30, 2023 05:01
@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.8.1 chore(deps): update gradle/gradle-build-action action to v2.9.0 Oct 1, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 4a3bea4 to dfd7cd4 Compare October 1, 2023 01:31
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.20.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.9.0 chore(deps): update gradle/gradle-build-action action to v2.10.0 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from dfd7cd4 to 097914e Compare November 27, 2023 11:25
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 097914e to 526962b Compare December 12, 2023 16:24
@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.10.0 chore(deps): update gradle/gradle-build-action action to v2.11.0 Dec 12, 2023
@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.11.0 chore(deps): 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 526962b to a3af8ae Compare December 20, 2023 03:53
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from a3af8ae to 3fdba61 Compare January 25, 2024 00:08
@renovate renovate bot changed the title chore(deps): update gradle/gradle-build-action action to v2.11.1 chore(deps): update gradle/gradle-build-action action to v2.12.0 Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant