Skip to content

Commit 9a74eaa

Browse files
Bump NuGet/login from 1.1.0 to 1.2.0 in the github-actions group (#410)
Bumps the github-actions group with 1 update: [NuGet/login](https://github.com/nuget/login). Updates `NuGet/login` from 1.1.0 to 1.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuget/login/releases">NuGet/login's releases</a>.</em></p> <blockquote> <h2>NuGet OIDC login v1.2.0</h2> <p>🚀 v1.2.0</p> <p>This is the newest stable release of NuGet/login, a GitHub Action for securely authenticating with NuGet using GitHub’s OIDC tokens.</p> <p>✨ New features</p> <ul> <li>Enhanced logging</li> <li>Updated Node.js version</li> </ul> <p>🛠️ Example Usage</p> <p>name: NuGet Login uses: NuGet/login@v1.2.0 with: user: my-nuget-username</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/NuGet/login/commit/8d196754b4036150537f80ac539e15c2f1028841"><code>8d19675</code></a> Updated to node24</li> <li><a href="https://github.com/NuGet/login/commit/6f532805559f3893e58b20d76f54e5926bae70af"><code>6f53280</code></a> Merge branch 'main' into releases/v1</li> <li><a href="https://github.com/NuGet/login/commit/5e9ea947f6dfca638c417bdd5885f5a5d77b92ca"><code>5e9ea94</code></a> Merge pull request <a href="https://redirect.github.com/nuget/login/issues/22">#22</a> from NuGet/hotfix-nodejs</li> <li><a href="https://github.com/NuGet/login/commit/311e1f3ee57dde6349eac57c5fc339a7f0fd147b"><code>311e1f3</code></a> Fix</li> <li><a href="https://github.com/NuGet/login/commit/988d6f4e5c0a8e6a10165d81fb981de92307e776"><code>988d6f4</code></a> Hotfix</li> <li><a href="https://github.com/NuGet/login/commit/5e939425de604210f64b3a2762403052dc0aa76c"><code>5e93942</code></a> Merge pull request <a href="https://redirect.github.com/nuget/login/issues/21">#21</a> from baywet/ci/auto-update-floating-tags</li> <li><a href="https://github.com/NuGet/login/commit/ed24280ac3c326b87dd617a2390549a3cf921d7f"><code>ed24280</code></a> ci: adds a workflow to update floating tags</li> <li><a href="https://github.com/NuGet/login/commit/1205360f03b164d67df2e761ec59b5a1976d089d"><code>1205360</code></a> Merge pull request <a href="https://redirect.github.com/nuget/login/issues/15">#15</a> from NuGet/lpar-update-node-gh-action</li> <li><a href="https://github.com/NuGet/login/commit/4c6623b2f854cce8141b23ac80b7bd9ed36f6967"><code>4c6623b</code></a> Merge pull request <a href="https://redirect.github.com/nuget/login/issues/12">#12</a> from NuGet/lpar-logging-fix</li> <li><a href="https://github.com/NuGet/login/commit/809902703061c06cfd0a4145fe490e01d71310ee"><code>8099027</code></a> Add workflow to update Node.js version automatically</li> <li>Additional commits viewable in <a href="https://github.com/nuget/login/compare/d22cc5f58ff5b88bf9bd452535b4335137e24544...8d196754b4036150537f80ac539e15c2f1028841">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NuGet/login&package-manager=github_actions&previous-version=1.1.0&new-version=1.2.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent b215517 commit 9a74eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
# Get a short-lived NuGet API key
118118
- name: NuGet login (OIDC → temp API key)
119-
uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544 # v1
119+
uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1.2.0
120120
id: login
121121
with:
122122
user: ${{ secrets.NUGET_USER }}

0 commit comments

Comments
 (0)