diff --git a/.github/workflows/build_and_publish_devcontainer.yml b/.github/workflows/build_and_publish_devcontainer.yml index 6786ba1265..d5c93f2752 100644 --- a/.github/workflows/build_and_publish_devcontainer.yml +++ b/.github/workflows/build_and_publish_devcontainer.yml @@ -24,7 +24,7 @@ jobs: ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }} - name: Log in to Docker Registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.actor }}