Skip to content

Commit bb7fa03

Browse files
build(deps): bump azure/login from 2 to 3
Bumps [azure/login](https://github.com/azure/login) from 2 to 3. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@v2...v3) --- updated-dependencies: - dependency-name: azure/login dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9ca1d1 commit bb7fa03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858

5959
- name: Authenticate to Azure (OIDC)
6060
if: ${{ env.AZURE_CLIENT_ID != '' && env.AZURE_TENANT_ID != '' && env.AZURE_CLIENT_SECRET == '' }}
61-
uses: azure/login@v2
61+
uses: azure/login@v3
6262
with:
6363
client-id: ${{ env.AZURE_CLIENT_ID }}
6464
tenant-id: ${{ env.AZURE_TENANT_ID }}
6565
subscription-id: ${{ env.AZURE_SUBSCRIPTION_ID }}
6666

6767
- name: Authenticate to Azure (Service Principal)
6868
if: ${{ env.AZURE_CLIENT_SECRET != '' }}
69-
uses: azure/login@v2
69+
uses: azure/login@v3
7070
with:
7171
creds: '{"clientId":"${{ env.AZURE_CLIENT_ID }}","clientSecret":"${{ env.AZURE_CLIENT_SECRET }}","subscriptionId":"${{ env.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ env.AZURE_TENANT_ID }}"}'
7272

0 commit comments

Comments
 (0)