HIVE-29575: Upgrade GitHub Actions, setup-java and checkout#6445
HIVE-29575: Upgrade GitHub Actions, setup-java and checkout#6445ayushtkn merged 1 commit intoapache:masterfrom
Conversation
|
|
We have one test failure Its reproducible on master branch (without this change). It appears to be related to #6374 , as the failure goes away when reverting it. And this will be resolved with #6446 |
ayushtkn
left a comment
There was a problem hiding this comment.
LGTM
There is a running known failure in the CI.
We had a green build with the fix: https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-6445/4/pipeline
Considering this fixes the Github Actions & it is failing everywhere, not waiting for the tests to end. Merging to unblock other PRs



What changes were proposed in this pull request?
This PR updates GitHub Actions dependencies used in CI, specifically upgrading actions/setup-java to v5 and actions/checkout to v3.
Why are the changes needed?
CI builds were failing due to incorrect or missing JAVA_HOME configuration when using the older version of actions/setup-java. Upgrading actions/setup-java resolves this.
Does this PR introduce any user-facing change?
No
How was this patch tested?
CI pipeline run shows successful build after upgrading actions/setup-java