diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 0c7dbbb..fe6ca79 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -126,7 +126,7 @@ jobs: - name: Log in to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} @@ -134,7 +134,7 @@ jobs: - name: Log in to Docker Hub if: steps.dockerhub.outputs.publish == 'true' - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: docker.io username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/oss-release.yml b/.github/workflows/oss-release.yml index 7716418..a4f0fb3 100644 --- a/.github/workflows/oss-release.yml +++ b/.github/workflows/oss-release.yml @@ -117,7 +117,7 @@ jobs: # CA-136: full history for any in-image tooling that walks git. fetch-depth: 0 fetch-tags: true - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}