42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Harden Runner
45
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
45
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
96
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
140
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
185
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
223
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
224
224
with :
225
225
name : unboundedintegrationtests
226
226
path : |
@@ -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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
412
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
413
413
with :
414
414
name : integration-test-results-${{ matrix.namespace }}
415
415
path : |
@@ -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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
550
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
566
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
567
567
with :
568
568
disable-sudo : true
569
569
egress-policy : audit
@@ -617,7 +617,7 @@ jobs:
617
617
shell : bash
618
618
619
619
- name : Archive RPM Package Artifacts
620
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
620
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
633
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
634
634
with :
635
635
disable-sudo : true
636
636
egress-policy : audit
@@ -670,7 +670,7 @@ jobs:
670
670
shell : bash
671
671
672
672
- name : Archive Debian Package Artifacts
673
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
673
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
674
674
with :
675
675
name : debian-build-artifacts
676
676
path : ${{ github.workspace }}/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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
728
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
744
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
745
745
with :
746
746
disable-sudo : true
747
747
egress-policy : audit
0 commit comments