From 224b8715b81e54f8a4b34bc31c03a1d554071f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:44:58 +0000 Subject: [PATCH] Bump azure/login from 2.1.1 to 2.2.0 Bumps [azure/login](https://github.com/azure/login) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/janitor.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/tag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/janitor.yml b/.github/workflows/janitor.yml index e95d92b346..a7b058c7a9 100644 --- a/.github/workflows/janitor.yml +++ b/.github/workflows/janitor.yml @@ -41,7 +41,7 @@ jobs: run: ./.github/scripts/variables.sh --brand ${{ matrix.brand }} --ref ${{ github.ref }} - name: Azure Login - uses: azure/login@v2.1.1 + uses: azure/login@v2.2.0 with: creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 997dc7e256..74c12676af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: echo "{ \"latestVersion\" : \"${{ steps.variables.outputs.BRANCH }}\" }" > ./dist/latestVersion.json - name: Azure Login - uses: azure/login@v2.1.1 + uses: azure/login@v2.2.0 with: creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }} diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 8133066133..0b6ddf9851 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -36,7 +36,7 @@ jobs: echo "{ \"latestVersion\" : \"${{ steps.variables.outputs.VERSION }}\" }" > ./dist/latestVersion.json - name: Azure Login - uses: azure/login@v2.1.1 + uses: azure/login@v2.2.0 with: creds: ${{ secrets.AZURE_CREDENTIALS }}