File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 all :
2323 if : github.run_id != 1
2424 name : Build & Tests
25- uses : dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.2.28
25+ uses : dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@615742a7d420dfa5b5f87c279f119f1db055bb3b # 1.2.28
2626 with :
2727 dotnetLogging : ${{ inputs.dotnet-logging }}
2828 dotnetVersion : ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v6
15+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1818 nuget :
1919 name : Publish
2020 if : ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
21- uses : dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.28
21+ uses : dailydevops/pipelines/.github/workflows/publish-nuget.yml@615742a7d420dfa5b5f87c279f119f1db055bb3b # 1.2.28
2222 with :
2323 workflowName : ${{ github.event.workflow_run.name }}
2424 artifactPattern : release-packages-*
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 steps :
1616
1717 - name : Checkout repository
18- uses : actions/checkout@v6
18+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919 with :
2020 fetch-depth : 0
2121
22- - uses : FantasticFiasco/action-update-license-year@v3
22+ - uses : FantasticFiasco/action-update-license-year@d837fc83ecb71196807bdf3854208f556e66f6ed # v3
2323 with :
2424 token : ${{ secrets.GITHUB_TOKEN }}
2525 prTitle : ' chore: Updated LICENSE'
You can’t perform that action at this time.
0 commit comments