From 7d4313a69712ca1ed3868dd72a080f0402f92458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:50:29 -0400 Subject: [PATCH] Bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/vpn-azure (#15916) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephen Nesman <94193373+snesm@users.noreply.github.com> --- .github/actions/vpn-azure/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/vpn-azure/action.yml b/.github/actions/vpn-azure/action.yml index 20b78d728b5..803ff5fe6a4 100644 --- a/.github/actions/vpn-azure/action.yml +++ b/.github/actions/vpn-azure/action.yml @@ -63,7 +63,7 @@ runs: fi shell: bash - - uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a + - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 if: inputs.sp-creds with: creds: ${{ inputs.sp-creds }}