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

ci(deps): update gradle/gradle-build-action action to v2.12.0 #37

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2023

Mend Renovate

This PR contains the following updates:

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

v2.6.1

Compare Source

Dependency Graph support

This patch release fixes and improves a couple of aspects of the experimental Dependency Graph support:

  • The action will now generate a unique job.correlator value for each Gradle invocation within a Job. This permits multiple Gradle invocations in a single job to generate and submit a separate dependency graph.
  • Update to use github-dependency-graph-gradle-plugin@v0.1.0, which brings a number of improvements to the generated dependency graph:
    • Each Gradle build invocation is mapped to a single GitHub Dependency Graph manifest. This should result in fewer duplicate security alerts being generated.
    • Configurations that contribute to the GitHub Dependency Graph can be filtered by regular expression

v2.6.0

Compare Source

GitHub Dependency Graph support (Experimental)

This release brings experimental support for submitting a GitHub Dependency Graph snapshot via the GitHub Dependency Submission API.

The dependency graph snapshot is generated via integration with the GitHub Dependency Graph Gradle Plugin, and saved as a workflow artifact. The generated snapshot files can be submitted either in the same job, or in a subsequent job (in the same or a dependent workflow).

The generated dependency graph snapshot reports all of the dependencies that were resolved during a bulid execution, and is used by GitHub to generate Dependabot Alerts for vulnerable dependencies, as well as to populate the Dependency Graph insights view.

Check out the README chapter for more details on how this works and how to configure a workflow that submits a dependency graph.

Changelog

v2.5.1

Compare Source

Fixes a regression in v2.5.0 that resulted in failure when running a workflow that has a name containing a comma.

Fixes
  • Cache key Validation Error when workflow name contains a comma #​756
Changelog

v2.5.0

Compare Source

This minor release fixes a couple of issues that affected the action in particular scenarios, and updates all dependencies to recent versions.

Fixes
  • Parallel workflows containing jobs with the same name use the same cache key #​699
  • Build scans are not captured when GE plugin is applied within settingsEvaluated #​626

Full changelog: gradle/gradle-build-action@v2.4.2...v2.5.0

v2.4.2

Compare Source

This release disables the save/restore of configuration-cache data, since this functionality has been shown to be problematic.
Gradle 8.1 has made changes to this functionality which will require a more comprehensive rework of the action before we can re-enable this.

v2.4.1

Compare Source

This patch release updates a number of dependencies, including xmljs which was reported to have a security vulnerability (https://nvd.nist.gov/vuln/detail/CVE-2023-0842).
There is no evidence that this vulnerability affected the gradle-build-action.

Full changelog: gradle/gradle-build-action@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's new

The v.2.4.0 release contains various library updates and fixes to fully support Gradle 8.

Notable changes:

  • Update to @actions/cache: 3.1.3 should improve cache save/restore performance on Windows by using gnu tar and zstd when available.
  • Fix caching of extracted JDK toolchains for Gradle 7.6+ (e444647)

Full Changelog: gradle/gradle-build-action@v2.3.3...v2.4.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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the update-deps label Feb 21, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch 12 times, most recently from ecc9efd to 10e608b Compare February 28, 2023 11:24
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch 7 times, most recently from e9295e2 to 2f12750 Compare March 7, 2023 12:25
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch 8 times, most recently from 44fcbf1 to 476dec8 Compare March 8, 2023 15:55
@sonarcloud
Copy link

sonarcloud bot commented Jun 29, 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

@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.5.1 ci(deps): update gradle/gradle-build-action action to v2.6.0 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 160a17a to 5b7ab5d Compare July 10, 2023 20:20
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.6.0 ci(deps): update gradle/gradle-build-action action to v2.6.1 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 5b7ab5d to b8c547e Compare July 17, 2023 22:42
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.6.1 ci(deps): update gradle/gradle-build-action action to v2.7.0 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from b8c547e to 35b5d98 Compare July 24, 2023 16:38
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.7.0 ci(deps): update gradle/gradle-build-action action to v2.7.1 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from 35b5d98 to d5dcc7b Compare August 18, 2023 23:11
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.7.1 ci(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 d5dcc7b to df512cd Compare August 28, 2023 18:13
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.8.0 ci(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 df512cd to eb25307 Compare September 25, 2023 16:39
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.8.1 ci(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 eb25307 to be8bb35 Compare September 29, 2023 21:04
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.9.0 ci(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 be8bb35 to 116265d Compare September 30, 2023 04:32
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.8.1 ci(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 116265d to 7feca97 Compare October 1, 2023 01:04
@sonarcloud
Copy link

sonarcloud 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 ci(deps): update gradle/gradle-build-action action to v2.9.0 ci(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 7feca97 to ba47255 Compare November 27, 2023 09:37
@renovate renovate bot force-pushed the renovate/gradle-gradle-build-action-2.x branch from ba47255 to 5131d8e Compare December 12, 2023 17:11
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.10.0 ci(deps): update gradle/gradle-build-action action to v2.11.0 Dec 12, 2023
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.11.0 ci(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 5131d8e to e2ef48e Compare December 20, 2023 06:54
Copy link

sonarcloud bot commented Dec 20, 2023

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 e2ef48e to 9c25a05 Compare January 24, 2024 22:42
@renovate renovate bot changed the title ci(deps): update gradle/gradle-build-action action to v2.11.1 ci(deps): update gradle/gradle-build-action action to v2.12.0 Jan 24, 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.

None yet

0 participants