42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Harden Runner
45
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
45
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
46
46
with :
47
47
disable-sudo : true
48
48
egress-policy : audit
93
93
shell : powershell
94
94
95
95
- name : Archive FullAgent Home folders
96
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
96
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
97
97
with :
98
98
name : homefolders
99
99
path : |
@@ -137,7 +137,7 @@ jobs:
137
137
shell : powershell
138
138
139
139
- name : Archive msi _build Artifacts
140
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
140
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
141
141
with :
142
142
name : msi-build-folder-artifacts
143
143
path : ${{ github.workspace }}\src\_build
@@ -182,7 +182,7 @@ jobs:
182
182
shell : powershell
183
183
184
184
- name : Archive Artifacts
185
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
185
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
186
186
with :
187
187
name : integrationtests
188
188
path : |
@@ -220,7 +220,7 @@ jobs:
220
220
shell : powershell
221
221
222
222
- name : Archive Artifacts
223
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
223
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
224
224
with :
225
225
name : unboundedintegrationtests
226
226
path : |
@@ -339,13 +339,13 @@ jobs:
339
339
shell : pwsh # this doesn't work with normal powershell due to UTF-8 BOM handling
340
340
341
341
- name : Download Agent Home Folders
342
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
342
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
343
343
with :
344
344
name : homefolders
345
345
path : src/Agent
346
346
347
347
- name : Download Integration Test Artifacts
348
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
348
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
349
349
with :
350
350
name : integrationtests
351
351
# Should not need a path because the integration test artifacts are archived with the full directory structure
@@ -409,7 +409,7 @@ jobs:
409
409
410
410
- name : Archive integration test results on failure
411
411
if : ${{ failure() }}
412
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
412
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
413
413
with :
414
414
name : integration-test-results-${{ matrix.namespace }}
415
415
path : |
@@ -460,13 +460,13 @@ jobs:
460
460
fetch-depth : 0
461
461
462
462
- name : Download Agent Home Folders
463
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
463
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
464
464
with :
465
465
name : homefolders
466
466
path : src/Agent
467
467
468
468
- name : Download Unbounded Integration Test Artifacts
469
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
469
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
470
470
with :
471
471
name : unboundedintegrationtests
472
472
# Should not need a path because the integration test artifacts are archived with the full directory structure
@@ -547,7 +547,7 @@ jobs:
547
547
548
548
- name : Archive unbounded test results on failure
549
549
if : ${{ failure() }}
550
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
550
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
551
551
with :
552
552
name : unbounded-test-working-directory-${{ matrix.namespace }}
553
553
path : |
@@ -563,7 +563,7 @@ jobs:
563
563
564
564
steps :
565
565
- name : Harden Runner
566
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
566
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
567
567
with :
568
568
disable-sudo : true
569
569
egress-policy : audit
@@ -574,13 +574,13 @@ jobs:
574
574
fetch-depth : 0
575
575
576
576
- name : Download msi _build Artifacts
577
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
577
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
578
578
with :
579
579
name : msi-build-folder-artifacts
580
580
path : src/_build
581
581
582
582
- name : Download Agent Home Folders
583
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
583
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
584
584
with :
585
585
name : homefolders
586
586
path : src/Agent
@@ -617,7 +617,7 @@ jobs:
617
617
shell : bash
618
618
619
619
- name : Archive RPM Package Artifacts
620
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
620
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
621
621
with :
622
622
name : rpm-build-artifacts
623
623
path : ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -630,7 +630,7 @@ jobs:
630
630
631
631
steps :
632
632
- name : Harden Runner
633
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
633
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
634
634
with :
635
635
disable-sudo : true
636
636
egress-policy : audit
@@ -641,13 +641,13 @@ jobs:
641
641
fetch-depth : 0
642
642
643
643
- name : Download Agent Home Folders
644
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
644
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
645
645
with :
646
646
name : homefolders
647
647
path : src/Agent
648
648
649
649
- name : Download msi _build Artifacts
650
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
650
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
651
651
with :
652
652
name : msi-build-folder-artifacts
653
653
path : src/_build
@@ -670,7 +670,7 @@ jobs:
670
670
shell : bash
671
671
672
672
- name : Archive Debian Package Artifacts
673
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
673
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
674
674
with :
675
675
name : debian-build-artifacts
676
676
path : ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -688,25 +688,25 @@ jobs:
688
688
fetch-depth : 0
689
689
690
690
- name : Download Agent Home Folders
691
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
691
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
692
692
with :
693
693
name : homefolders
694
694
path : src/Agent
695
695
696
696
- name : Download msi _build Artifacts
697
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
697
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
698
698
with :
699
699
name : msi-build-folder-artifacts
700
700
path : src/_build
701
701
702
702
- name : Download Debian _build Artifacts
703
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
703
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
704
704
with :
705
705
name : debian-build-artifacts
706
706
path : src/_build/CoreArtifacts
707
707
708
708
- name : Download RPM _build Artifacts
709
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
709
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
710
710
with :
711
711
name : rpm-build-artifacts
712
712
path : src/_build/CoreArtifacts
@@ -725,7 +725,7 @@ jobs:
725
725
shell : powershell
726
726
727
727
- name : Archive Deploy Artifacts
728
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
728
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
729
729
with :
730
730
name : deploy-artifacts
731
731
path : |
@@ -741,7 +741,7 @@ jobs:
741
741
if : always()
742
742
steps :
743
743
- name : Harden Runner
744
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
744
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
745
745
with :
746
746
disable-sudo : true
747
747
egress-policy : audit
0 commit comments