janhoy commented on code in PR #89:
URL: https://github.com/apache/solr-orbit/pull/89#discussion_r4047554218
##########
.github/workflows/docker-build.yml:
##########
@@ -39,15 +39,15 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
- name: Set up QEMU
- uses:
docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
+ uses:
docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4.4.0
# Workaround for a memory allocation layout bug in QEMU,
# triggered by a kernel update to Linux machine images.
# Note that this is not an actual fix.
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
- name: Set up Docker Buildx
- uses:
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
+ uses:
docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0
Review Comment:
Revert as this is not yet approved by ASF
```suggestion
uses:
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.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]