From 2a17bd9bc73f7df97b88fba14b13411df1e67583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:43:39 +0000 Subject: [PATCH] chore(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.0 to 3.0.1 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/532459ea530d8321f2fb9bb10d1e0bcf23869a43...f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tests_bidi.yml | 2 +- .github/workflows/tests_docker.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_bidi.yml b/.github/workflows/tests_bidi.yml index 8cfbcacd2ef6a..c4d859488f290 100644 --- a/.github/workflows/tests_bidi.yml +++ b/.github/workflows/tests_bidi.yml @@ -86,7 +86,7 @@ jobs: - name: Azure Login if: ${{ !cancelled() && github.ref == 'refs/heads/main' }} - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: client-id: ${{ secrets.AZURE_BLOB_REPORTS_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_BLOB_REPORTS_TENANT_ID }} diff --git a/.github/workflows/tests_docker.yml b/.github/workflows/tests_docker.yml index ec67d62c2949c..900d776016ccf 100644 --- a/.github/workflows/tests_docker.yml +++ b/.github/workflows/tests_docker.yml @@ -51,7 +51,7 @@ jobs: # main repo, where the secrets are present; forks fall back to Docker Hub. - name: Azure Login if: ${{ github.event_name == 'push' && github.repository == 'microsoft/playwright' }} - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: client-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_TENANT_ID }} @@ -114,7 +114,7 @@ jobs: - name: Azure Login if: ${{ !cancelled() && github.event_name == 'push' && github.repository == 'microsoft/playwright' }} - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: client-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_TENANT_ID }}