2020 runs-on : [self-hosted, macos, arm64, "14", release]
2121 timeout-minutes : 120
2222 steps :
23- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
23+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2424 with :
2525 fetch-depth : 1
2626 submodules : recursive
2929 run : |
3030 git submodule foreach --recursive git fetch --tags
3131
32- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
32+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
3333 with :
3434 go-version-file : e2e/go.mod
3535
@@ -67,14 +67,14 @@ jobs:
6767 shell : zsh {0}
6868
6969 - name : Upload MacOS build
70- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
70+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7171 with :
7272 name : lima-and-qemu.macos-arm64
7373 path : ./src/lima/lima-and-qemu.macos*
7474 if-no-files-found : error
7575
7676 - name : Upload dependency mapping ARM64
77- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
77+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7878 with :
7979 name : dep-version-mapping-aarch64
8080 path : ./src/lima/dep-version-mapping-aarch64.json
8383 - name : Make and release source code of dependencies
8484 run : make download-sources
8585 - name : Upload MacOS build
86- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
86+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8787 with :
8888 name : DependenciesSourceCode.tar.gz
8989 path : ./downloads/dependency-sources.tar.gz
9393 runs-on : [self-hosted, macos, amd64, "14", release]
9494 timeout-minutes : 120
9595 steps :
96- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
96+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
9797 with :
9898 fetch-depth : 1
9999 submodules : recursive
@@ -102,7 +102,7 @@ jobs:
102102 run : |
103103 git submodule foreach --recursive git fetch --tags
104104
105- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
105+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
106106 with :
107107 go-version-file : e2e/go.mod
108108
@@ -140,14 +140,14 @@ jobs:
140140 shell : zsh {0}
141141
142142 - name : Upload MacOS build
143- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
143+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
144144 with :
145145 name : lima-and-qemu.macos-x86
146146 path : ./src/lima/lima-and-qemu.macos*
147147 if-no-files-found : error
148148
149149 - name : Upload dependency mapping x86_64
150- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
150+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
151151 with :
152152 name : dep-version-mapping-x86_64
153153 path : ./src/lima/dep-version-mapping-x86_64.json
@@ -161,26 +161,26 @@ jobs:
161161 - macos-arm64-build
162162
163163 steps :
164- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
164+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
165165 with :
166166 fetch-depth : 1
167167 persist-credentials : false
168168
169169 - name : configure aws credentials
170- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
170+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1 .1
171171 with :
172172 role-to-assume : ${{ secrets.DEPENDENCY_MAPPING_BUCKET_ROLE }}
173173 role-session-name : dependency-mapping-upload-session
174174 aws-region : ${{ secrets.DEPENDENCY_MAPPING_BUCKET_REGION }}
175175
176176 - name : Download dependency mapping ARM64
177- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
177+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
178178 with :
179179 name : dep-version-mapping-aarch64
180180 path : build
181181
182182 - name : Download dependency mapping x86_64
183- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
183+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
184184 with :
185185 name : dep-version-mapping-x86_64
186186 path : build
@@ -198,26 +198,26 @@ jobs:
198198 - macos-arm64-build
199199
200200 steps :
201- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
201+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
202202 with :
203203 fetch-depth : 1
204204 persist-credentials : false
205205
206206 - name : configure aws credentials
207- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
207+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1 .1
208208 with :
209209 role-to-assume : ${{ secrets.ROLE }}
210210 role-session-name : dependency-upload-session
211211 aws-region : ${{ secrets.REGION }}
212212
213213 - name : Download MacOS ARM64 build
214- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
214+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
215215 with :
216216 name : lima-and-qemu.macos-arm64
217217 path : build
218218
219219 - name : Download MacOS x86_64 build
220- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
220+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
221221 with :
222222 name : lima-and-qemu.macos-x86
223223 path : build
@@ -242,7 +242,7 @@ jobs:
242242 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
243243
244244 - name : Download MacOS dependencies' sources
245- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
245+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
246246 with :
247247 name : DependenciesSourceCode.tar.gz
248248 path : build
0 commit comments