From 48b32568dc2b9b43c8b5f635ae6f91e5a3292596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:42:06 +0000 Subject: [PATCH] Bump docker/login-action from 4.1.0 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.1.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/4907a6ddec9925e35a0a9e82d7399ccc52663121...dbcb813823bdd20940b903addbd779551569679f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-artifact.yml | 2 +- .github/workflows/update-manylinux-openssl-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-artifact.yml b/.github/workflows/test-artifact.yml index 2f7a3cc709..aeb2fff580 100644 --- a/.github/workflows/test-artifact.yml +++ b/.github/workflows/test-artifact.yml @@ -310,7 +310,7 @@ jobs: - if: ${{ inputs.run-tests-in-container && contains(inputs.container-image-name, vars.JF_EXTERNAL_URL) }} name: Log into internal JFrog Docker registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ${{ vars.JF_EXTERNAL_URL }}/${{ vars.JFROG_REPO_FOR_CUSTOM_MANYLINUX_IMAGES }} username: ${{ steps.setup-jf.outputs.oidc-user }} diff --git a/.github/workflows/update-manylinux-openssl-image.yml b/.github/workflows/update-manylinux-openssl-image.yml index 39c926e870..163db5612a 100644 --- a/.github/workflows/update-manylinux-openssl-image.yml +++ b/.github/workflows/update-manylinux-openssl-image.yml @@ -65,7 +65,7 @@ jobs: run: echo manylinux_base_image=quay.io/pypa/manylinux_2_28_${{ matrix.arch-and-runner-os[0] }}:2026.04.25-0 >> "$GITHUB_OUTPUT" - name: Log into internal JFrog registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ${{ vars.JF_EXTERNAL_URL }}/${{ vars.JFROG_REPO_FOR_CUSTOM_MANYLINUX_IMAGES }} username: ${{ steps.setup-jf.outputs.oidc-user }}