Skip to content

Commit 7f1f58d

Browse files
committed
Pin NuGet Login action commit
1 parent b301454 commit 7f1f58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-push-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# Exchange the GitHub Actions OIDC token for a short-lived, single-use NuGet API key.
8686
- name: NuGet login (OIDC to temporary API key)
8787
if: steps.core_changes.outputs.should_publish == 'true'
88-
uses: NuGet/login@v1
88+
uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1
8989
id: nuget_login
9090
with:
9191
user: ${{ secrets.NUGET_USER }}

0 commit comments

Comments
 (0)