diff --git a/.github/workflows/build-arch-toolbox.yml b/.github/workflows/build-arch-toolbox.yml index 0ac72613..c6236247 100644 --- a/.github/workflows/build-arch-toolbox.yml +++ b/.github/workflows/build-arch-toolbox.yml @@ -124,7 +124,7 @@ jobs: --compression-format=zstd:chunked - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/build-blincusui-app.yml b/.github/workflows/build-blincusui-app.yml index ff859541..5d63edfd 100644 --- a/.github/workflows/build-blincusui-app.yml +++ b/.github/workflows/build-blincusui-app.yml @@ -83,7 +83,7 @@ jobs: --compression-format=zstd:chunked - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/build-debian-toolbox.yml b/.github/workflows/build-debian-toolbox.yml index a40a9167..201f5a7b 100644 --- a/.github/workflows/build-debian-toolbox.yml +++ b/.github/workflows/build-debian-toolbox.yml @@ -91,7 +91,7 @@ jobs: --compression-format=zstd:chunked - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/build-docker-app.yml b/.github/workflows/build-docker-app.yml index 837fbcd2..84e5cfc4 100644 --- a/.github/workflows/build-docker-app.yml +++ b/.github/workflows/build-docker-app.yml @@ -58,7 +58,7 @@ jobs: # Login to Contaier Registry if not a PR - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/build-fedora-toolbox.yml b/.github/workflows/build-fedora-toolbox.yml index 1bdb8958..be617760 100644 --- a/.github/workflows/build-fedora-toolbox.yml +++ b/.github/workflows/build-fedora-toolbox.yml @@ -89,7 +89,7 @@ jobs: --compression-format=zstd:chunked - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/build-incus-app.yml b/.github/workflows/build-incus-app.yml index b7733bab..8edb4c99 100644 --- a/.github/workflows/build-incus-app.yml +++ b/.github/workflows/build-incus-app.yml @@ -84,7 +84,7 @@ jobs: --compression-format=zstd:chunked - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/build-steambox.yml b/.github/workflows/build-steambox.yml index f75246e3..ef75f40a 100644 --- a/.github/workflows/build-steambox.yml +++ b/.github/workflows/build-steambox.yml @@ -127,7 +127,7 @@ jobs: --compression-format=zstd:chunked - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/build-ubuntu-toolbox.yml b/.github/workflows/build-ubuntu-toolbox.yml index c0f7c1e8..2c46aede 100644 --- a/.github/workflows/build-ubuntu-toolbox.yml +++ b/.github/workflows/build-ubuntu-toolbox.yml @@ -93,7 +93,7 @@ jobs: --compression-format=zstd:chunked - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/build-wolfi-toolbox.yml b/.github/workflows/build-wolfi-toolbox.yml index 6ef33b4f..1e71774f 100644 --- a/.github/workflows/build-wolfi-toolbox.yml +++ b/.github/workflows/build-wolfi-toolbox.yml @@ -93,7 +93,7 @@ jobs: --compression-format=zstd:chunked - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: github.event_name != 'pull_request' with: registry: ghcr.io