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@4b433074a806bbbd4d319264430740cd46e62f27
26
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
69
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
70
70
with :
71
71
cache-node-modules : true
72
72
- name : Setup Bazel
73
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
73
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
74
74
- name : Setup Bazel RBE
75
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
75
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
90
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
91
91
with :
92
92
cache-node-modules : true
93
93
- name : Setup Bazel
94
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
94
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
95
95
- name : Setup Bazel RBE
96
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
96
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
111
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
112
112
with :
113
113
cache-node-modules : true
114
114
- name : Setup Bazel
115
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
115
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
116
116
- name : Setup Bazel RBE
117
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
117
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
135
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
136
136
with :
137
137
cache-node-modules : true
138
138
- name : Setup Bazel
139
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
139
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
140
140
- name : Setup Bazel RBE
141
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
141
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
156
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
157
157
with :
158
158
cache-node-modules : true
159
159
- name : Setup Bazel
160
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
160
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
161
161
- name : Setup Bazel RBE
162
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
162
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
177
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
178
178
with :
179
179
cache-node-modules : true
180
180
- name : Setup Bazel
181
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
181
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
182
182
- name : Setup Bazel RBE
183
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
183
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
198
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
199
199
with :
200
200
cache-node-modules : true
201
201
- name : Setup Bazel
202
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
202
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
203
203
- name : Setup Bazel RBE
204
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
204
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
220
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
221
221
with :
222
222
cache-node-modules : true
223
223
- name : Setup Bazel
224
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
224
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
225
225
- name : Setup Bazel RBE
226
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
226
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
252
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
253
253
with :
254
254
cache-node-modules : true
255
255
- name : Setup Bazel
256
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
256
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
257
257
- name : Setup Bazel RBE
258
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
258
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
278
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
279
279
with :
280
280
cache-node-modules : true
281
281
- name : Setup Bazel
282
- uses : angular/dev-infra/github-actions/bazel/setup@4b433074a806bbbd4d319264430740cd46e62f27
282
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
283
283
- name : Setup Bazel RBE
284
- uses : angular/dev-infra/github-actions/bazel/configure-remote@4b433074a806bbbd4d319264430740cd46e62f27
284
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@804107deac3621184db54fab3e7cfe7f735a0d74
285
285
- name : Install node modules
286
286
run : yarn install --frozen-lockfile
287
287
- name : Build and Verify Release Output
@@ -310,17 +310,17 @@ 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@4b433074a806bbbd4d319264430740cd46e62f27
313
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
321
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
322
322
- name : Setup Saucelabs Variables
323
- uses : angular/dev-infra/github-actions/saucelabs@4b433074a806bbbd4d319264430740cd46e62f27
323
+ uses : angular/dev-infra/github-actions/saucelabs@804107deac3621184db54fab3e7cfe7f735a0d74
324
324
- name : Run tests on Saucelabs
325
325
run : ./scripts/circleci/run-saucelabs-tests.sh
326
326
@@ -332,16 +332,16 @@ 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@4b433074a806bbbd4d319264430740cd46e62f27
335
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@804107deac3621184db54fab3e7cfe7f735a0d74
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@4b433074a806bbbd4d319264430740cd46e62f27
343
+ uses : angular/dev-infra/github-actions/bazel/setup@804107deac3621184db54fab3e7cfe7f735a0d74
344
344
- name : Setup Saucelabs Variables
345
- uses : angular/dev-infra/github-actions/browserstack@4b433074a806bbbd4d319264430740cd46e62f27
345
+ uses : angular/dev-infra/github-actions/browserstack@804107deac3621184db54fab3e7cfe7f735a0d74
346
346
- name : Run tests on Browserstack
347
347
run : ./scripts/circleci/run-browserstack-tests.sh
0 commit comments