We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1430775 commit db20097Copy full SHA for db20097
.github/workflows/publish-nuget.yml
@@ -11,12 +11,12 @@ jobs:
11
env:
12
GITHUB_REF_NAME: ${{ github.ref_name }}
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
with:
16
persist-credentials: false
17
18
- name: Set up NuGet
19
- uses: nuget/setup-nuget@v2
+ uses: nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1
20
21
nuget-api-key: ${{ secrets.NuGetAPIKey }}
22
nuget-version: '5.x'
0 commit comments