HIVE-29741:Update GitHub Actions to use ASF allowed Docker action ver…#6611
Open
Manya0407 wants to merge 1 commit into
Open
HIVE-29741:Update GitHub Actions to use ASF allowed Docker action ver…#6611Manya0407 wants to merge 1 commit into
Manya0407 wants to merge 1 commit into
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What changes were proposed in this pull request?
This PR updates the GitHub Actions workflow files to use ASF allowlisted versions of docker/build-push-action and docker/login-action.
The changes update the action versions in:
a).github/workflows/docker-images.yml
b).github/workflows/hive-postgres-tpcds-metastore.yml
No workflow logic or functionality has been modified; only the action references have been updated to approved versions.
Why are the changes needed?
The ASF Allowlist Check currently fails because the versions of docker/build-push-action and docker/login-action used by Hive are not present in the ASF approved allowlist.
Updating these actions to approved versions resolves the allowlist check failure while preserving the existing workflow behavior.
Does this PR introduce any user-facing change?
No
How was this patch tested?
1.Verified that the workflow files reference the updated ASF allowlisted versions of docker/build-push-action and docker/login-action.
2.Verified that no workflow logic or build steps were changed beyond the action version updates.
3.Validation will be performed by the GitHub Actions CI, including the ASF Allowlist Check, on the pull request.