Skip to content

CI: use setup-gradle@v4#4256

Merged
EronWright merged 2 commits into
masterfrom
gradle-4x
Aug 12, 2025
Merged

CI: use setup-gradle@v4#4256
EronWright merged 2 commits into
masterfrom
gradle-4x

Conversation

@EronWright

Copy link
Copy Markdown
Contributor

No description provided.

@EronWright EronWright requested a review from Copilot August 12, 2025 22:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the GitHub Actions workflow to use the newer setup-gradle@v4 action instead of the deprecated gradle-build-action@v3. This modernizes the CI pipeline by adopting the latest Gradle setup action.

Key changes:

  • Updates Gradle action from gradle/gradle-build-action@v3 to gradle/actions/setup-gradle@v4
  • Replaces the integrated build execution with a separate setup step and manual gradle command
  • Maintains the same Gradle version (8.13) across both workflows

Reviewed Changes

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

File Description
.github/workflows/publish.yml Separates Gradle setup from build execution, using new action and manual gradle command
.github/actions/install/action.yml Updates to use the new setup-gradle action while maintaining same configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

Comment thread .github/workflows/publish.yml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@codecov

codecov Bot commented Aug 12, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.79%. Comparing base (edb9791) to head (58d4035).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4256   +/-   ##
=======================================
  Coverage   58.79%   58.79%           
=======================================
  Files          84       84           
  Lines       13582    13582           
=======================================
  Hits         7985     7985           
  Misses       4990     4990           
  Partials      607      607           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@EronWright EronWright enabled auto-merge (squash) August 12, 2025 22:29
@EronWright EronWright merged commit 3d55ebd into master Aug 12, 2025
25 checks passed
@EronWright EronWright deleted the gradle-4x branch August 12, 2025 22:41
@pulumi-bot

Copy link
Copy Markdown
Contributor

This PR has been shipped in release v3.7.0.

1 similar comment
@pulumi-bot

Copy link
Copy Markdown
Contributor

This PR has been shipped in release v3.7.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants