This is an automated email from the ASF dual-hosted git repository.
vernedeng pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/branch-2.4 by this push:
new d348b01bda [INLONG-12175][CI] Pin docker/setup-qemu-action and
docker/setup-buildx-action to SHA (#12176)
d348b01bda is described below
commit d348b01bda8e64a8743799bff52d9293aad18753
Author: vernedeng <[email protected]>
AuthorDate: Mon Jul 20 20:18:50 2026 +0800
[INLONG-12175][CI] Pin docker/setup-qemu-action and
docker/setup-buildx-action to SHA (#12176)
(cherry picked from commit d9bb1f65f6a4ee8bd6c69e77a0a7ee95e5ed3f61)
---
.github/workflows/ci_docker.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml
index eb184df32f..d7785586c9 100644
--- a/.github/workflows/ci_docker.yml
+++ b/.github/workflows/ci_docker.yml
@@ -98,11 +98,11 @@ jobs:
python-version: 3.7
- name: Set up QEMU dependency
- uses: docker/setup-qemu-action@v3
+ uses:
docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- name: Set up Docker Buildx
id: buildx
- uses: docker/setup-buildx-action@v3
+ uses:
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Cache Maven packages
uses: actions/cache@v4