5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Harden Runner
58- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
58+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
5959 with :
6060 disable-sudo : true
6161 egress-policy : audit
9292 filter : blob:none
9393
9494 - name : Cache NuGet packages
95- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
95+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9696 with :
9797 path : ~/.nuget/packages
9898 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props') }}
@@ -118,7 +118,7 @@ jobs:
118118 shell : powershell
119119
120120 - name : Archive FullAgent Home folders
121- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
121+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
122122 with :
123123 name : homefolders
124124 path : |
@@ -162,7 +162,7 @@ jobs:
162162 shell : powershell
163163
164164 - name : Archive msi _build Artifacts
165- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
165+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
166166 with :
167167 name : msi-build-folder-artifacts
168168 path : ${{ github.workspace }}\src\_build
@@ -197,7 +197,7 @@ jobs:
197197 unbounded-namespaces : ${{ steps.compute.outputs.unbounded }}
198198 steps :
199199 - name : Harden Runner
200- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
200+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
201201 with :
202202 disable-sudo : true
203203 egress-policy : audit
@@ -242,6 +242,7 @@ jobs:
242242 "DataTransmission",
243243 "DistributedTracing",
244244 "Errors",
245+ "Grpc",
245246 "Hangfire",
246247 "HttpClientInstrumentation",
247248 "HybridHttpContextStorage",
@@ -250,10 +251,12 @@ jobs:
250251 "Logging.AuditLog",
251252 "Logging.ContextData",
252253 "Logging.HsmAndCsp",
254+ "Logging.Labels",
253255 "Logging.LocalDecoration",
254256 "Logging.LogLevelDetection",
255257 "Logging.MaxSamplesStored",
256258 "Logging.MetricsAndForwarding",
259+ "Logging.StructuredLogArgContextData",
257260 "Logging.ZeroMaxSamplesStored",
258261 "MassTransit",
259262 "OpenTelemetry",
@@ -286,6 +289,7 @@ jobs:
286289 "MySql",
287290 "NServiceBus",
288291 "NServiceBus5",
292+ "OpenSearch",
289293 "Oracle",
290294 "Postgres",
291295 "RabbitMq",
@@ -334,7 +338,7 @@ jobs:
334338 filter : blob:none
335339
336340 - name : Cache NuGet packages
337- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
341+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
338342 with :
339343 path : ~/.nuget/packages
340344 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props') }}
@@ -423,7 +427,7 @@ jobs:
423427 shell : powershell
424428
425429 - name : Archive Artifacts
426- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
430+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
427431 with :
428432 name : integrationtests
429433 path : |
@@ -449,7 +453,7 @@ jobs:
449453 filter : blob:none
450454
451455 - name : Cache NuGet packages
452- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
456+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
453457 with :
454458 path : ~/.nuget/packages
455459 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props') }}
@@ -527,7 +531,7 @@ jobs:
527531 shell : powershell
528532
529533 - name : Archive Artifacts
530- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
534+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
531535 with :
532536 name : unboundedintegrationtests
533537 path : |
@@ -716,15 +720,15 @@ jobs:
716720
717721 - name : Upload payload bytes log
718722 if : inputs.aggregate_payload_data == true || github.event_name == 'schedule'
719- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
723+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
720724 with :
721725 name : integration-payload-bytes-${{ matrix.namespace }}
722726 path : C:\IntegrationTestWorkingDirectory\TestResults\*_payload_bytes.json
723727 if-no-files-found : warn
724728
725729 - name : Archive integration test results on failure
726730 if : ${{ failure() }}
727- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
731+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
728732 with :
729733 name : integration-test-results-${{ matrix.namespace }}
730734 path : |
@@ -903,15 +907,15 @@ jobs:
903907
904908 - name : Upload payload bytes log
905909 if : inputs.aggregate_payload_data == true || github.event_name == 'schedule'
906- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
910+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
907911 with :
908912 name : unbounded-payload-bytes-${{ matrix.namespace }}
909913 path : C:\IntegrationTestWorkingDirectory\TestResults\*_payload_bytes.json
910914 if-no-files-found : warn
911915
912916 - name : Archive unbounded test results on failure
913917 if : ${{ failure() }}
914- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
918+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
915919 with :
916920 name : unbounded-test-working-directory-${{ matrix.namespace }}
917921 path : |
@@ -927,7 +931,7 @@ jobs:
927931
928932 steps :
929933 - name : Harden Runner
930- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
934+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
931935 with :
932936 disable-sudo : true
933937 egress-policy : audit
@@ -979,7 +983,7 @@ jobs:
979983 shell : bash
980984
981985 - name : Archive RPM Package Artifacts
982- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
986+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
983987 with :
984988 name : rpm-build-artifacts
985989 path : ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -992,7 +996,7 @@ jobs:
992996
993997 steps :
994998 - name : Harden Runner
995- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
999+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
9961000 with :
9971001 disable-sudo : true
9981002 egress-policy : audit
@@ -1030,7 +1034,7 @@ jobs:
10301034 shell : bash
10311035
10321036 - name : Archive Debian Package Artifacts
1033- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1037+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
10341038 with :
10351039 name : debian-build-artifacts
10361040 path : ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -1092,7 +1096,7 @@ jobs:
10921096 shell : powershell
10931097
10941098 - name : Archive Deploy Artifacts
1095- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1099+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
10961100 with :
10971101 name : deploy-artifacts
10981102 path : |
@@ -1108,7 +1112,7 @@ jobs:
11081112 if : always()
11091113 steps :
11101114 - name : Harden Runner
1111- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
1115+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
11121116 with :
11131117 disable-sudo : true
11141118 egress-policy : audit
@@ -1129,7 +1133,7 @@ jobs:
11291133 contents : read
11301134 steps :
11311135 - name : Harden Runner
1132- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
1136+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
11331137 with :
11341138 disable-sudo : true
11351139 egress-policy : audit
@@ -1201,7 +1205,7 @@ jobs:
12011205 shell : bash
12021206
12031207 - name : Upload combined integration payload log
1204- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1208+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
12051209 with :
12061210 name : combined-integration-payload-bytes
12071211 path : combined-logs/integration_payload_bytes_*.json
@@ -1233,7 +1237,7 @@ jobs:
12331237 contents : read
12341238 steps :
12351239 - name : Harden Runner
1236- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
1240+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
12371241 with :
12381242 disable-sudo : true
12391243 egress-policy : audit
@@ -1305,7 +1309,7 @@ jobs:
13051309 shell : bash
13061310
13071311 - name : Upload combined unbounded payload log
1308- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1312+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
13091313 with :
13101314 name : combined-unbounded-payload-bytes
13111315 path : combined-logs/unbounded_payload_bytes_*.json
@@ -1337,7 +1341,7 @@ jobs:
13371341 contents : read
13381342 steps :
13391343 - name : Harden Runner
1340- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
1344+ uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
13411345 with :
13421346 disable-sudo : true
13431347 egress-policy : audit
@@ -1466,7 +1470,7 @@ jobs:
14661470 shell : bash
14671471
14681472 - name : Upload final consolidated summary
1469- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1473+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
14701474 with :
14711475 name : final-payload-summary
14721476 path : final_payload_summary.json
0 commit comments