From 975db00d7116a1fcb4f10e41610096323fc3b437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:05:22 +0000 Subject: [PATCH] Bump docker/login-action from 3.6.0 to 3.7.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.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 2eaa0898..9fa40617 100644 --- a/.github/workflows/maven-ci-build.yml +++ b/.github/workflows/maven-ci-build.yml @@ -16,7 +16,7 @@ jobs: java-version: '21' cache: maven - name: Login to registry.redhat.io - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.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 dbfb6bc7..937f2d93 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@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.REDHAT_REGISTRY_USER }} password: ${{ secrets.REDHAT_REGISTRY_TOKEN }}