Skip to content

Commit 8649c46

Browse files
Bump azure/login from 2.3.0 to 3.0.0 (#86)
Bumps [azure/login](https://github.com/azure/login) from 2.3.0 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/azure/login/releases">azure/login's releases</a>.</em></p> <blockquote> <h2>Azure Login Action v3.0.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade nodejs from 20 to 24 and update dependencies by <a href="https://github.com/YanaXu"><code>@​YanaXu</code></a> in <a href="https://redirect.github.com/Azure/login/pull/578">Azure/login#578</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Azure/login/compare/v2.3.0...v3.0.0">https://github.com/Azure/login/compare/v2.3.0...v3.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/login/commit/532459ea530d8321f2fb9bb10d1e0bcf23869a43"><code>532459e</code></a> prepare release v3.0.0</li> <li><a href="https://github.com/Azure/login/commit/893aa84218880a3fafd9a6d332ff1aea7108f1fe"><code>893aa84</code></a> upgrade Azure Login Action version in README (<a href="https://redirect.github.com/azure/login/issues/579">#579</a>)</li> <li><a href="https://github.com/Azure/login/commit/ce6a9ff965c6b99ee966eee159baa8c35e135635"><code>ce6a9ff</code></a> upgrade nodejs from 20 to 24 and update dependencies (<a href="https://redirect.github.com/azure/login/issues/578">#578</a>)</li> <li>See full diff in <a href="https://github.com/azure/login/compare/a457da9ea143d694b1b9c7c869ebb04ebe844ef5...532459ea530d8321f2fb9bb10d1e0bcf23869a43">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure/login&package-manager=github_actions&previous-version=2.3.0&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3b0111 commit 8649c46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.3.0
571+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.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.3.0
621+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
622622
with:
623623
client-id: ${{ vars.AZURE_CLIENT_ID }}
624624
tenant-id: ${{ vars.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)