From 005227442277d62dd03429d0e7ea963efcaae641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:11:13 +0000 Subject: [PATCH] build(deps): bump azure/login in /.github/actions/azure-login Bumps [azure/login](https://github.com/azure/login) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/4c88f01b0e3a5600e08a37889921afd060f75cf0...de95379fe4dadc2defb305917eaa7e5dde727294) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/actions/azure-login/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/azure-login/action.yml b/.github/actions/azure-login/action.yml index 46e30528d..103d08125 100644 --- a/.github/actions/azure-login/action.yml +++ b/.github/actions/azure-login/action.yml @@ -20,7 +20,7 @@ runs: using: composite steps: - name: Login to our Azure subscription. - uses: azure/login@4c88f01b0e3a5600e08a37889921afd060f75cf0 # v1.5.0 + uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1 with: client-id: ${{ inputs.AZURE_CLIENT_ID_OIDC }} tenant-id: ${{ inputs.AZURE_TENANT_ID }}