1717 versions : ${{ steps.nt.outputs.versions }}
1818 steps :
1919 - name : Check out repository code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
2121
2222 - name : Install Nuget Packages
2323 run : nuget restore .\packages.config -PackagesDirectory .\packages\
4444 runs-on : windows-2025-vs2026
4545 steps :
4646 - name : Check out repository code
47- uses : actions/checkout@v4
47+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
4848 with :
4949 submodules : ' recursive'
5050
5353
5454 - name : Get changed files
5555 id : get-changed-files
56- uses : tj-actions/changed-files@v46
56+ uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
5757 with :
5858 separator : " ,"
5959
6868 WDS_ReportFileName : _overview.${{ matrix.nt.tag }}.${{ matrix.configuration }}.${{ matrix.platform }}
6969
7070 - name : Archive build logs and overview build reports
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7272 if : always()
7373 with :
7474 name : logs-${{ matrix.nt.tag }}-${{ matrix.configuration }}-${{ matrix.platform }}
@@ -81,10 +81,10 @@ jobs:
8181 if : always()
8282 steps :
8383 - name : Check out repository code
84- uses : actions/checkout@v4
84+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
8585
8686 - name : Retrieve overview reports
87- uses : actions/download-artifact@v4
87+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8888 with :
8989 path : _logs
9090 pattern : logs-*
9494 run : .\.github\scripts\Join-CsvReports.ps1
9595
9696 - name : Archive global overview build reports
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9898 with :
9999 name : logs
100100 path : _logs/_overview.all.*
0 commit comments