Skip to content

Update to v4.4.2 of setup-gradle action #39683

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: main
Choose a base branch
from
Open

Conversation

jprinet
Copy link

@jprinet jprinet commented Aug 6, 2025

Why:

Encourage users to use the most up-to-date version of the setup-gradle action.

What's being changed (if available, include any code snippets, screenshots, or gifs):

Bump the SHA for gradle/actions/setup-gradle to point to the v4.4.2 release.

Check off the following:

@Copilot Copilot AI review requested due to automatic review settings August 6, 2025 08:35
Copy link

welcome bot commented Aug 6, 2025

Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates the Gradle setup action version from v4.0.0 to v4.4.2 in GitHub Actions documentation to encourage users to use the most current version.

  • Updates SHA references for gradle/actions/setup-gradle from v4.0.0 to v4.4.2
  • Applies the version update consistently across all workflow examples

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
content/actions/tutorials/publish-packages/publish-java-packages-with-gradle.md Updates three instances of setup-gradle action to v4.4.2 in package publishing workflows
content/actions/tutorials/build-and-test-code/java-with-gradle.md Updates three instances of setup-gradle action to v4.4.2 in build and test workflows

@@ -100,7 +100,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
Copy link
Preview

Copilot AI Aug 6, 2025

Choose a reason for hiding this comment

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

The PR description mentions updating to v4.4.2 but references v4.0.0 in the description. However, there's a discrepancy: the title says 'v4.4.2' but the description says 'Bump the SHA for gradle/actions/setup-gradle to point to the v4.0.0 release.' This appears to be a documentation error in the PR description, but the actual changes correctly update to v4.4.2.

Copilot uses AI. Check for mistakes.

@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Aug 6, 2025
Copy link
Contributor

github-actions bot commented Aug 6, 2025

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

The table shows the files in the content directory that were changed in this pull request. This helps you review your changes on a staging server. Changes to the data directory are not included in this table.

Source Review Production What Changed
actions/tutorials/build-and-test-code/java-with-gradle.md fpt
ghec
ghes@ 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.17 3.16 3.15 3.14
actions/tutorials/publish-packages/publish-java-packages-with-gradle.md fpt
ghec
ghes@ 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.17 3.16 3.15 3.14

Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server

🤖 This comment is automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Do not begin working on this issue until triaged by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant