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 82723bfd4 fix(ci): olm pinned docker/login action
82723bfd4 is described below

commit 82723bfd4c17910206c68283409e566c4d102c2f
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Mar 23 12:58:01 2026 +0100

    fix(ci): olm pinned docker/login 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 953774b95..f91264d27 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@v3
+      uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
       with:
         username: ${{ secrets.TEST_DOCKER_HUB_USERNAME }}
         password: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}

Reply via email to