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 }}