From 79c1b7ed9dfccf94876e00db76a909905c5e108a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 09:22:13 +0000 Subject: [PATCH] chore(deps): bump Azure/login Bumps [Azure/login](https://github.com/azure/login) from 93381592711f247e165c389ebb30b596c84cdc48 to 532459ea530d8321f2fb9bb10d1e0bcf23869a43. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/93381592711f247e165c389ebb30b596c84cdc48...532459ea530d8321f2fb9bb10d1e0bcf23869a43) --- updated-dependencies: - dependency-name: Azure/login dependency-version: 532459ea530d8321f2fb9bb10d1e0bcf23869a43 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-azure.yml b/.github/workflows/deploy-azure.yml index 0dbbeaa1..f4c18d40 100644 --- a/.github/workflows/deploy-azure.yml +++ b/.github/workflows/deploy-azure.yml @@ -159,7 +159,7 @@ jobs: ((vars.AZURE_APP_CONTAINER_APP_NAME != '') || (vars.AZURE_SCANNER_CONTAINER_APP_NAME != '')) steps: - name: Log in to Azure - uses: Azure/login@93381592711f247e165c389ebb30b596c84cdc48 # v3.0.0 + uses: Azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 with: creds: ${{ secrets.AZURE_CREDENTIALS }}