From e480b3ee47d6b366bd6f5725e0f225be194f054b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:56:06 +0000 Subject: [PATCH] Bump azure/cli from 2.2.0 to 3.0.0 Bumps [azure/cli](https://github.com/azure/cli) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/azure/cli/releases) - [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md) - [Commits](https://github.com/azure/cli/compare/9f7ce6f37c31b777ec6c6b6d1dfe7db79f497956...9eb25b8360668fb0ecbafa808d40e2197b2f5f52) --- updated-dependencies: - dependency-name: azure/cli dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-build.yml | 2 +- .github/workflows/python-manual-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 149990876ceb..1d1a5f45da5f 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -42,7 +42,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Start DevOps pipeline - uses: azure/cli@9f7ce6f37c31b777ec6c6b6d1dfe7db79f497956 # v2.2.0 + uses: azure/cli@9eb25b8360668fb0ecbafa808d40e2197b2f5f52 # v3.0.0 with: inlineScript: | az pipelines run --id ${{ vars.ADO_PYTHON_RELEASE_ID }} --org ${{ vars.ADO_ORG }} --project ${{ vars.ADO_PROJECT_NAME }} --parameters tag=${{ github.event.release.tag_name }} delay=0 diff --git a/.github/workflows/python-manual-release.yml b/.github/workflows/python-manual-release.yml index 996a884f17aa..e4ae7a369326 100644 --- a/.github/workflows/python-manual-release.yml +++ b/.github/workflows/python-manual-release.yml @@ -24,7 +24,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Start DevOps pipeline - uses: azure/cli@9f7ce6f37c31b777ec6c6b6d1dfe7db79f497956 # v2.2.0 + uses: azure/cli@9eb25b8360668fb0ecbafa808d40e2197b2f5f52 # v3.0.0 with: inlineScript: | az pipelines run --id ${{ vars.ADO_PYTHON_RELEASE_ID }} --org ${{ vars.ADO_ORG }} --project ${{ vars.ADO_PROJECT_NAME }} --parameters tag=${{ inputs.tag }} delay=0