19
19
runs-on : workflow-kotlin-test-runner-ubuntu-4core
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
24
24
- name : main build
25
25
uses : ./.github/actions/gradle-task
33
33
needs : build-all
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
38
38
- name : Run dokka to validate kdoc
39
39
uses : ./.github/actions/gradle-task
46
46
runs-on : workflow-kotlin-test-runner-ubuntu-4core
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
49
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
50
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
51
51
# to be triggered again.
52
52
- name : Generate App Token
70
70
runs-on : macos-latest
71
71
steps :
72
72
- name : Checkout
73
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
73
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
74
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
75
75
# to be triggered again.
76
76
- name : Generate App Token
93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- name : Checkout
96
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
96
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
97
97
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
98
98
# to be triggered again.
99
99
- name : Generate App Token
@@ -118,7 +118,7 @@ jobs:
118
118
runs-on : ubuntu-latest
119
119
steps :
120
120
- name : Checkout
121
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
121
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
122
122
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
123
123
# to be triggered again.
124
124
- name : Generate App Token
@@ -143,7 +143,7 @@ jobs:
143
143
runs-on : ubuntu-latest
144
144
steps :
145
145
- name : Checkout
146
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
146
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
147
147
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
148
148
# to be triggered again.
149
149
- name : Generate App Token
@@ -170,7 +170,7 @@ jobs:
170
170
timeout-minutes : 20
171
171
steps :
172
172
- name : Checkout
173
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
173
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174
174
175
175
- name : Check with Gradle
176
176
uses : ./.github/actions/gradle-task
@@ -185,7 +185,7 @@ jobs:
185
185
timeout-minutes : 40
186
186
steps :
187
187
- name : Checkout
188
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
188
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
189
189
190
190
- name : Check with Gradle
191
191
uses : ./.github/actions/gradle-task
@@ -211,7 +211,7 @@ jobs:
211
211
steps :
212
212
# These setup steps should be common across all jobs in this workflow.
213
213
- name : Checkout
214
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
214
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
215
215
216
216
- name : build tutorials
217
217
uses : ./.github/actions/gradle-task
@@ -226,7 +226,7 @@ jobs:
226
226
timeout-minutes : 20
227
227
steps :
228
228
- name : Checkout
229
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
229
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
230
230
231
231
- name : Check with Gradle
232
232
uses : ./.github/actions/gradle-task
@@ -247,7 +247,7 @@ jobs:
247
247
timeout-minutes : 20
248
248
steps :
249
249
- name : Checkout
250
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
250
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
251
251
252
252
- name : Check with Gradle
253
253
uses : ./.github/actions/gradle-task
@@ -268,7 +268,7 @@ jobs:
268
268
timeout-minutes : 20
269
269
steps :
270
270
- name : Checkout
271
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
271
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
272
272
273
273
- name : Check with Gradle
274
274
uses : ./.github/actions/gradle-task
@@ -289,7 +289,7 @@ jobs:
289
289
timeout-minutes : 20
290
290
steps :
291
291
- name : Checkout
292
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
292
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
293
293
294
294
- name : Check with Gradle
295
295
uses : ./.github/actions/gradle-task
@@ -310,7 +310,7 @@ jobs:
310
310
timeout-minutes : 20
311
311
steps :
312
312
- name : Checkout
313
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
313
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
314
314
315
315
- name : Check with Gradle
316
316
uses : ./.github/actions/gradle-task
@@ -331,7 +331,7 @@ jobs:
331
331
timeout-minutes : 20
332
332
steps :
333
333
- name : Checkout
334
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
334
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
335
335
336
336
- name : Check with Gradle
337
337
uses : ./.github/actions/gradle-task
@@ -352,7 +352,7 @@ jobs:
352
352
timeout-minutes : 20
353
353
steps :
354
354
- name : Checkout
355
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
355
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
356
356
357
357
- name : Check with Gradle
358
358
uses : ./.github/actions/gradle-task
@@ -373,7 +373,7 @@ jobs:
373
373
timeout-minutes : 20
374
374
steps :
375
375
- name : Checkout
376
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
376
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
377
377
378
378
- name : Check with Gradle
379
379
uses : ./.github/actions/gradle-task
@@ -394,7 +394,7 @@ jobs:
394
394
timeout-minutes : 20
395
395
steps :
396
396
- name : Checkout
397
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
397
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
398
398
399
399
- name : Check with Gradle
400
400
uses : ./.github/actions/gradle-task
@@ -415,7 +415,7 @@ jobs:
415
415
timeout-minutes : 20
416
416
steps :
417
417
- name : Checkout
418
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
418
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
419
419
420
420
- name : Check with Gradle
421
421
uses : ./.github/actions/gradle-task
@@ -436,7 +436,7 @@ jobs:
436
436
timeout-minutes : 20
437
437
steps :
438
438
- name : Checkout
439
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
439
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
440
440
441
441
- name : Check with Gradle
442
442
uses : ./.github/actions/gradle-task
@@ -457,7 +457,7 @@ jobs:
457
457
timeout-minutes : 20
458
458
steps :
459
459
- name : Checkout
460
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
460
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
461
461
462
462
- name : Check with Gradle
463
463
uses : ./.github/actions/gradle-task
@@ -478,7 +478,7 @@ jobs:
478
478
timeout-minutes : 20
479
479
steps :
480
480
- name : Checkout
481
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
481
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
482
482
483
483
- name : Check with Gradle
484
484
uses : ./.github/actions/gradle-task
@@ -499,7 +499,7 @@ jobs:
499
499
timeout-minutes : 30
500
500
steps :
501
501
- name : Checkout
502
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
502
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
503
503
504
504
- name : Check with Gradle
505
505
uses : ./.github/actions/gradle-task
@@ -520,7 +520,7 @@ jobs:
520
520
timeout-minutes : 30
521
521
steps :
522
522
- name : Checkout
523
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
523
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
524
524
525
525
# # JS Specific Tests (for KMP js actuals in core and runtime).
526
526
- name : Check with Gradle
@@ -548,7 +548,7 @@ jobs:
548
548
- 31
549
549
steps :
550
550
- name : Checkout
551
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
551
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
552
552
553
553
- name : Instrumented tests
554
554
uses : ./.github/actions/gradle-tasks-with-emulator
@@ -574,7 +574,7 @@ jobs:
574
574
# ## <end-connected-check-shards>
575
575
steps :
576
576
- name : Checkout
577
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
577
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
578
578
579
579
- name : Instrumented tests
580
580
uses : ./.github/actions/gradle-tasks-with-emulator
@@ -602,7 +602,7 @@ jobs:
602
602
runtime : [ conflate, stateChange, drainExclusive, conflate-stateChange, partial, conflate-partial, stable, conflate-drainExclusive, stateChange-drainExclusive, partial-drainExclusive, conflate-partial-drainExclusive, all ]
603
603
steps :
604
604
- name : Checkout
605
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
605
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
606
606
607
607
- name : Instrumented tests
608
608
uses : ./.github/actions/gradle-tasks-with-emulator
0 commit comments