From d2acb587643516fadeba31a7354b328e531c344b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:09:24 +0000 Subject: [PATCH] build(deps): bump azure/login from 1.4.4 to 1.4.7 Bumps [azure/login](https://github.com/azure/login) from 1.4.4 to 1.4.7. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/ec3c14589bd3e9312b3cc8c41e6860e258df9010...92a5484dfaf04ca78a94597f4f19fea633851fa2) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/conformance-aks-v1.10.yaml | 2 +- .github/workflows/conformance-aks-v1.11.yaml | 2 +- .github/workflows/conformance-aks.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conformance-aks-v1.10.yaml b/.github/workflows/conformance-aks-v1.10.yaml index 815fd6d85541b..8fab5cbc59acf 100644 --- a/.github/workflows/conformance-aks-v1.10.yaml +++ b/.github/workflows/conformance-aks-v1.10.yaml @@ -173,7 +173,7 @@ jobs: cilium version - name: Login to Azure - uses: azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 + uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 with: creds: ${{ secrets.AZURE_PR_SP_CREDS }} diff --git a/.github/workflows/conformance-aks-v1.11.yaml b/.github/workflows/conformance-aks-v1.11.yaml index fbb6508e860a9..8dd81ba0d6e9d 100644 --- a/.github/workflows/conformance-aks-v1.11.yaml +++ b/.github/workflows/conformance-aks-v1.11.yaml @@ -186,7 +186,7 @@ jobs: cilium version - name: Login to Azure - uses: azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 + uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 with: creds: ${{ secrets.AZURE_PR_SP_CREDS }} diff --git a/.github/workflows/conformance-aks.yaml b/.github/workflows/conformance-aks.yaml index 26e6a90037984..c781f92a37b6f 100644 --- a/.github/workflows/conformance-aks.yaml +++ b/.github/workflows/conformance-aks.yaml @@ -189,7 +189,7 @@ jobs: cilium version - name: Login to Azure - uses: azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 + uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 with: creds: ${{ secrets.AZURE_PR_SP_CREDS }}