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 a3a25b006710ad30e1167506fa997f19af98ecae 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 e4fa7fbf9..7a700091a 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 - 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/[email protected] + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 with: username: ${{ inputs.secretDockerHubUser }} password: ${{ inputs.secretDockerHubPassword }}
