|
17 | 17 | steps: |
18 | 18 |
|
19 | 19 | - name: checkout |
20 | | - uses: actions/checkout@v6 |
| 20 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
21 | 21 |
|
22 | 22 | - uses: actions/setup-java@v5 |
23 | 23 | with: |
@@ -58,21 +58,21 @@ jobs: |
58 | 58 | [[ $NUM_REPO_SDK -ne 0 ]] & echo "sdk repo existing!" |
59 | 59 |
|
60 | 60 | - name: upload repo.binary |
61 | | - uses: actions/upload-artifact@v7 |
| 61 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
62 | 62 | with: |
63 | 63 | name: repo.binary |
64 | 64 | path: releng/repo.binary/target/repo.binary-*.zip |
65 | 65 | if-no-files-found: warn |
66 | 66 |
|
67 | 67 | - name: upload repo.sdk |
68 | | - uses: actions/upload-artifact@v7 |
| 68 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
69 | 69 | with: |
70 | 70 | name: repo.sdk |
71 | 71 | path: releng/repo.sdk/target/repo.sdk-*.zip |
72 | 72 | if-no-files-found: warn |
73 | 73 |
|
74 | 74 | - name: upload repo.products |
75 | | - uses: actions/upload-artifact@v7 |
| 75 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
76 | 76 | with: |
77 | 77 | name: repo.products |
78 | 78 | path: releng/products/target/**/**/products-*.zip |
@@ -200,155 +200,155 @@ jobs: |
200 | 200 |
|
201 | 201 | - name: upload styled test and coverage reports |
202 | 202 | if: always() |
203 | | - uses: actions/upload-artifact@v7 |
| 203 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
204 | 204 | with: |
205 | 205 | name: ci-reports-styled |
206 | 206 | path: .ci-reports/** |
207 | 207 | if-no-files-found: warn |
208 | 208 |
|
209 | 209 | - name: upload coverage html |
210 | 210 | if: always() |
211 | | - uses: actions/upload-artifact@v7 |
| 211 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
212 | 212 | with: |
213 | 213 | name: coverage-html |
214 | 214 | path: tests/example.rcp.tests.reports/target/site/** |
215 | 215 | if-no-files-found: warn |
216 | 216 |
|
217 | 217 | - name: upload feature-product linux x86_64 |
218 | | - uses: actions/upload-artifact@v7 |
| 218 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
219 | 219 | with: |
220 | 220 | name: example.rcp.app.ui.feature.product-linux.gtk.x86_64 |
221 | 221 | path: releng/products/target/**/**/example.rcp.app.ui.feature.product-*linux.gtk.x86_64.tar.gz |
222 | 222 | if-no-files-found: warn |
223 | 223 |
|
224 | 224 | - name: upload feature-product linux aarch64 |
225 | | - uses: actions/upload-artifact@v7 |
| 225 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
226 | 226 | with: |
227 | 227 | name: example.rcp.app.ui.feature.product-linux.gtk.aarch64 |
228 | 228 | path: releng/products/target/**/example.rcp.app.ui.feature.product-*linux.gtk.aarch64.tar.gz |
229 | 229 | if-no-files-found: warn |
230 | 230 |
|
231 | 231 | - name: upload feature-product macosx x86_64 |
232 | | - uses: actions/upload-artifact@v7 |
| 232 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
233 | 233 | with: |
234 | 234 | name: example.rcp.app.ui.feature.product-macosx.cocoa.x86_64 |
235 | 235 | path: releng/products/target/**/example.rcp.app.ui.feature.product-*macosx.cocoa.x86_64.tar.gz |
236 | 236 | if-no-files-found: warn |
237 | 237 |
|
238 | 238 | - name: upload feature-product macosx aarch64 |
239 | | - uses: actions/upload-artifact@v7 |
| 239 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
240 | 240 | with: |
241 | 241 | name: example.rcp.app.ui.feature.product-macosx.cocoa.aarch64 |
242 | 242 | path: releng/products/target/**/example.rcp.app.ui.feature.product-*macosx.cocoa.aarch64.tar.gz |
243 | 243 | if-no-files-found: warn |
244 | 244 |
|
245 | 245 | - name: upload feature-product win32 x86_64 |
246 | | - uses: actions/upload-artifact@v7 |
| 246 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
247 | 247 | with: |
248 | 248 | name: example.rcp.app.ui.feature.product-win32.win32.x86_64 |
249 | 249 | path: releng/products/target/**/example.rcp.app.ui.feature.product-*win32.win32.x86_64.zip |
250 | 250 | if-no-files-found: warn |
251 | 251 |
|
252 | 252 | - name: upload plugin-product linux x86_64 |
253 | | - uses: actions/upload-artifact@v7 |
| 253 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
254 | 254 | with: |
255 | 255 | name: example.rcp.app.ui.plugin.product-linux.gtk.x86_64 |
256 | 256 | path: releng/products/target/**/example.rcp.app.ui.plugin.product-*linux.gtk.x86_64.tar.gz |
257 | 257 | if-no-files-found: warn |
258 | 258 |
|
259 | 259 | - name: upload plugin-product linux aarch64 |
260 | | - uses: actions/upload-artifact@v7 |
| 260 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
261 | 261 | with: |
262 | 262 | name: example.rcp.app.ui.plugin.product-linux.gtk.aarch64 |
263 | 263 | path: releng/products/target/**/example.rcp.app.ui.plugin.product-*linux.gtk.aarch64.tar.gz |
264 | 264 | if-no-files-found: warn |
265 | 265 |
|
266 | 266 | - name: upload plugin-product macosx x86_64 |
267 | | - uses: actions/upload-artifact@v7 |
| 267 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
268 | 268 | with: |
269 | 269 | name: example.rcp.app.ui.plugin.product-macosx.cocoa.x86_64 |
270 | 270 | path: releng/products/target/**/example.rcp.app.ui.plugin.product-*macosx.cocoa.x86_64.tar.gz |
271 | 271 | if-no-files-found: warn |
272 | 272 |
|
273 | 273 | - name: upload plugin-product macosx aarch64 |
274 | | - uses: actions/upload-artifact@v7 |
| 274 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
275 | 275 | with: |
276 | 276 | name: example.rcp.app.ui.plugin.product-macosx.cocoa.aarch64 |
277 | 277 | path: releng/products/target/**/example.rcp.app.ui.plugin.product-*macosx.cocoa.aarch64.tar.gz |
278 | 278 | if-no-files-found: warn |
279 | 279 |
|
280 | 280 | - name: upload plugin-product win32 x86_64 |
281 | | - uses: actions/upload-artifact@v7 |
| 281 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
282 | 282 | with: |
283 | 283 | name: example.rcp.app.ui.plugin.product-win32.win32.x86_64 |
284 | 284 | path: releng/products/target/**/example.rcp.app.ui.plugin.product-*win32.win32.x86_64.zip |
285 | 285 | if-no-files-found: warn |
286 | 286 |
|
287 | 287 | - name: upload mixed-product linux x86_64 |
288 | | - uses: actions/upload-artifact@v7 |
| 288 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
289 | 289 | with: |
290 | 290 | name: example.rcp.app.ui.mixed.product-linux.gtk.x86_64 |
291 | 291 | path: releng/products/target/**/example.rcp.app.ui.mixed.product-*linux.gtk.x86_64.tar.gz |
292 | 292 | if-no-files-found: warn |
293 | 293 |
|
294 | 294 | - name: upload mixed-product linux aarch64 |
295 | | - uses: actions/upload-artifact@v7 |
| 295 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
296 | 296 | with: |
297 | 297 | name: example.rcp.app.ui.mixed.product-linux.gtk.aarch64 |
298 | 298 | path: releng/products/target/**/example.rcp.app.ui.mixed.product-*linux.gtk.aarch64.tar.gz |
299 | 299 | if-no-files-found: warn |
300 | 300 |
|
301 | 301 | - name: upload mixed-product macosx x86_64 |
302 | | - uses: actions/upload-artifact@v7 |
| 302 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
303 | 303 | with: |
304 | 304 | name: example.rcp.app.ui.mixed.product-macosx.cocoa.x86_64 |
305 | 305 | path: releng/products/target/**/example.rcp.app.ui.mixed.product-*macosx.cocoa.x86_64.tar.gz |
306 | 306 | if-no-files-found: warn |
307 | 307 |
|
308 | 308 | - name: upload mixed-product macosx aarch64 |
309 | | - uses: actions/upload-artifact@v7 |
| 309 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
310 | 310 | with: |
311 | 311 | name: example.rcp.app.ui.mixed.product-macosx.cocoa.aarch64 |
312 | 312 | path: releng/products/target/**/example.rcp.app.ui.mixed.product-*macosx.cocoa.aarch64.tar.gz |
313 | 313 | if-no-files-found: warn |
314 | 314 |
|
315 | 315 | - name: upload mixed-product win32 x86_64 |
316 | | - uses: actions/upload-artifact@v7 |
| 316 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
317 | 317 | with: |
318 | 318 | name: example.rcp.app.ui.mixed.product-win32.win32.x86_64 |
319 | 319 | path: releng/products/target/**/example.rcp.app.ui.mixed.product-*win32.win32.x86_64.zip |
320 | 320 | if-no-files-found: warn |
321 | 321 |
|
322 | 322 | - name: upload headless-product linux x86_64 |
323 | | - uses: actions/upload-artifact@v7 |
| 323 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
324 | 324 | with: |
325 | 325 | name: example.rcp.headless.feature.product-linux.gtk.x86_64 |
326 | 326 | path: releng/products/target/**/example.rcp.headless.feature.product-*linux.gtk.x86_64.tar.gz |
327 | 327 | if-no-files-found: warn |
328 | 328 |
|
329 | 329 | - name: upload headless-product linux aarch64 |
330 | | - uses: actions/upload-artifact@v7 |
| 330 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
331 | 331 | with: |
332 | 332 | name: example.rcp.headless.feature.product-linux.gtk.aarch64 |
333 | 333 | path: releng/products/target/**/example.rcp.headless.feature.product-*linux.gtk.aarch64.tar.gz |
334 | 334 | if-no-files-found: warn |
335 | 335 |
|
336 | 336 | - name: upload headless-product macosx x86_64 |
337 | | - uses: actions/upload-artifact@v7 |
| 337 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
338 | 338 | with: |
339 | 339 | name: example.rcp.headless.feature.product-macosx.cocoa.x86_64 |
340 | 340 | path: releng/products/target/**/example.rcp.headless.feature.product-*macosx.cocoa.x86_64.tar.gz |
341 | 341 | if-no-files-found: warn |
342 | 342 |
|
343 | 343 | - name: upload headless-product macosx aarch64 |
344 | | - uses: actions/upload-artifact@v7 |
| 344 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
345 | 345 | with: |
346 | 346 | name: example.rcp.headless.feature.product-macosx.cocoa.aarch64 |
347 | 347 | path: releng/products/target/**/example.rcp.headless.feature.product-*macosx.cocoa.aarch64.tar.gz |
348 | 348 | if-no-files-found: warn |
349 | 349 |
|
350 | 350 | - name: upload headless-product win32 x86_64 |
351 | | - uses: actions/upload-artifact@v7 |
| 351 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
352 | 352 | with: |
353 | 353 | name: example.rcp.headless.feature.product-win32.win32.x86_64 |
354 | 354 | path: releng/products/target/**/example.rcp.headless.feature.product-*win32.win32.x86_64.zip |
|
0 commit comments