23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Initialize environment
26
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
26
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
27
27
with :
28
28
cache-node-modules : true
29
29
- name : Install node modules
@@ -66,13 +66,13 @@ jobs:
66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- name : Initialize environment
69
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
69
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
70
70
with :
71
71
cache-node-modules : true
72
72
- name : Setup Bazel
73
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
73
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
74
74
- name : Setup Bazel RBE
75
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
75
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
76
76
- name : Install node modules
77
77
run : yarn install --frozen-lockfile
78
78
- name : Check API Goldens
@@ -87,13 +87,13 @@ jobs:
87
87
runs-on : ubuntu-latest
88
88
steps :
89
89
- name : Initialize environment
90
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
90
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
91
91
with :
92
92
cache-node-modules : true
93
93
- name : Setup Bazel
94
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
94
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
95
95
- name : Setup Bazel RBE
96
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
96
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
97
97
- name : Install node modules
98
98
run : yarn install --frozen-lockfile
99
99
- name : Run e2e tests
@@ -108,13 +108,13 @@ jobs:
108
108
runs-on : ubuntu-latest
109
109
steps :
110
110
- name : Initialize environment
111
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
111
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
112
112
with :
113
113
cache-node-modules : true
114
114
- name : Setup Bazel
115
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
115
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
116
116
- name : Setup Bazel RBE
117
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
117
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
118
118
- name : Install node modules
119
119
run : yarn install --frozen-lockfile
120
120
- name : Run integration tests
@@ -132,13 +132,13 @@ jobs:
132
132
runs-on : ubuntu-latest-4core
133
133
steps :
134
134
- name : Initialize environment
135
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
135
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
136
136
with :
137
137
cache-node-modules : true
138
138
- name : Setup Bazel
139
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
139
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
140
140
- name : Setup Bazel RBE
141
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
141
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
142
142
- name : Install node modules
143
143
run : yarn install --frozen-lockfile
144
144
- name : Run linker AOT tests
@@ -153,13 +153,13 @@ jobs:
153
153
runs-on : ubuntu-latest-4core
154
154
steps :
155
155
- name : Initialize environment
156
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
156
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
157
157
with :
158
158
cache-node-modules : true
159
159
- name : Setup Bazel
160
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
160
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
161
161
- name : Setup Bazel RBE
162
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
162
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
163
163
- name : Install node modules
164
164
run : yarn install --frozen-lockfile
165
165
- name : Run linker JIT tests
@@ -174,13 +174,13 @@ jobs:
174
174
runs-on : ubuntu-latest-16core
175
175
steps :
176
176
- name : Initialize environment
177
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
177
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
178
178
with :
179
179
cache-node-modules : true
180
180
- name : Setup Bazel
181
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
181
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
182
182
- name : Setup Bazel RBE
183
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
183
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
184
184
- name : Install node modules
185
185
run : yarn install --frozen-lockfile
186
186
- name : Run tests
@@ -195,13 +195,13 @@ jobs:
195
195
runs-on : ubuntu-latest-4core
196
196
steps :
197
197
- name : Initialize environment
198
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
198
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
199
199
with :
200
200
cache-node-modules : true
201
201
- name : Setup Bazel
202
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
202
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
203
203
- name : Setup Bazel RBE
204
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
204
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
205
205
- name : Install node modules
206
206
run : yarn install --frozen-lockfile
207
207
- name : Run tests
@@ -217,13 +217,13 @@ jobs:
217
217
runs-on : ubuntu-latest-4core
218
218
steps :
219
219
- name : Initialize environment
220
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
220
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
221
221
with :
222
222
cache-node-modules : true
223
223
- name : Setup Bazel
224
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
224
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
225
225
- name : Setup Bazel RBE
226
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
226
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
227
227
- name : Install node modules
228
228
run : yarn install --frozen-lockfile
229
229
- name : Build and Verify Release Output
@@ -249,13 +249,13 @@ jobs:
249
249
runs-on : ubuntu-latest-4core
250
250
steps :
251
251
- name : Initialize environment
252
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
252
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
253
253
with :
254
254
cache-node-modules : true
255
255
- name : Setup Bazel
256
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
256
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
257
257
- name : Setup Bazel RBE
258
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
258
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
259
259
- name : Install node modules
260
260
run : yarn install --frozen-lockfile
261
261
- name : Build and Verify Release Output
@@ -275,13 +275,13 @@ jobs:
275
275
runs-on : ubuntu-latest-4core
276
276
steps :
277
277
- name : Initialize environment
278
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
278
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
279
279
with :
280
280
cache-node-modules : true
281
281
- name : Setup Bazel
282
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
282
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
283
283
- name : Setup Bazel RBE
284
- uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
284
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
285
285
- name : Install node modules
286
286
run : yarn install --frozen-lockfile
287
287
- name : Build and Verify Release Output
@@ -310,15 +310,15 @@ jobs:
310
310
CI_RUNNER_NUMBER : ${{ github.run_id }}
311
311
steps :
312
312
- name : Initialize environment
313
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
313
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
314
314
with :
315
315
cache-node-modules : true
316
316
# Checking out the pull request commit is intended here as we need to run the changed code tests.
317
317
ref : ${{ github.event.pull_request.head.sha }}
318
318
- name : Install node modules
319
319
run : yarn install --frozen-lockfile
320
320
- name : Setup Bazel
321
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
321
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
322
322
- name : Setup Saucelabs Variables
323
323
uses : angular/dev-infra/github-actions/saucelabs@4b433074a806bbbd4d319264430740cd46e62f27
324
324
- name : Run tests on Saucelabs
@@ -332,15 +332,15 @@ jobs:
332
332
CI_RUNNER_NUMBER : ${{ github.run_id }}
333
333
steps :
334
334
- name : Initialize environment
335
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
335
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b433074a806bbbd4d319264430740cd46e62f27
336
336
with :
337
337
cache-node-modules : true
338
338
# Checking out the pull request commit is intended here as we need to run the changed code tests.
339
339
ref : ${{ github.event.pull_request.head.sha }}
340
340
- name : Install node modules
341
341
run : yarn install --frozen-lockfile
342
342
- name : Setup Bazel
343
- uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
343
+ uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
344
344
- name : Setup Saucelabs Variables
345
345
uses : angular/dev-infra/github-actions/browserstack@4b433074a806bbbd4d319264430740cd46e62f27
346
346
- name : Run tests on Browserstack
0 commit comments