From b088a8d4715690350070109f7ec31b04e97d39e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:19:59 +0000 Subject: [PATCH] chore(deps): bump Azure/login from 3.0.1 to 3.0.2 Bumps [Azure/login](https://github.com/azure/login) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca...7ddb5af1ef8758cf1353cf3b42f940aee27ba21c) --- updated-dependencies: - dependency-name: Azure/login dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 dbcdd515..f472154a 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@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 + uses: Azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 with: creds: ${{ secrets.AZURE_CREDENTIALS }}