2828 runs-on : [self-hosted, macos, arm64, "15", release]
2929 timeout-minutes : 120
3030 steps :
31- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
31+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3232 with :
3333 fetch-depth : 1
3434 submodules : recursive
3737 run : |
3838 git submodule foreach --recursive git fetch --tags
3939
40- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 .5.0
40+ - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 .5.0
4141 with :
4242 go-version-file : e2e/go.mod
4343
@@ -88,23 +88,23 @@ jobs:
8888 shell : zsh {0}
8989
9090 - name : Upload MacOS build
91- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
91+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9292 if : github.event_name != 'pull_request'
9393 with :
9494 name : lima-and-qemu.macos-arm64
9595 path : ./src/lima/lima-and-qemu.macos*
9696 if-no-files-found : error
9797
9898 - name : Upload verification file ARM64
99- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
99+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
100100 if : always()
101101 with :
102102 name : deps-verification-arm64
103103 path : ./deps-verification-arm64.generated.txt
104104 if-no-files-found : warn
105105
106106 - name : Upload dependency mapping ARM64
107- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
107+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
108108 if : github.event_name != 'pull_request'
109109 with :
110110 name : dep-version-mapping-aarch64
@@ -116,7 +116,7 @@ jobs:
116116 run : make download-sources
117117
118118 - name : Upload MacOS build
119- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
119+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
120120 if : github.event_name != 'pull_request'
121121 with :
122122 name : DependenciesSourceCode.tar.gz
@@ -127,7 +127,7 @@ jobs:
127127 runs-on : [self-hosted, macos, amd64, "15", release]
128128 timeout-minutes : 120
129129 steps :
130- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
130+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
131131 with :
132132 fetch-depth : 1
133133 submodules : recursive
@@ -136,7 +136,7 @@ jobs:
136136 run : |
137137 git submodule foreach --recursive git fetch --tags
138138
139- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 .5.0
139+ - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 .5.0
140140 with :
141141 go-version-file : e2e/go.mod
142142
@@ -187,23 +187,23 @@ jobs:
187187 shell : zsh {0}
188188
189189 - name : Upload MacOS build
190- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
190+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
191191 if : github.event_name != 'pull_request'
192192 with :
193193 name : lima-and-qemu.macos-x86
194194 path : ./src/lima/lima-and-qemu.macos*
195195 if-no-files-found : error
196196
197197 - name : Upload verification file x86
198- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
198+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
199199 if : always()
200200 with :
201201 name : deps-verification-x86
202202 path : ./deps-verification-x86.generated.txt
203203 if-no-files-found : warn
204204
205205 - name : Upload dependency mapping x86_64
206- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
206+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
207207 if : github.event_name != 'pull_request'
208208 with :
209209 name : dep-version-mapping-x86_64
@@ -219,26 +219,26 @@ jobs:
219219 - macos-arm64-build
220220
221221 steps :
222- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
222+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
223223 with :
224224 fetch-depth : 1
225225 persist-credentials : false
226226
227227 - name : configure aws credentials
228- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
228+ uses : aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2 .1
229229 with :
230230 role-to-assume : ${{ secrets.DEPENDENCY_MAPPING_BUCKET_ROLE }}
231231 role-session-name : dependency-mapping-upload-session
232232 aws-region : ${{ secrets.DEPENDENCY_MAPPING_BUCKET_REGION }}
233233
234234 - name : Download dependency mapping ARM64
235- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
235+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
236236 with :
237237 name : dep-version-mapping-aarch64
238238 path : build
239239
240240 - name : Download dependency mapping x86_64
241- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
241+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
242242 with :
243243 name : dep-version-mapping-x86_64
244244 path : build
@@ -257,26 +257,26 @@ jobs:
257257 - macos-arm64-build
258258
259259 steps :
260- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
260+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
261261 with :
262262 fetch-depth : 1
263263 persist-credentials : false
264264
265265 - name : configure aws credentials
266- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
266+ uses : aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2 .1
267267 with :
268268 role-to-assume : ${{ secrets.ROLE }}
269269 role-session-name : dependency-upload-session
270270 aws-region : ${{ secrets.REGION }}
271271
272272 - name : Download MacOS ARM64 build
273- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
273+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
274274 with :
275275 name : lima-and-qemu.macos-arm64
276276 path : build
277277
278278 - name : Download MacOS x86_64 build
279- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
279+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
280280 with :
281281 name : lima-and-qemu.macos-x86
282282 path : build
@@ -301,7 +301,7 @@ jobs:
301301 sha512sum build/lima-and-qemu.macos-x86_64.${timestamp}.tar.gz | cut -d " " -f 1 > build/lima-and-qemu.macos-x86_64.${timestamp}.tar.gz.sha512sum
302302
303303 - name : Download MacOS dependencies' sources
304- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
304+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
305305 with :
306306 name : DependenciesSourceCode.tar.gz
307307 path : build
@@ -324,19 +324,19 @@ jobs:
324324 pull-requests : write
325325
326326 steps :
327- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
327+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
328328 with :
329329 fetch-depth : 0
330330
331331 - name : Download verification file ARM64
332- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
332+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
333333 with :
334334 name : deps-verification-arm64
335335 path : .
336336 continue-on-error : true
337337
338338 - name : Download verification file x86
339- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
339+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
340340 with :
341341 name : deps-verification-x86
342342 path : .
@@ -348,7 +348,7 @@ jobs:
348348 [ -f deps-verification-x86.generated.txt ] && mv deps-verification-x86.generated.txt deps-verification-x86.txt
349349
350350 - name : Create Pull Request
351- uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
351+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
352352 with :
353353 token : ${{ secrets.GITHUB_TOKEN }}
354354 signoff : true
0 commit comments