From 4d23a00c3e9c54a1279c780dad5bd4b963e95284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:42:49 +0000 Subject: [PATCH] Bump docker/login-action from 4.2.0 to 4.4.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.2.0...v4.4.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-ci-build.yml | 2 +- .github/workflows/maven-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-ci-build.yml b/.github/workflows/maven-ci-build.yml index b75bd843..05090b1b 100644 --- a/.github/workflows/maven-ci-build.yml +++ b/.github/workflows/maven-ci-build.yml @@ -19,7 +19,7 @@ jobs: server-username: MAVEN_CENTRAL_USER server-password: MAVEN_CENTRAL_TOKEN - name: Login to registry.redhat.io - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.4.0 with: username: ${{ secrets.REDHAT_REGISTRY_USER }} password: ${{ secrets.REDHAT_REGISTRY_TOKEN }} diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index c4b892c3..8f98211f 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -18,7 +18,7 @@ jobs: server-username: MAVEN_CENTRAL_USER server-password: MAVEN_CENTRAL_TOKEN - name: Login to registry.redhat.io - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.4.0 with: username: ${{ secrets.REDHAT_REGISTRY_USER }} password: ${{ secrets.REDHAT_REGISTRY_TOKEN }}