From 7f7afdd15aa7f71768aeecd47ebac2a622bef1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 10:45:17 +0000 Subject: [PATCH] Bump docker/login-action from 4.1.0 to 4.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/4907a6ddec9925e35a0a9e82d7399ccc52663121...650006c6eb7dba73a995cc03b0b2d7f5ca915bee) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main-maven-build.yml | 2 +- .github/workflows/shared-maven-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-maven-build.yml b/.github/workflows/main-maven-build.yml index 8822b13..6979598 100644 --- a/.github/workflows/main-maven-build.yml +++ b/.github/workflows/main-maven-build.yml @@ -98,7 +98,7 @@ jobs: password: ${{ env.CI_AUTH_PSW }} - name: Login to Docker registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: uniportcr.artifacts.inventage.com username: ${{ env.CI_AUTH_USR }} diff --git a/.github/workflows/shared-maven-build.yml b/.github/workflows/shared-maven-build.yml index 6271540..3ebea62 100644 --- a/.github/workflows/shared-maven-build.yml +++ b/.github/workflows/shared-maven-build.yml @@ -116,7 +116,7 @@ jobs: security list-keychains - name: Login to Uniport Docker Registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: uniportcr.artifacts.inventage.com username: ${{ env.CI_AUTH_USR }}