File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171
7272 steps :
7373 - name : Checkout branch
74- uses : actions/checkout@master
74+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7575
7676 - name : Execute .NET Framework unit tests
7777 run : .github/scripts/test-dnf.ps1
Original file line number Diff line number Diff line change 7878 run : dotnet nuget push --skip-duplicate -k ${{ secrets.NUGET_TOKEN }} -s "https://api.nuget.org/v3/index.json" ./artifacts/${{ inputs.package_id }}.${{ inputs.package_version }}.nupkg
7979
8080 - name : Create Github release for ${{ inputs.package_id }}
81- uses : " marvinpinto/action-automatic-releases@latest "
81+ uses : " marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 " # v1.2.1
8282 with :
8383 repo_token : " ${{ secrets.GITHUB_TOKEN }}"
8484 automatic_release_tag : " ${{ inputs.package_id }}/${{ inputs.package_version }}"
You can’t perform that action at this time.
0 commit comments