Skip to content

ci(deps): bump gradle/actions from 4.3.1 to 4.4.2 #501

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

Bumps gradle/actions from 4.3.1 to 4.4.2.

Release notes

Sourced from gradle/actions's releases.

v4.4.2

This patch release updates a bunch of dependency versions

What's Changed

  • Bump github/codeql-action from 3.29.4 to 3.29.5 in the github-actions group across 1 directory (gradle/actions#703)
  • Bumps the npm-dependencies group in /sources with 4 updates (gradle/actions#702)
  • Upgrade to gradle 9 in workflows and tests (gradle/actions#704)
  • Update known wrapper checksums (gradle/actions#701)
  • Bump Gradle Wrapper from 8.14.3 to 9.0.0 in /.github/workflow-samples/gradle-plugin (gradle/actions#695)
  • Bump Gradle Wrapper from 8.14.3 to 9.0.0 in /.github/workflow-samples/groovy-dsl (gradle/actions#696)
  • Bump Gradle Wrapper from 8.14.3 to 9.0.0 in /.github/workflow-samples/java-toolchain (gradle/actions#697)
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.19.1 to 2.19.2 in /sources/test/init-scripts in the gradle group across 1 directory (gradle/actions#693)
  • Bump github/codeql-action from 3.29.0 to 3.29.4 in the github-actions group across 1 directory (gradle/actions#691)
  • Bump the npm-dependencies group in /sources with 5 updates (gradle/actions#692)
  • Bump references to Develocity Gradle plugin from 4.0.2 to 4.1 (gradle/actions#685)
  • Bump the npm-dependencies group across 1 directory with 8 updates (gradle/actions#684)
  • Run Gradle release candidate tests with JDK 17 (gradle/actions#690)
  • Update Develocity npm agent to version 1.0.1 (gradle/actions#687)
  • Update known wrapper checksums (gradle/actions#688)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /.github/workflow-samples/kotlin-dsl (gradle/actions#683
  • Bump the github-actions group across 1 directory with 3 updates (gradle/actions#675)
  • Bump the gradle group across 3 directories with 2 updates (gradle/actions#674)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /sources/test/init-scripts (gradle/actions#679)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /.github/workflow-samples/java-toolchain (gradle/actions#682)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /.github/workflow-samples/groovy-dsl (gradle/actions#681)
  • Bump Gradle Wrapper from 8.14.2 to 8.14.3 in /.github/workflow-samples/gradle-plugin (gradle/actions#680)
  • Update known wrapper checksums (gradle/actions#676)

Full Changelog: gradle/actions@v4.4.1...v4.4.2

v4.4.1

This patch release fixes a bug in Develocity Injection with a custom plugin repository. The gradle-plugin-repository-* action parameters were not being correctly mapped to environment variables that are read by the Develocity Injection init script.

This issue has been fixed by setting the correct environment variables:

  • gradle-plugin-repository-url is mapped to DEVELOCITY_INJECTION_PLUGIN_REPOSITORY_URL
  • gradle-plugin-repository-username is mapped to DEVELOCITY_INJECTION_PLUGIN_REPOSITORY_USERNAME
  • gradle-plugin-repository-password is mapped to DEVELOCITY_INJECTION_PLUGIN_REPOSITORY_PASSWORD

Additionally, these parameters can now be used to configure a custom plugin repository for the GitHub Dependency Graph Gradle Plugin, required for dependency submission.

What's Changed

Full Changelog: gradle/actions@v4.4.0...v4.4.1

v4.4.0

This release updates 2 downstream components:

  • Develocity injection has been updated to v2.0

... (truncated)

Commits
  • 017a9ef Bump github/codeql-action from 3.29.4 to 3.29.5 in the github-actions group a...
  • d5397cf Merge branch 'main' into dependabot/github_actions/github-actions-12d2e1d0cf
  • 559dfbd Bump the npm-dependencies group in /sources with 4 updates (#702)
  • 075ee28 Merge branch 'main' into dependabot/npm_and_yarn/sources/npm-dependencies-fda...
  • c3e68c5 Upgrade to gradle 9 in workflows and tests (#704)
  • d7e674f Fix init script tests dependencies
  • 3e65128 Upgrade init script tests to Gradle 9
  • 896b9fa Run tests on Gradle release candidate and current with JDK 17 as required sin...
  • 431b3e3 Bump github/codeql-action in the github-actions group across 1 directory
  • 44c3664 Bump the npm-dependencies group in /sources with 4 updates
  • 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 a review from nekofar August 6, 2025 00:38
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

Copy link
Contributor

github-actions bot commented Aug 6, 2025

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.3.4
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 31960b7 to 7dc96c5 Compare August 7, 2025 09:18
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 7dc96c5 to e0c8868 Compare August 7, 2025 09:25
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from e0c8868 to af63f15 Compare August 8, 2025 00:19
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from af63f15 to 3408a4a Compare August 8, 2025 00:25
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 3408a4a to 22266d6 Compare August 8, 2025 00:31
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 22266d6 to ab7f4ca Compare August 10, 2025 06:38
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from ab7f4ca to 6f37dd3 Compare August 10, 2025 06:45
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 6f37dd3 to d0e645c Compare August 10, 2025 06:51
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from d0e645c to 439507a Compare August 11, 2025 00:19
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 439507a to b4893ff Compare August 11, 2025 00:25
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Looks like this PR is already up-to-date with develop, and has been recreated more than 5 times in the last 24 hours!

Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 9012dd1 to 2dfc665 Compare August 16, 2025 07:30
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 2dfc665 to dd3e5f8 Compare August 16, 2025 07:36
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from dd3e5f8 to 3304d00 Compare August 17, 2025 02:04
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 3304d00 to 268ff75 Compare August 17, 2025 02:10
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2025

Looks like this PR is already up-to-date with develop, and has been recreated more than 5 times in the last 24 hours!

Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 268ff75 to e22a6ad Compare August 19, 2025 07:40
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from e22a6ad to 2eafe0d Compare August 19, 2025 07:47
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 2eafe0d to f1097b2 Compare August 19, 2025 07:53
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from f1097b2 to 98ffb94 Compare August 19, 2025 13:56
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 98ffb94 to 69e965b Compare August 19, 2025 14:03
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2025

Looks like this PR is already up-to-date with develop, and has been recreated more than 5 times in the last 24 hours!

Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 69e965b to afab524 Compare August 21, 2025 06:53
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from afab524 to 1711d7d Compare August 21, 2025 06:59
Copy link
Collaborator

@nekofar nekofar left a comment

Choose a reason for hiding this comment

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

@dependabot recreate

Bumps [gradle/actions](https://github.com/gradle/actions) from 4.3.1 to 4.4.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v4.3.1...v4.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/develop/gradle/actions-4.4.2 branch from 1711d7d to be09999 Compare August 21, 2025 07:05
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