diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b8a125314..bb6b49c749 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -414,7 +414,7 @@ jobs: uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # 4.1.0 - name: Login to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # 4.2.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # 4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -439,7 +439,7 @@ jobs: packages: write steps: - name: Login to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # 4.2.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # 4.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release-ghcr-latest-tag.yml b/.github/workflows/release-ghcr-latest-tag.yml index 2632c12ffe..514fc3a689 100644 --- a/.github/workflows/release-ghcr-latest-tag.yml +++ b/.github/workflows/release-ghcr-latest-tag.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Log in to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # 4.2.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # 4.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release-ghcr-version-tag.yml b/.github/workflows/release-ghcr-version-tag.yml index afeacffeac..f13f95ab35 100644 --- a/.github/workflows/release-ghcr-version-tag.yml +++ b/.github/workflows/release-ghcr-version-tag.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Log in to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # 4.2.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # 4.6.0 with: registry: ghcr.io username: ${{ github.actor }}