From 3a8d2cb9d385f0ec663ab2d50b7cb03214b54ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:08:51 +0000 Subject: [PATCH] Bump azure/login from 2 to 3 Bumps [azure/login](https://github.com/azure/login) from 2 to 3. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v2...v3) --- updated-dependencies: - dependency-name: azure/login dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-framework.yml | 2 +- .github/workflows/release-windows-core.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-framework.yml b/.github/workflows/release-framework.yml index 6d8254f..079b2af 100644 --- a/.github/workflows/release-framework.yml +++ b/.github/workflows/release-framework.yml @@ -36,7 +36,7 @@ jobs: run: dotnet tool install --no-cache --global AzureSignTool - name: Azure CLI login - uses: azure/login@v2 + uses: azure/login@v3 with: tenant-id: a53834b7-42bc-46a3-b004-369735c3acf9 # c4a8.onmicrosoft.com client-id: 97676fd8-6001-4096-be4a-fbed37f1355b # from Entra ID app registration diff --git a/.github/workflows/release-windows-core.yml b/.github/workflows/release-windows-core.yml index a796246..e01c7a3 100644 --- a/.github/workflows/release-windows-core.yml +++ b/.github/workflows/release-windows-core.yml @@ -36,7 +36,7 @@ jobs: run: dotnet tool install --no-cache --global AzureSignTool - name: Azure CLI login - uses: azure/login@v2 + uses: azure/login@v3 with: tenant-id: a53834b7-42bc-46a3-b004-369735c3acf9 # c4a8.onmicrosoft.com client-id: 97676fd8-6001-4096-be4a-fbed37f1355b # from Entra ID app registration