From 7d557ea7821204e75abb884a4c54cefdf1d36d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 02:13:25 +0000 Subject: [PATCH] Bump azure/login from 1.4.5 to 1.4.7 Bumps [azure/login](https://github.com/azure/login) from 1.4.5 to 1.4.7. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.4.5...v1.4.7) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-production.yml | 2 +- .github/workflows/azure-stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-production.yml b/.github/workflows/azure-production.yml index 09b75627bb..6ab0aa1c6e 100644 --- a/.github/workflows/azure-production.yml +++ b/.github/workflows/azure-production.yml @@ -22,7 +22,7 @@ jobs: --ignore-url https://zend18.zendesk.com/hc/en-us/articles/219131697-HowTo-Implement-TLS-1-2-Support-with-the-cURL-PHP-Extension-in-Zend-Server - name: login - uses: azure/login@v1.4.5 + uses: azure/login@v1.4.7 with: creds: ${{ secrets.AZURE_CREDENTIALS_PROD }} diff --git a/.github/workflows/azure-stage.yml b/.github/workflows/azure-stage.yml index ba0beae9ef..b530402d54 100644 --- a/.github/workflows/azure-stage.yml +++ b/.github/workflows/azure-stage.yml @@ -22,7 +22,7 @@ jobs: --ignore-url https://zend18.zendesk.com/hc/en-us/articles/219131697-HowTo-Implement-TLS-1-2-Support-with-the-cURL-PHP-Extension-in-Zend-Server - name: login - uses: azure/login@v1.4.5 + uses: azure/login@v1.4.7 with: creds: ${{ secrets.AZURE_CREDENTIALS_DEV }}