From f39e026f68ebedd4b71d25fc12b06d9dcbed4547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 06:10:32 +0000 Subject: [PATCH] build(deps): 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/webapp-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webapp-cd.yml b/.github/workflows/webapp-cd.yml index 24c7f0c..c5c77ef 100644 --- a/.github/workflows/webapp-cd.yml +++ b/.github/workflows/webapp-cd.yml @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v4 - name: Azure Login (OIDC) - uses: azure/login@v2 + uses: azure/login@v3 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}