From a4e0ac1aa0eabaa762d4a2a4e288bc0f8ba046a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:07:49 +0000 Subject: [PATCH] Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a5bd10d3..66f4a0b8 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -111,7 +111,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Docker login - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -534,7 +534,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ vars.DOCKER_SOLARWINDS_ORG_LOGIN }} password: ${{ secrets.ENOPS5919_APM_DOCKER_HUB_CI_OAT }} @@ -563,7 +563,7 @@ jobs: load: true - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ vars.ENOPS5919_DOCKER_SCOUT_CI_USER }} password: ${{ secrets.ENOPS5919_DOCKER_SCOUT_CI_PAT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4484d4c..a937d799 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -391,7 +391,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ vars.DOCKER_SOLARWINDS_ORG_LOGIN }} password: ${{ secrets.ENOPS5919_APM_DOCKER_HUB_CI_OAT }} @@ -429,7 +429,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ vars.ENOPS5919_DOCKER_SCOUT_CI_USER }} password: ${{ secrets.ENOPS5919_DOCKER_SCOUT_CI_PAT }} @@ -472,7 +472,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Package Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}