From 7d0262a3afdf1638e5d11a52422061fe36331356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:30:13 +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] --- .../build_publish_image_autoinstrumentation.yaml | 8 ++++---- .../build_publish_image_autoinstrumentation_beta.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_publish_image_autoinstrumentation.yaml b/.github/workflows/build_publish_image_autoinstrumentation.yaml index 27e290d77..25a719ef7 100644 --- a/.github/workflows/build_publish_image_autoinstrumentation.yaml +++ b/.github/workflows/build_publish_image_autoinstrumentation.yaml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log into Docker.io (build) - 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 }} @@ -51,7 +51,7 @@ jobs: org.opencontainers.image.vendor=SolarWinds Worldwide, LLC - name: Login to GitHub Package Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -78,7 +78,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Log into Docker.io (scan) - 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 }} @@ -112,7 +112,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 }} diff --git a/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml b/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml index 3c34ca776..222ccaa17 100644 --- a/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml +++ b/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log into Docker.io (build) - 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 }} @@ -50,7 +50,7 @@ jobs: org.opencontainers.image.vendor=SolarWinds Worldwide, LLC - name: Login to GitHub Package Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -78,7 +78,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Log into Docker.io (scan) - 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 }} @@ -112,7 +112,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 }}