@@ -103,6 +103,7 @@ jobs:
103103 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
104104 with :
105105 lfs : true
106+ persist-credentials : false
106107
107108 - name : Download Craff
108109 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
@@ -153,6 +154,7 @@ jobs:
153154 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
154155 with :
155156 lfs : true
157+ persist-credentials : false
156158
157159 - name : Cache Test Artifacts
158160 id : cache-test-artifacts-x86_64-breakpoint-uefi-edk2
@@ -192,6 +194,7 @@ jobs:
192194 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
193195 with :
194196 lfs : true
197+ persist-credentials : false
195198
196199 - name : Cache Test Artifacts
197200 id : cache-test-artifacts-x86_64-crash-uefi
@@ -231,6 +234,7 @@ jobs:
231234 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
232235 with :
233236 lfs : true
237+ persist-credentials : false
234238
235239 - name : Cache Test Artifacts
236240 id : cache-test-artifacts-x86_64-timeout-uefi-edk2
@@ -270,6 +274,7 @@ jobs:
270274 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
271275 with :
272276 lfs : true
277+ persist-credentials : false
273278
274279 - name : Cache Test Artifacts
275280 id : cache-test-artifacts-x86_64-uefi
@@ -309,6 +314,7 @@ jobs:
309314 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
310315 with :
311316 lfs : true
317+ persist-credentials : false
312318
313319 - name : Cache Test Artifacts
314320 id : cache-test-artifacts-x86_64-uefi-edk2
@@ -350,6 +356,7 @@ jobs:
350356 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
351357 with :
352358 lfs : true
359+ persist-credentials : false
353360
354361 - name : Download Craff
355362 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
@@ -466,6 +473,7 @@ jobs:
466473 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
467474 with :
468475 lfs : true
476+ persist-credentials : false
469477
470478 - name : Delete Un-Built Test Dependencies
471479 run : |
@@ -677,6 +685,7 @@ jobs:
677685 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
678686 with :
679687 lfs : true
688+ persist-credentials : false
680689
681690 # enforce the gnu target here, since cargo-simics-build isn't compatible with x86_64-pc-windows-msvc
682691 - name : Setup, Build, and Install TSFFS
@@ -734,6 +743,7 @@ jobs:
734743 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
735744 with :
736745 lfs : true
746+ persist-credentials : false
737747
738748 - name : Cache Builder Dependencies
739749 id : cache-builder-dependencies
@@ -744,7 +754,7 @@ jobs:
744754
745755 # tomllib is available in Python 3.11 and later
746756 - name : Set up Python 3.11
747- uses : actions/setup-python@v6
757+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
748758 with :
749759 python-version : " 3.11"
750760
@@ -824,6 +834,7 @@ jobs:
824834 with :
825835 fetch-depth : 0
826836 lfs : false
837+ persist-credentials : false
827838
828839 - name : Set up Docker Buildx
829840 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
0 commit comments