From 8212fae63b407b2455f0e6c85a28e890d1567831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:07:00 +0000 Subject: [PATCH] build(deps): bump azure/login from 1.6.1 to 2.0.0 Bumps [azure/login](https://github.com/azure/login) from 1.6.1 to 2.0.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/cb79c773a3cfa27f31f25eb3f677781210c9ce3d...8c334a195cbb38e46038007b304988d888bf676a) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests-only.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-only.yml b/.github/workflows/tests-only.yml index 0bcb06a0e..e8c76c40a 100644 --- a/.github/workflows/tests-only.yml +++ b/.github/workflows/tests-only.yml @@ -100,7 +100,7 @@ jobs: - if: ${{ matrix.target == 'azure' }} id: 'auth_azure' name: 'Authenticate to Azure' - uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1 + uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f6854e4c4..5172edcab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -116,7 +116,7 @@ jobs: - if: ${{ matrix.target == 'azure' }} id: 'auth_azure' name: 'Authenticate to Azure' - uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1 + uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1 with: client-id: ${{ secrets.az_client_id }} tenant-id: ${{ secrets.az_tenant_id }}