This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 220ae8c26 fix(ci): used pinned actions
220ae8c26 is described below
commit 220ae8c262fd7455788cd802eae106d31bdd87c0
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Mar 23 12:55:28 2026 +0100
fix(ci): used pinned actions
---
.github/actions/release-nightly/action.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/release-nightly/action.yml
b/.github/actions/release-nightly/action.yml
index 0a3f31673..5ce90fd6d 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -58,7 +58,7 @@ runs:
sudo apt-get install docker-ce docker-ce-cli containerd.io
docker-buildx-plugin docker-compose-plugin
- name: Set up QEMU (required by multi platform build)
- uses: docker/[email protected]
+ uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
#
# IMPORTANT:
@@ -95,7 +95,7 @@ runs:
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
- name: Login to staging container registry
- uses: docker/[email protected]
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
with:
username: ${{ inputs.secretDockerHubUser }}
password: ${{ inputs.secretDockerHubPassword }}