From cec657fe9dbac3deadd0dcd91f7d7b1852020a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:42:31 +0000 Subject: [PATCH] build(deps): bump azure/login Bumps the github-actions group with 1 update in the / directory: [azure/login](https://github.com/azure/login). Updates `azure/login` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca...a641126d1b8aa4d1fa005f4f92df94a3a4c4c906) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/staging-azd-ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-azd-ui-tests.yml b/.github/workflows/staging-azd-ui-tests.yml index 137f8efcd..33f1521a2 100644 --- a/.github/workflows/staging-azd-ui-tests.yml +++ b/.github/workflows/staging-azd-ui-tests.yml @@ -86,7 +86,7 @@ jobs: esac - name: Azure login - uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 + uses: azure/login@a641126d1b8aa4d1fa005f4f92df94a3a4c4c906 # v3.1.0 with: client-id: ${{ env.AZURE_CLIENT_ID }} tenant-id: ${{ env.AZURE_TENANT_ID }}