diff --git a/.github/workflows/publish-labctl-image.yml b/.github/workflows/publish-labctl-image.yml index f5fe124..a48e36f 100644 --- a/.github/workflows/publish-labctl-image.yml +++ b/.github/workflows/publish-labctl-image.yml @@ -90,7 +90,7 @@ jobs: uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 - name: Log in to GHCR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/publish-schemas.yml b/.github/workflows/publish-schemas.yml index 0506e4b..eeb8ea0 100644 --- a/.github/workflows/publish-schemas.yml +++ b/.github/workflows/publish-schemas.yml @@ -73,7 +73,7 @@ jobs: run: moon run schemas:check - name: Login to GHCR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/publish-service-images.yml b/.github/workflows/publish-service-images.yml index 7bcc14f..ca0f2cb 100644 --- a/.github/workflows/publish-service-images.yml +++ b/.github/workflows/publish-service-images.yml @@ -62,7 +62,7 @@ jobs: uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 - name: Login to GHCR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}