From 038b9938e763cf8e06393c4492dbbeccccf90b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:26:20 +0000 Subject: [PATCH] Bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/azure-login 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/6c251865b4e6290e7b78be643ea2d005bc51f69a...a65d910e8af852a8061c627c456678983e180302) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-minor ... 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 6d7c10d22..82626fc8e 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@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1 + uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0 with: client-id: ${{ inputs.AZURE_CLIENT_ID_OIDC }} tenant-id: ${{ inputs.AZURE_TENANT_ID }}