diff --git a/.github/workflows/post-publish-verification.yml b/.github/workflows/post-publish-verification.yml index d0f8ef9..cfc189f 100644 --- a/.github/workflows/post-publish-verification.yml +++ b/.github/workflows/post-publish-verification.yml @@ -58,7 +58,7 @@ jobs: # Authenticate to GHCR for pulling images - name: log in to GitHub Container Registry if: ${{ inputs.registry == 'ghcr.io' && inputs.docker_meta != '' }} - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index b80efd2..76048f1 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -126,7 +126,7 @@ jobs: - name: login if: ${{ inputs.artifact_path == '' || steps.check_artifact_exists.outputs.exists == 'true' }} - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ inputs.registry }} username: ${{ github.actor }}