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 cd183f1c3fd895f6fd932406ed814b5e42247065 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 2495af92e..d845871ca 100644 --- a/.github/workflows/nightly-install-olm.yml +++ b/.github/workflows/nightly-install-olm.yml @@ -60,7 +60,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 }}
