5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : Harden Runner
53- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
53+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
5454 with :
5555 disable-sudo : true
5656 egress-policy : audit
@@ -107,7 +107,7 @@ jobs:
107107 shell : powershell
108108
109109 - name : Archive FullAgent Home folders
110- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
110+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
111111 with :
112112 name : homefolders
113113 path : |
@@ -151,7 +151,7 @@ jobs:
151151 shell : powershell
152152
153153 - name : Archive msi _build Artifacts
154- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
154+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
155155 with :
156156 name : msi-build-folder-artifacts
157157 path : ${{ github.workspace }}\src\_build
@@ -207,7 +207,7 @@ jobs:
207207 shell : powershell
208208
209209 - name : Archive Artifacts
210- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
210+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
211211 with :
212212 name : integrationtests
213213 path : |
@@ -251,7 +251,7 @@ jobs:
251251 shell : powershell
252252
253253 - name : Archive Artifacts
254- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
254+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
255255 with :
256256 name : unboundedintegrationtests
257257 path : |
@@ -379,13 +379,13 @@ jobs:
379379 shell : pwsh # this doesn't work with normal powershell due to UTF-8 BOM handling
380380
381381 - name : Download Agent Home Folders
382- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
382+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
383383 with :
384384 name : homefolders
385385 path : src/Agent
386386
387387 - name : Download Integration Test Artifacts
388- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
388+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
389389 with :
390390 name : integrationtests
391391 # Should not need a path because the integration test artifacts are archived with the full directory structure
@@ -499,15 +499,15 @@ jobs:
499499
500500 - name : Upload payload bytes log
501501 if : inputs.aggregate_payload_data == true || github.event_name == 'schedule'
502- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
502+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
503503 with :
504504 name : integration-payload-bytes-${{ matrix.namespace }}
505505 path : C:\IntegrationTestWorkingDirectory\TestResults\*_payload_bytes.json
506506 if-no-files-found : warn
507507
508508 - name : Archive integration test results on failure
509509 if : ${{ failure() }}
510- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
510+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
511511 with :
512512 name : integration-test-results-${{ matrix.namespace }}
513513 path : |
@@ -557,13 +557,13 @@ jobs:
557557 fetch-depth : 0
558558
559559 - name : Download Agent Home Folders
560- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
560+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
561561 with :
562562 name : homefolders
563563 path : src/Agent
564564
565565 - name : Download Unbounded Integration Test Artifacts
566- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
566+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
567567 with :
568568 name : unboundedintegrationtests
569569 # Should not need a path because the integration test artifacts are archived with the full directory structure
@@ -694,15 +694,15 @@ jobs:
694694
695695 - name : Upload payload bytes log
696696 if : inputs.aggregate_payload_data == true || github.event_name == 'schedule'
697- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
697+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
698698 with :
699699 name : unbounded-payload-bytes-${{ matrix.namespace }}
700700 path : C:\IntegrationTestWorkingDirectory\TestResults\*_payload_bytes.json
701701 if-no-files-found : warn
702702
703703 - name : Archive unbounded test results on failure
704704 if : ${{ failure() }}
705- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
705+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
706706 with :
707707 name : unbounded-test-working-directory-${{ matrix.namespace }}
708708 path : |
@@ -718,7 +718,7 @@ jobs:
718718
719719 steps :
720720 - name : Harden Runner
721- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
721+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
722722 with :
723723 disable-sudo : true
724724 egress-policy : audit
@@ -729,13 +729,13 @@ jobs:
729729 fetch-depth : 0
730730
731731 - name : Download msi _build Artifacts
732- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
732+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
733733 with :
734734 name : msi-build-folder-artifacts
735735 path : src/_build
736736
737737 - name : Download Agent Home Folders
738- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
738+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
739739 with :
740740 name : homefolders
741741 path : src/Agent
@@ -772,7 +772,7 @@ jobs:
772772 shell : bash
773773
774774 - name : Archive RPM Package Artifacts
775- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
775+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
776776 with :
777777 name : rpm-build-artifacts
778778 path : ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -785,7 +785,7 @@ jobs:
785785
786786 steps :
787787 - name : Harden Runner
788- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
788+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
789789 with :
790790 disable-sudo : true
791791 egress-policy : audit
@@ -796,13 +796,13 @@ jobs:
796796 fetch-depth : 0
797797
798798 - name : Download Agent Home Folders
799- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
799+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
800800 with :
801801 name : homefolders
802802 path : src/Agent
803803
804804 - name : Download msi _build Artifacts
805- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
805+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
806806 with :
807807 name : msi-build-folder-artifacts
808808 path : src/_build
@@ -825,7 +825,7 @@ jobs:
825825 shell : bash
826826
827827 - name : Archive Debian Package Artifacts
828- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
828+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
829829 with :
830830 name : debian-build-artifacts
831831 path : ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -849,25 +849,25 @@ jobs:
849849 fetch-depth : 0
850850
851851 - name : Download Agent Home Folders
852- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
852+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
853853 with :
854854 name : homefolders
855855 path : src/Agent
856856
857857 - name : Download msi _build Artifacts
858- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
858+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
859859 with :
860860 name : msi-build-folder-artifacts
861861 path : src/_build
862862
863863 - name : Download Debian _build Artifacts
864- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
864+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
865865 with :
866866 name : debian-build-artifacts
867867 path : src/_build/CoreArtifacts
868868
869869 - name : Download RPM _build Artifacts
870- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
870+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
871871 with :
872872 name : rpm-build-artifacts
873873 path : src/_build/CoreArtifacts
@@ -886,7 +886,7 @@ jobs:
886886 shell : powershell
887887
888888 - name : Archive Deploy Artifacts
889- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
889+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
890890 with :
891891 name : deploy-artifacts
892892 path : |
@@ -902,7 +902,7 @@ jobs:
902902 if : always()
903903 steps :
904904 - name : Harden Runner
905- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
905+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
906906 with :
907907 disable-sudo : true
908908 egress-policy : audit
@@ -923,13 +923,13 @@ jobs:
923923 contents : read
924924 steps :
925925 - name : Harden Runner
926- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
926+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
927927 with :
928928 disable-sudo : true
929929 egress-policy : audit
930930
931931 - name : Download all integration payload artifacts
932- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
932+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
933933 with :
934934 pattern : integration-payload-bytes-*
935935 path : payload-logs/integration
@@ -995,7 +995,7 @@ jobs:
995995 shell : bash
996996
997997 - name : Upload combined integration payload log
998- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
998+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
999999 with :
10001000 name : combined-integration-payload-bytes
10011001 path : combined-logs/integration_payload_bytes_*.json
@@ -1027,13 +1027,13 @@ jobs:
10271027 contents : read
10281028 steps :
10291029 - name : Harden Runner
1030- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
1030+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
10311031 with :
10321032 disable-sudo : true
10331033 egress-policy : audit
10341034
10351035 - name : Download all unbounded payload artifacts
1036- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
1036+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
10371037 with :
10381038 pattern : unbounded-payload-bytes-*
10391039 path : payload-logs/unbounded
@@ -1099,7 +1099,7 @@ jobs:
10991099 shell : bash
11001100
11011101 - name : Upload combined unbounded payload log
1102- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
1102+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
11031103 with :
11041104 name : combined-unbounded-payload-bytes
11051105 path : combined-logs/unbounded_payload_bytes_*.json
@@ -1131,27 +1131,27 @@ jobs:
11311131 contents : read
11321132 steps :
11331133 - name : Harden Runner
1134- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
1134+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
11351135 with :
11361136 disable-sudo : true
11371137 egress-policy : audit
11381138
11391139 - name : Download combined integration payload log
1140- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
1140+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
11411141 with :
11421142 name : combined-integration-payload-bytes
11431143 path : payload-summaries
11441144 continue-on-error : true
11451145
11461146 - name : Download combined unbounded payload log
1147- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
1147+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
11481148 with :
11491149 name : combined-unbounded-payload-bytes
11501150 path : payload-summaries
11511151 continue-on-error : true
11521152
11531153 - name : Download combined Linux container payload log
1154- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
1154+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
11551155 with :
11561156 name : combined-linux-container-payload-bytes
11571157 path : payload-summaries
@@ -1260,7 +1260,7 @@ jobs:
12601260 shell : bash
12611261
12621262 - name : Upload final consolidated summary
1263- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
1263+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
12641264 with :
12651265 name : final-payload-summary
12661266 path : final_payload_summary.json
0 commit comments