diff --git a/.github/workflows/patch-images.yaml b/.github/workflows/patch-images.yaml index 4d3a1ed3d..2cd75cd67 100644 --- a/.github/workflows/patch-images.yaml +++ b/.github/workflows/patch-images.yaml @@ -21,7 +21,7 @@ jobs: with: egress-policy: audit - name: Login to ghcr.io - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.2.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v2.2.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -65,7 +65,7 @@ jobs: with: egress-policy: audit - name: Login to ghcr.io - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.2.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v2.2.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index e0288b4ff..b4f17a864 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -45,7 +45,7 @@ jobs: submodules: true fetch-depth: 0 - name: Login to ghcr.io - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef with: registry: ghcr.io username: ${{ github.actor }} @@ -77,7 +77,7 @@ jobs: submodules: true fetch-depth: 0 - name: Login to ghcr.io - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef with: registry: ghcr.io username: ${{ github.actor }}