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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
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@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4141 with :
4242 go-version-file : e2e/go.mod
4343
@@ -87,15 +87,15 @@ jobs:
8787 shell : zsh {0}
8888
8989 - name : Upload MacOS build
90- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
90+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9191 if : github.event_name != 'pull_request'
9292 with :
9393 name : lima-and-qemu.macos-arm64
9494 path : ./src/lima/lima-and-qemu.macos*
9595 if-no-files-found : error
9696
9797 - name : Upload dependency mapping ARM64
98- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
98+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9999 if : github.event_name != 'pull_request'
100100 with :
101101 name : dep-version-mapping-aarch64
@@ -107,7 +107,7 @@ jobs:
107107 run : make download-sources
108108
109109 - name : Upload MacOS build
110- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
110+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
111111 if : github.event_name != 'pull_request'
112112 with :
113113 name : DependenciesSourceCode.tar.gz
@@ -118,7 +118,7 @@ jobs:
118118 runs-on : [self-hosted, macos, amd64, "15", release]
119119 timeout-minutes : 120
120120 steps :
121- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
121+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
122122 with :
123123 fetch-depth : 1
124124 submodules : recursive
@@ -127,7 +127,7 @@ jobs:
127127 run : |
128128 git submodule foreach --recursive git fetch --tags
129129
130- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
130+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
131131 with :
132132 go-version-file : e2e/go.mod
133133
@@ -177,15 +177,15 @@ jobs:
177177 shell : zsh {0}
178178
179179 - name : Upload MacOS build
180- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
181181 if : github.event_name != 'pull_request'
182182 with :
183183 name : lima-and-qemu.macos-x86
184184 path : ./src/lima/lima-and-qemu.macos*
185185 if-no-files-found : error
186186
187187 - name : Upload dependency mapping x86_64
188- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
188+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
189189 if : github.event_name != 'pull_request'
190190 with :
191191 name : dep-version-mapping-x86_64
@@ -201,26 +201,26 @@ jobs:
201201 - macos-arm64-build
202202
203203 steps :
204- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
204+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
205205 with :
206206 fetch-depth : 1
207207 persist-credentials : false
208208
209209 - name : configure aws credentials
210- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
210+ uses : aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1 .1
211211 with :
212212 role-to-assume : ${{ secrets.DEPENDENCY_MAPPING_BUCKET_ROLE }}
213213 role-session-name : dependency-mapping-upload-session
214214 aws-region : ${{ secrets.DEPENDENCY_MAPPING_BUCKET_REGION }}
215215
216216 - name : Download dependency mapping ARM64
217- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
217+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
218218 with :
219219 name : dep-version-mapping-aarch64
220220 path : build
221221
222222 - name : Download dependency mapping x86_64
223- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
223+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
224224 with :
225225 name : dep-version-mapping-x86_64
226226 path : build
@@ -239,26 +239,26 @@ jobs:
239239 - macos-arm64-build
240240
241241 steps :
242- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
242+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
243243 with :
244244 fetch-depth : 1
245245 persist-credentials : false
246246
247247 - name : configure aws credentials
248- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
248+ uses : aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1 .1
249249 with :
250250 role-to-assume : ${{ secrets.ROLE }}
251251 role-session-name : dependency-upload-session
252252 aws-region : ${{ secrets.REGION }}
253253
254254 - name : Download MacOS ARM64 build
255- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
255+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
256256 with :
257257 name : lima-and-qemu.macos-arm64
258258 path : build
259259
260260 - name : Download MacOS x86_64 build
261- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
261+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
262262 with :
263263 name : lima-and-qemu.macos-x86
264264 path : build
@@ -283,7 +283,7 @@ jobs:
283283 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
284284
285285 - name : Download MacOS dependencies' sources
286- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
286+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
287287 with :
288288 name : DependenciesSourceCode.tar.gz
289289 path : build
0 commit comments