From f14cf5a3f53648bade7510b1957698ef38b3181e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 17:46:14 +0000 Subject: [PATCH] chore(deps): bump azure/login from 2.2.0 to 2.3.0 Bumps [azure/login](https://github.com/azure/login) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/a65d910e8af852a8061c627c456678983e180302...a457da9ea143d694b1b9c7c869ebb04ebe844ef5) --- updated-dependencies: - dependency-name: azure/login dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bundle-size-base.yml | 2 +- .github/workflows/pr-vrt-comment.yml | 2 +- .github/workflows/pr-website-deploy-comment.yml | 2 +- .github/workflows/vrt-baseline.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bundle-size-base.yml b/.github/workflows/bundle-size-base.yml index 640c1a16b3dc61..93bc9e21b661fe 100644 --- a/.github/workflows/bundle-size-base.yml +++ b/.github/workflows/bundle-size-base.yml @@ -37,7 +37,7 @@ jobs: run: yarn nx run-many -t bundle-size --nxBail - name: Login via Azure CLI - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 with: client-id: ${{ secrets.AZURE_BUNDLESIZE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/pr-vrt-comment.yml b/.github/workflows/pr-vrt-comment.yml index 21ee0c0f29ec5b..c37a1f29b84f09 100644 --- a/.github/workflows/pr-vrt-comment.yml +++ b/.github/workflows/pr-vrt-comment.yml @@ -50,7 +50,7 @@ jobs: - name: Login via Azure CLI if: ${{ steps.should_run_vrt.outputs.result == 'true' }} - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 with: client-id: ${{ secrets.AZURE_VRT_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/pr-website-deploy-comment.yml b/.github/workflows/pr-website-deploy-comment.yml index 2893f902d06fee..71f89d7fb07472 100644 --- a/.github/workflows/pr-website-deploy-comment.yml +++ b/.github/workflows/pr-website-deploy-comment.yml @@ -59,7 +59,7 @@ jobs: run: echo "id=${{env.DEPLOY_HOST_URL}}pull/${{steps.pr_number.outputs.result}}/" >> $GITHUB_OUTPUT - name: Login via Azure CLI - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/vrt-baseline.yml b/.github/workflows/vrt-baseline.yml index 0a4a0a75becf0d..63d2862fe48c0a 100644 --- a/.github/workflows/vrt-baseline.yml +++ b/.github/workflows/vrt-baseline.yml @@ -50,7 +50,7 @@ jobs: result-encoding: string - name: Login via Azure CLI - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 with: client-id: ${{ secrets.AZURE_VRT_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}