File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ permissions:
2727jobs :
2828 all :
2929 if : github.run_id != 1
30- uses : dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.2.28
30+ uses : dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@615742a7d420dfa5b5f87c279f119f1db055bb3b # 1.2.28
3131 with :
3232 dotnetVersion : ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
3333 dotnetQuality : ${{ vars.NE_DOTNET_QUALITY }}
Original file line number Diff line number Diff line change 1414 nuget :
1515 name : Publish
1616 if : ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
17- uses : dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.28
17+ uses : dailydevops/pipelines/.github/workflows/publish-nuget.yml@615742a7d420dfa5b5f87c279f119f1db055bb3b # 1.2.28
1818 with :
1919 workflowName : ${{ github.event.workflow_run.name }}
2020 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