From 30b3ed26eafc7c4f688cb78c86c9b24b9f2fc18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:38:28 +0000 Subject: [PATCH] chore(deps): bump Azure/login from 2.3.0 to 3.0.0 Bumps [Azure/login](https://github.com/azure/login) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/a457da9ea143d694b1b9c7c869ebb04ebe844ef5...532459ea530d8321f2fb9bb10d1e0bcf23869a43) --- updated-dependencies: - dependency-name: Azure/login dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-cost-guard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-cost-guard.yml b/.github/workflows/azure-cost-guard.yml index 17ee1ef..250804a 100644 --- a/.github/workflows/azure-cost-guard.yml +++ b/.github/workflows/azure-cost-guard.yml @@ -30,7 +30,7 @@ jobs: fi - if: ${{ steps.credentials.outputs.available == 'true' }} - uses: Azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2 + uses: Azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 with: creds: ${{ secrets.AZURE_CREDENTIALS }}