From 000ab22832572e31cb298861d976f7f593aa66e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 14:21:39 +0000 Subject: [PATCH] build(deps): bump azure/login in the github-actions group Bumps the github-actions group with 1 update: [azure/login](https://github.com/azure/login). Updates `azure/login` from 3.0.2 to 3.1.0 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/7ddb5af1ef8758cf1353cf3b42f940aee27ba21c...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/api-ci-cd.yml | 2 +- .github/workflows/provision-plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-ci-cd.yml b/.github/workflows/api-ci-cd.yml index 7d4a915..c66d9ab 100644 --- a/.github/workflows/api-ci-cd.yml +++ b/.github/workflows/api-ci-cd.yml @@ -140,7 +140,7 @@ jobs: path: ./publish - name: Azure login - uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 + uses: azure/login@a641126d1b8aa4d1fa005f4f92df94a3a4c4c906 # v3.1.0 with: client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_566B4FFECC144FF99662F3E334946913 }} tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_666F8329ACAC4EF9A4E3DFE024EB99CA }} diff --git a/.github/workflows/provision-plan.yml b/.github/workflows/provision-plan.yml index a6686ea..c8d375b 100644 --- a/.github/workflows/provision-plan.yml +++ b/.github/workflows/provision-plan.yml @@ -72,7 +72,7 @@ jobs: # whole point: the defect this job exists to catch is invisible to a human running the # script locally, because `az ad signed-in-user show` answers for a human and not for CI. - name: Azure login (OIDC) - uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 + uses: azure/login@a641126d1b8aa4d1fa005f4f92df94a3a4c4c906 # v3.1.0 with: client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_566B4FFECC144FF99662F3E334946913 }} tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_666F8329ACAC4EF9A4E3DFE024EB99CA }}