ebyhr commented on code in PR #15730:
URL: https://github.com/apache/iceberg/pull/15730#discussion_r2972704251


##########
.github/workflows/publish-iceberg-rest-fixture-docker.yml:
##########
@@ -63,11 +63,11 @@ jobs:
       run: |
         echo "DOCKER_IMAGE_VERSION=`echo ${{ github.ref }} | tr -d -c 0-9.`" 
>> "$GITHUB_ENV"
     - name: Set up QEMU
-      uses: docker/setup-qemu-action@v4
+      uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a

Review Comment:
   `ce36039`: https://github.com/docker/setup-qemu-action/releases/tag/v4.0.0



##########
.github/workflows/publish-iceberg-rest-fixture-docker.yml:
##########
@@ -63,11 +63,11 @@ jobs:
       run: |
         echo "DOCKER_IMAGE_VERSION=`echo ${{ github.ref }} | tr -d -c 0-9.`" 
>> "$GITHUB_ENV"
     - name: Set up QEMU
-      uses: docker/setup-qemu-action@v4
+      uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
     - name: Set up Docker Buildx
-      uses: docker/setup-buildx-action@v4
+      uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd

Review Comment:
   `4d04d5d`: https://github.com/docker/setup-buildx-action/releases/tag/v4.0.0



##########
.github/workflows/publish-iceberg-rest-fixture-docker.yml:
##########
@@ -63,11 +63,11 @@ jobs:
       run: |
         echo "DOCKER_IMAGE_VERSION=`echo ${{ github.ref }} | tr -d -c 0-9.`" 
>> "$GITHUB_ENV"
     - name: Set up QEMU
-      uses: docker/setup-qemu-action@v4
+      uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
     - name: Set up Docker Buildx
-      uses: docker/setup-buildx-action@v4
+      uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
     - name: Build and Push
-      uses: docker/build-push-action@v7
+      uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294

Review Comment:
   `d08e5c3`: https://github.com/docker/build-push-action/releases/tag/v7.0.0



-- 
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]

Reply via email to