From ae51d08033cf58c14c12d8cd4f8c8fff9ab1b14f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:18:56 +0000 Subject: [PATCH] Update docker/login-action action to v3 --- .github/workflows/build-and-push-image.yml | 2 +- .github/workflows/continuous-integration-dotnet.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 97e999e0c..09dd15e57 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -56,7 +56,7 @@ jobs: ref: ${{ github.ref }} - name: Azure Container Registry login - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.AZURE_ACR_CLIENTID }} password: ${{ secrets.AZURE_ACR_SECRET }} diff --git a/.github/workflows/continuous-integration-dotnet.yml b/.github/workflows/continuous-integration-dotnet.yml index 01912e420..ad19e5c47 100644 --- a/.github/workflows/continuous-integration-dotnet.yml +++ b/.github/workflows/continuous-integration-dotnet.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 # Shallow clones disabled for a better relevancy of SC analysis - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}