From 2d97102e93de8e516c1751479e6ff75e6f21876c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:57:34 +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/10-dotnet.yml | 2 +- .github/workflows/pr-closed.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/10-dotnet.yml b/.github/workflows/10-dotnet.yml index dbdd5c3..1668bd1 100644 --- a/.github/workflows/10-dotnet.yml +++ b/.github/workflows/10-dotnet.yml @@ -74,7 +74,7 @@ jobs: path: iac # Log into Azure - - uses: azure/login@v2 + - uses: azure/login@v3 name: Sign in to Azure with: client-id: ${{ secrets.AZURE_CLIENT_ID }} diff --git a/.github/workflows/pr-closed.yml b/.github/workflows/pr-closed.yml index 7be649d..7cf29d7 100644 --- a/.github/workflows/pr-closed.yml +++ b/.github/workflows/pr-closed.yml @@ -16,7 +16,7 @@ jobs: remove: runs-on: ubuntu-latest steps: - - uses: azure/login@v2 + - uses: azure/login@v3 name: Sign in to Azure with: client-id: ${{ secrets.AZURE_CLIENT_ID }} diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 24e606b..0a1034f 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6.0.2 - - uses: azure/login@v2 + - uses: azure/login@v3 name: Sign in to Azure with: client-id: ${{ secrets.AZURE_CLIENT_ID }}