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): Bump gradle/actions from 3.4.2 to 4.2.2 #349

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps gradle/actions from 3.4.2 to 4.2.2.

Release notes

Sourced from gradle/actions's releases.

v4.2.2

This patch release updates a bunch of dependency versions and fixes a deprecation warning emitted with Gradle 8.12.

What's Changed

New Contributors

Full Changelog: gradle/actions@v4.2.1...v4.2.2

v4.2.1

This patch release fixes some issues with Develocity and Build Scan integration:

  • Build scan links not captured in project using plugin com.gradle.enteprise:3.18.2 (#449)
  • Enabling build-scan-publish causes some Develocity injection parameters to be ignored (#447)
  • Setting develocity-ccud-plugin-version parameter is ignored (#446)

What's Changed

New Contributors

Full Changelog: gradle/actions@v4.2.0...v4.2.1

v4.2.0

This release fixes a bug that prevents cache-cleanup from working with Gradle 8.11. A number of improvements to cache reporting are also included.

What's Changed

... (truncated)

Commits
  • 0bdd871 Pin version in ci-combine-bot-prs.yml
  • 34d6b69 Use latest DV plugin version in docs
  • 21ecf4f Use latest dependency-graph plugin (#489)
  • d9b1f17 [bot] Update dist directory
  • 5c7e362 Remove deprecation warning from init-script (#491)
  • 4213e78 Update known wrapper checksums (#488)
  • 59d7e81 Attempt to limit failures in wrapper-validation tests (#490)
  • bc78598 Bump github/codeql-action in the github-actions group across 1 directory
  • 9934046 Bump the gradle group across 1 directory with 2 updates
  • 3839b20 [bot] Update dist directory
  • 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)

@dependabot dependabot bot requested review from a team as code owners January 13, 2025 15:56
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 13, 2025 15:56
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Jan 13, 2025
@dependabot dependabot bot requested a review from andrewb1269hg January 13, 2025 15:56
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.2 to 4.2.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@dbbdc27...0bdd871)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/gradle/actions-4.2.2 branch from 17e708c to dc357bc Compare January 14, 2025 09:36
Copy link

github-actions bot commented Jan 14, 2025

JUnit Test Report

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit af787eb. ± Comparison against base commit 340575d.

♻️ This comment has been updated with latest results.

andrewb1269hg
andrewb1269hg previously approved these changes Jan 14, 2025
Copy link
Contributor

@andrewb1269hg andrewb1269hg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version roll looks good, but we need a repo owner to review this because it's a major version roll.

Copy link
Contributor

@anthony-swirldslabs anthony-swirldslabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not an expert in GitHub action scripts. However, by the look of the changes, it looks like only the syntax of the action definitions changes. However, semantically, each action does the exact same thing as before. So I'm good with the modification.

CC: @andrewb1269hg

@andrewb1269hg andrewb1269hg dismissed stale reviews from anthony-swirldslabs and themself via 43c4421 January 16, 2025 16:25
@andrewb1269hg andrewb1269hg requested a review from a team as a code owner January 16, 2025 16:25
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
andrewb1269hg
andrewb1269hg previously approved these changes Jan 16, 2025
@andrewb1269hg
Copy link
Contributor

@anthony-swirldslabs please re-review (merge conflict resolved), approve, and click the merge button if possible. Thanks!

Signed-off-by: Andrew Brandt <[email protected]>
Copy link
Contributor

@anthony-swirldslabs anthony-swirldslabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@anthony-swirldslabs anthony-swirldslabs merged commit e240aaf into main Jan 16, 2025
9 checks passed
@anthony-swirldslabs anthony-swirldslabs deleted the dependabot/github_actions/gradle/actions-4.2.2 branch January 16, 2025 18:57
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.

3 participants