From 3874533009f57f7752938b2578090deed9049c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:50:52 -0700 Subject: [PATCH] chore: bump azure/login from 1.4.7 to 2.0.0 (#1283) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anish Ramasekar --- .github/workflows/azwi-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azwi-e2e.yaml b/.github/workflows/azwi-e2e.yaml index 960e40ec1..3a0e822fe 100644 --- a/.github/workflows/azwi-e2e.yaml +++ b/.github/workflows/azwi-e2e.yaml @@ -57,7 +57,7 @@ jobs: make kind-create - name: Build azwi run: make bin/azwi - - uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6 + - uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # v1.4.6 with: client-id: ${{ env.AZURE_CLIENT_ID }} tenant-id: ${{ env.AZURE_TENANT_ID }}