From ccec94ca27694a7ba9071b81bcfd893be242a084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:37:58 +0000 Subject: [PATCH] :arrow_up: Actions: Bump azure/login from 1 to 2 Bumps [azure/login](https://github.com/azure/login) from 1 to 2. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main-build-and-deploy.yml | 2 +- .github/workflows/main-infra.yml | 2 +- .github/workflows/pr-close-delete-env.yml | 2 +- .github/workflows/pr-main-infra-check.yml | 2 +- .github/workflows/template-build.yml | 2 +- .github/workflows/template-delete-acr-image.yml | 2 +- .github/workflows/weekly-acr-images-cleanup.yml | 2 +- .github/workflows/weekly-slots-cleanup.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main-build-and-deploy.yml b/.github/workflows/main-build-and-deploy.yml index 2fe003b6a..f8551bb8e 100644 --- a/.github/workflows/main-build-and-deploy.yml +++ b/.github/workflows/main-build-and-deploy.yml @@ -111,7 +111,7 @@ jobs: load-mode: strict - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/main-infra.yml b/.github/workflows/main-infra.yml index 02e65a4da..4bfc287f0 100644 --- a/.github/workflows/main-infra.yml +++ b/.github/workflows/main-infra.yml @@ -37,7 +37,7 @@ jobs: az bicep build --file ${{ env.BICEP_PATH }} - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/pr-close-delete-env.yml b/.github/workflows/pr-close-delete-env.yml index 79129b785..406ccc404 100644 --- a/.github/workflows/pr-close-delete-env.yml +++ b/.github/workflows/pr-close-delete-env.yml @@ -62,7 +62,7 @@ jobs: path: ./.github - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/pr-main-infra-check.yml b/.github/workflows/pr-main-infra-check.yml index 84b234c34..bcb1aee23 100644 --- a/.github/workflows/pr-main-infra-check.yml +++ b/.github/workflows/pr-main-infra-check.yml @@ -40,7 +40,7 @@ jobs: az bicep build --file ${{ env.BICEP_PATH }} - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/template-build.yml b/.github/workflows/template-build.yml index 2a12d09b8..2e04180c0 100644 --- a/.github/workflows/template-build.yml +++ b/.github/workflows/template-build.yml @@ -48,7 +48,7 @@ jobs: echo "date=$(Get-Date -Format yyyy-MM-ddThh:mm:ssZ -AsUtc)" >> $env:GITHUB_OUTPUT - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/template-delete-acr-image.yml b/.github/workflows/template-delete-acr-image.yml index a547ebff3..704d419e3 100644 --- a/.github/workflows/template-delete-acr-image.yml +++ b/.github/workflows/template-delete-acr-image.yml @@ -59,7 +59,7 @@ jobs: path: ./.github - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/weekly-acr-images-cleanup.yml b/.github/workflows/weekly-acr-images-cleanup.yml index f28b49ff1..2c4783ffd 100644 --- a/.github/workflows/weekly-acr-images-cleanup.yml +++ b/.github/workflows/weekly-acr-images-cleanup.yml @@ -32,7 +32,7 @@ jobs: path: ./.github - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/weekly-slots-cleanup.yml b/.github/workflows/weekly-slots-cleanup.yml index 1cb603354..f0d555cd6 100644 --- a/.github/workflows/weekly-slots-cleanup.yml +++ b/.github/workflows/weekly-slots-cleanup.yml @@ -33,7 +33,7 @@ jobs: path: ./.github - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}