diff --git a/.github/workflows/linux-builder-update.yml b/.github/workflows/linux-builder-update.yml index e386a71..4b7dd1d 100644 --- a/.github/workflows/linux-builder-update.yml +++ b/.github/workflows/linux-builder-update.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -101,7 +101,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -130,7 +130,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -159,7 +159,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -188,7 +188,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -217,7 +217,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -246,7 +246,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/release-a-library-update.yml b/.github/workflows/release-a-library-update.yml index f1c66b7..b8d49f6 100644 --- a/.github/workflows/release-a-library-update.yml +++ b/.github/workflows/release-a-library-update.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }}