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

Bump gradle/gradle-build-action from 2 to 3 #1026

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps gradle/gradle-build-action from 2 to 3.

Release notes

Sourced from gradle/gradle-build-action's releases.

v3.0.0-rc.1

First release candidate of gradle/gradle-build-action@v3.0.0. This release candidate will the first release available under the v3 version tag.

[!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actons/setup-gradle.

Changes from gradle-build-action@v2

This release brings some useful and much requested features, including:

  • save and restore the Gradle configuration-cache data
  • add the Job summary content as a PR comment
  • easily publish Build Scans® to the free Gradle Build Scan service
  • compatibility with Node 20

The only major breaking change from gradle-build-action@v2.12.0 is the update to require a Node 20 runtime environment. Aside from that change, this release should generally serve as a drop-in replacement for gradle-build-action@v2.

Changelog

  • [NEW] - Run with NodeJs 20.x (gradle/gradle-build-action#946)
  • [NEW] - Support for save & restore of configuration-cache data (gradle/gradle-build-action#966)
  • [NEW] - Support for automatic adding PR comment with Job Summary content (gradle/gradle-build-action#1020)
  • [NEW] - Make it easy to publish a Build Scan® to https://scans.gradle.com (gradle/gradle-build-action#1044)
  • [NEW] - Added dependency-graph-continue-on-failure input, which can be set to false to force the Job to fail when dependency graph submission fails (gradle/gradle-build-action#1036). Failure modes include:
  • [NEW] - Add dependency-graph: clear option to clear any dependency-graph previously submitted by the job
  • [FIX] Allow cache entries to be reused by jobs with the same ID in different workflows (gradle/gradle-build-action#1017)
    • Workflow name remains part of the cache key, but cache entries generated by the same job id in a different workflow may be restored
  • [FIX] Register pre-installed JDKs in Maven toolchains.xml file (gradle/gradle-build-action#1024)
    • This allows pre-installed JDKs to be auto-detected by Gradle Toolchain support on Windows
  • [FIX] - Update the Gradle Enterprise injection configuration for product rename to Develocity (gradle/gradle-build-action#995)
  • [FIX] - Avoid submitting an empty dependency graph when state is loaded from configuration-cache
  • [DEPRECATION] - Deprecation of the arguments parameter (gradle/gradle-build-action#996)
  • [BREAKING CHANGE] - Remove the gradle-executable input parameter. Use a separate workflow Step to execute a Gradle from a custom location.

... (truncated)

Commits
  • 4a8703f Delegate to 'setup-gradle@v3.0.0-rc.1'
  • 4a39eed Mention setup-gradle in README
  • 272883a Remove all action sources: these have been migrated to 'gradle/actions'
  • 2a8bfcf Delegate action implementation to gradle/actions/setup-gradle
  • e1ada08 Bump the github-actions group with 1 update (#1047)
  • a8e3e5e Apply dependency version updates
  • 2be01ca Build outputs
  • a00827e Bump the npm-dependencies group with 7 updates
  • ad80850 Bump the github-actions group with 2 updates
  • bd6d0a7 Configure explicit java version for config-cache test
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2...v3)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jan 29, 2024
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (982c8f5) 30.42% compared to head (91c27c6) 31.25%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1026      +/-   ##
============================================
+ Coverage     30.42%   31.25%   +0.82%     
- Complexity      231      233       +2     
============================================
  Files           109      109              
  Lines          2902     2902              
  Branches        291      291              
============================================
+ Hits            883      907      +24     
+ Misses         1943     1917      -26     
- Partials         76       78       +2     

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

@larsgrefer larsgrefer merged commit 7bcdd39 into main Jan 29, 2024
18 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/gradle/gradle-build-action-3 branch January 29, 2024 19:44
tmnd1991 pushed a commit to agile-lab-dev/whitefox that referenced this pull request Feb 16, 2024
…adle.plugin to v8.6 (#225)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.freefair.lombok:io.freefair.lombok.gradle.plugin](https://togithub.com/freefair/gradle-plugins)
| `8.4` -> `8.6` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.freefair.lombok:io.freefair.lombok.gradle.plugin/8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.freefair.lombok:io.freefair.lombok.gradle.plugin/8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.freefair.lombok:io.freefair.lombok.gradle.plugin/8.4/8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.freefair.lombok:io.freefair.lombok.gradle.plugin/8.4/8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>freefair/gradle-plugins
(io.freefair.lombok:io.freefair.lombok.gradle.plugin)</summary>

###
[`v8.6`](https://togithub.com/freefair/gradle-plugins/releases/tag/8.6)

[Compare
Source](https://togithub.com/freefair/gradle-plugins/compare/8.4...8.6)

#### What's Changed

- Bump io.freefair.settings.plugin-versions from 8.3 to 8.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#911
- Bump de.larsgrefer.sass:sass-embedded-host from 3.2.0 to 3.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#917
- Bump com.github.spotbugs from 5.1.3 to 5.1.4 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#913
- Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#910
- Bump io.freefair.settings.plugin-versions from 8.3 to 8.4 in /examples
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#912
- Bump com.github.spotbugs from 5.1.4 to 5.1.5 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#918
- Bump io.github.classgraph:classgraph from 4.8.162 to 4.8.163 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#919
- Bump com.github.spotbugs from 5.1.5 to 5.2.0 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#921
- Bump com.squareup.okhttp3:okhttp-bom from 4.11.0 to 4.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#922
- Bump com.github.spotbugs from 5.2.0 to 5.2.1 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#926
- Bump de.larsgrefer.sass:sass-embedded-host from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#925
- Bump org.springframework.boot:spring-boot-dependencies from 2.7.16 to
2.7.17 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#927
- Bump org.owasp.dependencycheck from 8.4.0 to 8.4.2 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#930
- Bump org.webjars:webjars-locator-core from 0.53 to 0.54 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#937
- Bump mavenPluginToolsVersion from 3.9.0 to 3.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#935
- Bump org.glassfish.jaxb:jaxb-runtime from 2.3.8 to 2.3.9 in /examples
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#938
- Bump net.sourceforge.plantuml:plantuml from 1.2023.11 to 1.2023.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#936
- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.9.0
to 3.10.1 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#933
- Bump io.github.classgraph:classgraph from 4.8.163 to 4.8.164 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#942
- Bump mavenPluginToolsVersion from 3.10.1 to 3.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#949
- Bump com.github.package-url:packageurl-java from 1.4.1 to 1.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#950
- Bump io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch
from 0.6.2 to 0.6.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#946
- Bump org.webjars:webjars-locator-core from 0.54 to 0.55 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#951
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#945
- Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#941
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#943
- Bump com.github.spotbugs from 5.2.1 to 5.2.3 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#948
- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from
3.10.1 to 3.10.2 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#952
- Bump org.owasp.dependencycheck from 8.4.2 to 8.4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#956
- Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#955
- Bump io.github.classgraph:classgraph from 4.8.164 to 4.8.165 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#958
- Bump org.springframework.boot:spring-boot-dependencies from 2.7.17 to
2.7.18 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#961
- Bump org.owasp.dependencycheck from 8.4.3 to 9.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#962
- Bump com.github.spotbugs from 5.2.3 to 5.2.5 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#965
- Bump actions/setup-java from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#970
- Bump org.owasp.dependencycheck from 9.0.1 to 9.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#968
- Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#966
- Bump org.apache.maven:maven-model from 3.9.5 to 3.9.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#967
- Bump org.mockito.kotlin:mockito-kotlin from 5.1.0 to 5.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#969
- Bump org.apache.maven:maven-model from 3.9.5 to 3.9.6 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#971
- Bump org.apache.maven:maven-core from 3.9.5 to 3.9.6 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#973
- Bump org.apache.maven:maven-plugin-api from 3.9.5 to 3.9.6 in
/examples by [@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#974
- Bump org.owasp.dependencycheck from 9.0.2 to 9.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#982
- Bump com.gradle.enterprise from 3.15.1 to 3.16 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#980
- Bump org.owasp.dependencycheck from 9.0.3 to 9.0.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#991
- Bump org.owasp.dependencycheck from 9.0.5 to 9.0.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#998
- Bump com.gradle.enterprise from 3.16 to 3.16.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#992
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1003
- Bump com.github.package-url:packageurl-java from 1.4.2 to 1.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#983
- Bump com.gradle.enterprise from 3.16 to 3.16.1 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#993
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1002
- Bump com.github.spotbugs from 5.2.5 to 6.0.5 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1004
- Bump org.owasp.dependencycheck from 9.0.7 to 9.0.8 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1011
- Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1017
- Bump gradle/gradle-build-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1026
- Bump gradle/wrapper-validation-action from 1 to 2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1028
- Bump org.assertj:assertj-core from 3.25.1 to 3.25.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1027
- Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1020
- Bump org.owasp.dependencycheck from 9.0.8 to 9.0.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1018
- Bump mavenPluginToolsVersion from 3.10.2 to 3.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1012
- Bump com.github.spotbugs from 6.0.5 to 6.0.7 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1019
- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from
3.10.2 to 3.11.0 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1015
- Bump mavenPluginToolsVersion from 3.10.2 to 3.11.0 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1014
- Bump com.github.node-gradle:gradle-node-plugin from 7.0.1 to 7.0.2 in
/examples by [@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1033
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1035
- Bump com.gradle.enterprise from 3.16.1 to 3.16.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1034
- Bump de.larsgrefer.sass:sass-embedded-host from 3.3.2 to 3.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1037
- Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[freefair/gradle-plugins#1025

**Full Changelog**:
freefair/gradle-plugins@8.4...8.6

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/agile-lab-dev/whitefox).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant