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 fa1e9e823 fix(ci): use versioned allowed release actions
fa1e9e823 is described below
commit fa1e9e82387d4a5a3e9a75f2862f7f99a64d5b5d
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Mar 23 12:53:30 2026 +0100
fix(ci): use versioned allowed release 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 aa2b1dbd5..0a3f31673 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/setup-qemu-action@v3
+ uses: docker/[email protected]
#
# IMPORTANT:
@@ -95,7 +95,7 @@ runs:
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
- name: Login to staging container registry
- uses: docker/login-action@v3
+ uses: docker/[email protected]
with:
username: ${{ inputs.secretDockerHubUser }}
password: ${{ inputs.secretDockerHubPassword }}