From 705904f3e470a2402499833a8557a3ef7fe40d08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:48:55 +0000 Subject: [PATCH] chore(github-tag): update tag azure/login to v3 --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 91628b9..a8b6316 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -300,7 +300,7 @@ jobs: - name: Azure login (federated OIDC; only when storage vars are configured) if: ${{ inputs.skip_heavy_build == false && vars.AZURE_STORAGE_ACCOUNT != '' && vars.AZURE_STORAGE_CONTAINER != '' }} - uses: azure/login@7184910d9eb2b1c5e48f7073824a90609bb9b6d6 # v2.3.1 + uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }}