4646 NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
4747 steps :
4848 - name : Checkout Source
49- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
49+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5050 with :
5151 fetch-depth : 0
5252 fetch-tags : true
5757 dotnet-version : 8.0.x
5858
5959 - name : Cache NuGet Packages
60- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
60+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
6161 with :
6262 # '**/*.*proj' includes .csproj, .vbproj, .fsproj, msbuildproj, etc.
6363 # '**/*.props' includes Directory.Packages.props and Directory.Build.props
@@ -97,13 +97,13 @@ jobs:
9797 }
9898
9999 - name : Upload NuGet packages
100- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
100+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
101101 with :
102102 name : nuget-packages
103103 path : ${{ env.DIST_DIR }}/nuget
104104
105105 - name : Upload Test Assemblies
106- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
106+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
107107 with :
108108 name : test-assemblies
109109 path : ${{ env.DIST_DIR }}/testBinaries
@@ -131,7 +131,7 @@ jobs:
131131
132132 steps :
133133 - name : Checkout Source
134- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
134+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
135135
136136 # Set up working directories/paths consistently
137137 - name : Set Paths (Windows)
@@ -177,7 +177,7 @@ jobs:
177177 dotnet-version : 8.0.x
178178
179179 - name : Download Test Binaries
180- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
180+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
181181 with :
182182 name : test-assemblies
183183 path : ${{ env.WORKPATH }}
@@ -277,7 +277,7 @@ jobs:
277277
278278 - name : Upload Test Results
279279 if : always()
280- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
280+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
281281 with :
282282 name : test-results-${{ matrix.os }}-${{ matrix.arch }}
283283 path : ${{ env.TEST_RESULTS_ROOT_DIR }}
@@ -288,7 +288,7 @@ jobs:
288288 runs-on : ubuntu-latest
289289 steps :
290290 - name : Download all test result artifacts
291- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
291+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
292292 with :
293293 pattern : test-results-*
294294 path : all-results
@@ -325,7 +325,7 @@ jobs:
325325 }
326326
327327 - name : Upload Aggregate Coverage HTML
328- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
328+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
329329 with :
330330 name : coverage-aggregate-html
331331 path : coverage/aggregate
@@ -339,7 +339,7 @@ jobs:
339339 - test
340340 steps :
341341 - name : Checkout Source
342- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
342+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
343343 with :
344344 fetch-depth : 0
345345 fetch-tags : true
@@ -363,7 +363,7 @@ jobs:
363363 Add-Content $env:GITHUB_OUTPUT "version=$nugetVersion"
364364
365365 - name : Download NuGet Packages
366- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
366+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
367367 with :
368368 name : nuget-packages
369369 path : dist/nuget
0 commit comments