diff --git a/.github/workflows/deploy-container.yml b/.github/workflows/deploy-container.yml index e24a147..691b076 100644 --- a/.github/workflows/deploy-container.yml +++ b/.github/workflows/deploy-container.yml @@ -67,7 +67,7 @@ jobs: - name: Login to Container Registry if: github.repository_owner == 'riseproject-dev' - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: nologin @@ -127,7 +127,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Login to Container Registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: nologin @@ -189,7 +189,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Login to Container Registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: nologin diff --git a/.github/workflows/deploy-device-plugin.yml b/.github/workflows/deploy-device-plugin.yml index 1f7ec72..2380c15 100644 --- a/.github/workflows/deploy-device-plugin.yml +++ b/.github/workflows/deploy-device-plugin.yml @@ -69,7 +69,7 @@ jobs: - name: Login to Container Registry if: github.repository_owner == 'riseproject-dev' - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: nologin @@ -129,7 +129,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Login to Container Registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: nologin @@ -189,7 +189,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Login to Container Registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: nologin diff --git a/.github/workflows/deploy-images.yml b/.github/workflows/deploy-images.yml index 7c77e31..5895c07 100644 --- a/.github/workflows/deploy-images.yml +++ b/.github/workflows/deploy-images.yml @@ -68,7 +68,7 @@ jobs: - name: Login to Container Registry if: ${{ needs.setup.outputs.docker-registry != '' }} - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ needs.setup.outputs.docker-registry }} username: ${{ startsWith(needs.setup.outputs.docker-registry, 'rg.fr-par.scw.cloud') && 'nologin' || github.actor }} @@ -120,7 +120,7 @@ jobs: cancel-in-progress: false steps: - name: Login to Container Registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ needs.setup.outputs.docker-registry }} username: ${{ startsWith(needs.setup.outputs.docker-registry, 'rg.fr-par.scw.cloud') && 'nologin' || github.actor }} @@ -159,7 +159,7 @@ jobs: cancel-in-progress: false steps: - name: Login to Container Registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ needs.setup.outputs.docker-registry }} username: ${{ startsWith(needs.setup.outputs.docker-registry, 'rg.fr-par.scw.cloud') && 'nologin' || github.actor }}