From ecfd763a7d406372502e80a456329d4446265b5a Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 03:34:39 +0000 Subject: [PATCH] Update azure/login action to v3.0.2 --- .github/workflows/ci.yml | 2 +- .github/workflows/container-integration-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 136dad64c7..1ffcbe405b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: - name: Wait for build wait: build - name: Azure login - uses: azure/login@v3.0.1 + uses: azure/login@v3.0.2 if: matrix.test-category == 'AzureServiceBus' || matrix.test-category == 'AzureStorageQueues' with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} diff --git a/.github/workflows/container-integration-test.yml b/.github/workflows/container-integration-test.yml index cdf1e44958..68af1a2c9e 100644 --- a/.github/workflows/container-integration-test.yml +++ b/.github/workflows/container-integration-test.yml @@ -89,7 +89,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Azure Login if: ${{ matrix.name == 'asb' || matrix.name == 'asq' }} - uses: azure/login@v3.0.1 + uses: azure/login@v3.0.2 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Setup Azure Service Bus