From a69b08d260235e920408ee3bb88d269334290490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:34:37 +0000 Subject: [PATCH] Bump azure/login in the github-actions-minor-patch group Bumps the github-actions-minor-patch group with 1 update: [azure/login](https://github.com/azure/login). Updates `azure/login` from 3.0.0 to 3.0.2 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/532459ea530d8321f2fb9bb10d1e0bcf23869a43...7ddb5af1ef8758cf1353cf3b42f940aee27ba21c) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push-azure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-azure.yml b/.github/workflows/build-push-azure.yml index 3c08c8d..1a38a15 100644 --- a/.github/workflows/build-push-azure.yml +++ b/.github/workflows/build-push-azure.yml @@ -91,7 +91,7 @@ jobs: fetch-depth: 0 - name: Azure Login UAMI via OIDC - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 with: client-id: ${{ secrets.AZURE_ACR_UAMI_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} @@ -231,7 +231,7 @@ jobs: fi - name: Azure Login PRD UAMI via OIDC - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 with: client-id: ${{ secrets.AZURE_UAMI_CLIENT_ID_PRD }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}