This is an automated email from the ASF dual-hosted git repository.

squakez 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 3d5640004 fix(ci): valid login pinned action
3d5640004 is described below

commit 3d5640004957ab338c3bfce03e94154503821d3b
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jun 17 14:35:41 2026 +0200

    fix(ci): valid login pinned action
---
 .github/workflows/nightly-install-olm.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-install-olm.yml 
b/.github/workflows/nightly-install-olm.yml
index f91264d27..9ba46c7ad 100644
--- a/.github/workflows/nightly-install-olm.yml
+++ b/.github/workflows/nightly-install-olm.yml
@@ -61,7 +61,7 @@ jobs:
     # Building and pushing a bundle to a running container is required due to 
how
     # Operator-SDK works. Once it allows for local bundle testing, this part 
may be omitted
     - name: Login to staging container registry
-      uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
+      uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
       with:
         username: ${{ secrets.TEST_DOCKER_HUB_USERNAME }}
         password: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}

Reply via email to