Просмотр исходного кода

chore(deps): bump azure/login from 3.0.2 to 3.1.0

Bumps [azure/login](https://github.com/azure/login) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](https://github.com/azure/login/compare/7ddb5af1ef8758cf1353cf3b42f940aee27ba21c...a641126d1b8aa4d1fa005f4f92df94a3a4c4c906)

---
updated-dependencies:
- dependency-name: azure/login
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 день назад
Родитель
Сommit
dece439a0b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/e2e-managed.yml

+ 1 - 1
.github/workflows/e2e-managed.yml

@@ -302,7 +302,7 @@ jobs:
       - uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v3
 
       - name: Azure CLI login
-        uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c
+        uses: azure/login@a641126d1b8aa4d1fa005f4f92df94a3a4c4c906
         with:
           client-id: ${{ env.TFC_AZURE_CLIENT_ID }}
           tenant-id: ${{ env.TFC_AZURE_TENANT_ID }}