diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cd095872..dcfe18b5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Log in to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/update-geo-assets.yml b/.github/workflows/update-geo-assets.yml index 837fb467..30172a2a 100644 --- a/.github/workflows/update-geo-assets.yml +++ b/.github/workflows/update-geo-assets.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Login to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/update-geo-data.yml b/.github/workflows/update-geo-data.yml index 9e8a5474..2c723ac0 100644 --- a/.github/workflows/update-geo-data.yml +++ b/.github/workflows/update-geo-data.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Login to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4 with: registry: ghcr.io username: ${{ github.repository_owner }}