Skip to content

Commit dff9b16

Browse files
Bump azure/login from v2.2.0 to v2.3.0 (#72)
Bumps [azure/login](https://github.com/azure/login) from v2.2.0 to v2.3.0. ## Changes - Updated version comment to use patch-level semver (`# v2.3.0` instead of `# v2`) - Updated PR title and description to reference semver versions ```yaml # Before uses: Azure/login@1384c34 # v2 # After uses: Azure/login@a457da9 # v2.3.0 ``` <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
1 parent 8e459d1 commit dff9b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ jobs:
568568
persist-credentials: false
569569
# Login to Azure to enable KeyVault access
570570
- name: Login to Azure
571-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2
571+
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
572572
with:
573573
client-id: ${{ vars.AZURE_CLIENT_ID }}
574574
tenant-id: ${{ vars.AZURE_TENANT_ID }}
@@ -618,7 +618,7 @@ jobs:
618618
persist-credentials: false
619619
# Login to Azure to enable KeyVault access
620620
- name: Login to Azure
621-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2
621+
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
622622
with:
623623
client-id: ${{ vars.AZURE_CLIENT_ID }}
624624
tenant-id: ${{ vars.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)