chore(deps): update gradle/gradle-build-action action to v2.12.0#65
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update gradle/gradle-build-action action to v2.12.0#65renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
b41915a to
635721e
Compare
635721e to
5ed272e
Compare
5ed272e to
81b805d
Compare
81b805d to
dc354c4
Compare
dc354c4 to
4a3bea4
Compare
4a3bea4 to
dfd7cd4
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
dfd7cd4 to
097914e
Compare
097914e to
526962b
Compare
526962b to
a3af8ae
Compare
|
a3af8ae to
3fdba61
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.










This PR contains the following updates:
v2.6.1→v2.12.0Release Notes
gradle/gradle-build-action (gradle/gradle-build-action)
v2.12.0Compare Source
Adds a new option to clear a previously submitted dependency-graph.
This may prove useful when migrating to a workflow using the upcoming
gradle/actions/dependency-submissionaction.Full-changelog: gradle/gradle-build-action@v2.11.1...v2.12.0
v2.11.1Compare Source
This patch release fixes an issue that prevented the
gradle-build-actionfrom executing with Gradle 1.12, and improves error reporting for dependency submission failures.Changelog
Full-changelog: gradle/gradle-build-action@v2.11.0...v2.11.1
v2.11.0Compare Source
In addition to a number of dependency updates, this release:
Changelog
Full-changelog: gradle/gradle-build-action@v2.10.0...v2.11.0
v2.10.0Compare Source
This release introduces a new
artifact-retention-daysparameter, 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
artifact-retention-daysconfiguration parameter #903v1.0.0of the github-dependency-graph-gradle-plugin@babel/traverseto address reported security vulnerabilityFull-changelog: gradle/gradle-build-action@v2.9.0...v2.10.0
v2.9.0Compare 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
pull-requestevents #882dependency-review-action#879Full-changelog: gradle/gradle-build-action@v2.8.1...v2.9.0
v2.8.1Compare Source
Fixes an issue that prevented Dependency Graph submission when running on GitHub Enterprise Server.
Fixes
Changelog
v2.8.0Compare Source
The
v2.8.0release of thegradle-build-actionintroduces 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.1Compare Source
This release contains no code changes, only dependency updates and documentation improvements.
Changelog
v2.7.0Compare 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
github-dependency-graph-gradle-plugin@v0.2.0dependency-graph-fileoutput to any step that generates a Dependency Graph fileChangelog
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.
This PR was generated by Mend Renovate. View the repository job log.