From 853f91ac44faa87378dbf23218cc6b21ea7ff6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:36:31 +0000 Subject: [PATCH 1/2] chore(deps): bump Azure/login from 2.3.0 to 3.0.1 Bumps [Azure/login](https://github.com/azure/login) from 2.3.0 to 3.0.1. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/a457da9ea143d694b1b9c7c869ebb04ebe844ef5...f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca) --- updated-dependencies: - dependency-name: Azure/login dependency-version: 3.0.1 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..7ad8484 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@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v2 with: creds: ${{ secrets.AZURE_CREDENTIALS }} From da3cf7e8ccf7fe9b8c0c5cbc9cc0ac3f5ba45bc2 Mon Sep 17 00:00:00 2001 From: abrichr Date: Tue, 18 Aug 2026 11:23:09 -0400 Subject: [PATCH 2/2] chore(deps): correct Azure login version comment --- .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 7ad8484..86d933e 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 # v2 + uses: Azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: creds: ${{ secrets.AZURE_CREDENTIALS }}