From d88c011d1675dee873f8b10e4a88db94d6be7268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:14:44 +0000 Subject: [PATCH] Bump docker/login-action from 4.4.0 to 4.5.2 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/af1e73f918a031802d376d3c8bbc3fe56130a9b0...371161bbe7024a29a25c5e19bfcbc0804fe9ad2c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_docker-image.yml b/.github/workflows/_docker-image.yml index f185118163..db849d62ca 100644 --- a/.github/workflows/_docker-image.yml +++ b/.github/workflows/_docker-image.yml @@ -34,7 +34,7 @@ jobs: env: MAVEN_ARGS: ${{ inputs.maven-args }} - name: Login to the registry - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c with: registry: ghcr.io username: ${{ github.actor }}