diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index e9f36303..5be2d62b 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -996,7 +996,7 @@ jobs: - name: Login to Amazon ECR if: ${{ needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: | - registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }} @@ -1015,7 +1015,7 @@ jobs: - name: Login to Google Artifact Registry if: ${{ needs.registry-identities.outputs.gcp-wif-enabled == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: | - registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }} @@ -1024,7 +1024,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: ${{ secrets.registry-auths }} - @@ -1056,7 +1056,7 @@ jobs: - name: Login to registry for signing if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: ${{ secrets.registry-auths }} env: @@ -1238,7 +1238,7 @@ jobs: - name: Login to Amazon ECR if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: | - registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }} @@ -1257,7 +1257,7 @@ jobs: - name: Login to Google Artifact Registry if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.gcp-wif-enabled == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: | - registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }} @@ -1266,7 +1266,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: ${{ secrets.registry-auths }} env: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d706022..2c62a8e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -862,7 +862,7 @@ jobs: - name: Login to Amazon ECR if: ${{ needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: | - registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }} @@ -881,7 +881,7 @@ jobs: - name: Login to Google Artifact Registry if: ${{ needs.registry-identities.outputs.gcp-wif-enabled == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: | - registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }} @@ -890,7 +890,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: ${{ secrets.registry-auths }} - @@ -919,7 +919,7 @@ jobs: - name: Login to registry for signing if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: ${{ secrets.registry-auths }} env: @@ -1100,7 +1100,7 @@ jobs: - name: Login to Amazon ECR if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: | - registry: ${{ needs.registry-identities.outputs.aws-ecr-registry }} @@ -1119,7 +1119,7 @@ jobs: - name: Login to Google Artifact Registry if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.gcp-wif-enabled == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: | - registry: ${{ needs.registry-identities.outputs.gcp-wif-registry }} @@ -1128,7 +1128,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' && env.REGISTRY_AUTHS_PRESENT == 'true' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: ${{ secrets.registry-auths }} env: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f882c8b4..55815af0 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -106,7 +106,7 @@ jobs: - name: Login to registry if: ${{ steps.vars.outputs.signed == 'true' && steps.vars.outputs.output-type == 'image' }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry-auth: ${{ secrets.registry-auths }} env: