2828 runs-on : [self-hosted, macos, arm64, "14", 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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
4141 with :
4242 go-version-file : e2e/go.mod
4343
@@ -79,15 +79,15 @@ jobs:
7979 shell : zsh {0}
8080
8181 - name : Upload MacOS build
82- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
82+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8383 if : github.event_name != 'pull_request'
8484 with :
8585 name : lima-and-qemu.macos-arm64
8686 path : ./src/lima/lima-and-qemu.macos*
8787 if-no-files-found : error
8888
8989 - name : Upload dependency mapping ARM64
90- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
90+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9191 if : github.event_name != 'pull_request'
9292 with :
9393 name : dep-version-mapping-aarch64
9999 run : make download-sources
100100
101101 - name : Upload MacOS build
102- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
102+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
103103 if : github.event_name != 'pull_request'
104104 with :
105105 name : DependenciesSourceCode.tar.gz
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : [self-hosted, macos, amd64, "14", release]
111111 timeout-minutes : 120
112112 steps :
113- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
113+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
114114 with :
115115 fetch-depth : 1
116116 submodules : recursive
@@ -119,7 +119,7 @@ jobs:
119119 run : |
120120 git submodule foreach --recursive git fetch --tags
121121
122- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
122+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
123123 with :
124124 go-version-file : e2e/go.mod
125125
@@ -161,15 +161,15 @@ jobs:
161161 shell : zsh {0}
162162
163163 - name : Upload MacOS build
164- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
164+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
165165 if : github.event_name != 'pull_request'
166166 with :
167167 name : lima-and-qemu.macos-x86
168168 path : ./src/lima/lima-and-qemu.macos*
169169 if-no-files-found : error
170170
171171 - name : Upload dependency mapping x86_64
172- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
172+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
173173 if : github.event_name != 'pull_request'
174174 with :
175175 name : dep-version-mapping-x86_64
@@ -185,26 +185,26 @@ jobs:
185185 - macos-arm64-build
186186
187187 steps :
188- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
188+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
189189 with :
190190 fetch-depth : 1
191191 persist-credentials : false
192192
193193 - name : configure aws credentials
194- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
194+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1 .1
195195 with :
196196 role-to-assume : ${{ secrets.DEPENDENCY_MAPPING_BUCKET_ROLE }}
197197 role-session-name : dependency-mapping-upload-session
198198 aws-region : ${{ secrets.DEPENDENCY_MAPPING_BUCKET_REGION }}
199199
200200 - name : Download dependency mapping ARM64
201- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
201+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
202202 with :
203203 name : dep-version-mapping-aarch64
204204 path : build
205205
206206 - name : Download dependency mapping x86_64
207- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
207+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
208208 with :
209209 name : dep-version-mapping-x86_64
210210 path : build
@@ -223,26 +223,26 @@ jobs:
223223 - macos-arm64-build
224224
225225 steps :
226- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
226+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
227227 with :
228228 fetch-depth : 1
229229 persist-credentials : false
230230
231231 - name : configure aws credentials
232- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
232+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1 .1
233233 with :
234234 role-to-assume : ${{ secrets.ROLE }}
235235 role-session-name : dependency-upload-session
236236 aws-region : ${{ secrets.REGION }}
237237
238238 - name : Download MacOS ARM64 build
239- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
239+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
240240 with :
241241 name : lima-and-qemu.macos-arm64
242242 path : build
243243
244244 - name : Download MacOS x86_64 build
245- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
245+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
246246 with :
247247 name : lima-and-qemu.macos-x86
248248 path : build
@@ -267,7 +267,7 @@ jobs:
267267 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
268268
269269 - name : Download MacOS dependencies' sources
270- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
270+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
271271 with :
272272 name : DependenciesSourceCode.tar.gz
273273 path : build
0 commit comments