This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
The following commit(s) were added to refs/heads/master by this push:
new 3fe9432 [fix][ci] Pin approved docker GitHub Actions (#472)
3fe9432 is described below
commit 3fe943213b10f60736d8ff7d4783ba031aaa62f6
Author: Baodi Shi <[email protected]>
AuthorDate: Thu Mar 26 23:17:49 2026 +0800
[fix][ci] Pin approved docker GitHub Actions (#472)
---
.github/workflows/ci-build-release-napi.yml | 6 +++---
.github/workflows/ci-pr-validation.yml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/ci-build-release-napi.yml
b/.github/workflows/ci-build-release-napi.yml
index f91d253..0e9fbd8 100644
--- a/.github/workflows/ci-build-release-napi.yml
+++ b/.github/workflows/ci-build-release-napi.yml
@@ -110,13 +110,13 @@ jobs:
uses: actions/checkout@v3
- name: Set up QEMU
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
- name: Setup Docker Buildx
- uses: docker/setup-buildx-action@v2
+ uses:
docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
- name: Build Linux Docker image
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
with:
file: ./pkg/linux/Dockerfile_${{matrix.image}}
load: true
diff --git a/.github/workflows/ci-pr-validation.yml
b/.github/workflows/ci-pr-validation.yml
index 14b2fc5..2c7faae 100644
--- a/.github/workflows/ci-pr-validation.yml
+++ b/.github/workflows/ci-pr-validation.yml
@@ -146,13 +146,13 @@ jobs:
uses: actions/checkout@v3
- name: Set up QEMU
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
- name: Setup Docker Buildx
- uses: docker/setup-buildx-action@v2
+ uses:
docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
- name: Build Linux Docker image
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
with:
file: ./pkg/linux/Dockerfile_${{matrix.image}}
load: true