Skip to content

Commit db20097

Browse files
julien-deramondmdo
authored andcommitted
Use sha-1 for jobs
1 parent 1430775 commit db20097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
env:
1212
GITHUB_REF_NAME: ${{ github.ref_name }}
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
with:
1616
persist-credentials: false
1717

1818
- name: Set up NuGet
19-
uses: nuget/setup-nuget@v2
19+
uses: nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1
2020
with:
2121
nuget-api-key: ${{ secrets.NuGetAPIKey }}
2222
nuget-version: '5.x'

0 commit comments

Comments
 (0)