okumin commented on code in PR #6417:
URL: https://github.com/apache/hive/pull/6417#discussion_r3054590871
##########
.github/workflows/docker-images.yml:
##########
@@ -115,16 +118,16 @@ jobs:
ls ./standalone-metastore/packaging/src/docker/
- name: Login to Docker Hub
- uses: docker/login-action@v2
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
Review Comment:
No, we can't. ASF prohibits the use of mutable tags for non-official
actions: https://infra.apache.org/github-actions-policy.html
> You MUST pin all external actions to the specific git hash (SHA1) of the
action that has been reviewed for use by the project. For instance, you MUST
pin foobar/baz-action@8843d7f92416211de9ebb963ff4ce28125932878.
Related PRs.
- https://github.com/apache/spark/pull/55066/changes
- https://github.com/apache/nifi/pull/11048/changes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]