This is an automated email from the ASF dual-hosted git repository. squakez pushed a commit to branch release-2.8.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 160108819dddb9e7e4186fe44559fb67f174d183 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 38dbc1cb2..e4fa7fbf9 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] - name: Infra setting uses: ./.github/actions/infra-setting @@ -87,7 +87,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 }}
