21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Initialize environment
24
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
25
25
with :
26
26
cache-node-modules : true
27
27
- name : Install node modules
@@ -54,13 +54,13 @@ jobs:
54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- name : Initialize environment
57
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
57
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
58
58
with :
59
59
cache-node-modules : true
60
60
- name : Setup Bazel
61
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
61
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
62
62
- name : Setup Bazel RBE
63
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
63
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
64
64
with :
65
65
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
66
66
- name : Install node modules
@@ -77,13 +77,13 @@ jobs:
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- name : Initialize environment
80
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
80
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
81
81
with :
82
82
cache-node-modules : true
83
83
- name : Setup Bazel
84
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
84
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
85
85
- name : Setup Bazel RBE
86
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
86
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
87
87
with :
88
88
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
89
89
- name : Install node modules
@@ -100,13 +100,13 @@ jobs:
100
100
runs-on : ubuntu-latest
101
101
steps :
102
102
- name : Initialize environment
103
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
103
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
104
104
with :
105
105
cache-node-modules : true
106
106
- name : Setup Bazel
107
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
107
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
108
108
- name : Setup Bazel RBE
109
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
109
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
110
110
with :
111
111
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
112
112
- name : Install node modules
@@ -124,13 +124,13 @@ jobs:
124
124
runs-on : ubuntu-latest-4core
125
125
steps :
126
126
- name : Initialize environment
127
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
127
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
128
128
with :
129
129
cache-node-modules : true
130
130
- name : Setup Bazel
131
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
131
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
132
132
- name : Setup Bazel RBE
133
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
133
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
134
134
with :
135
135
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
136
136
- name : Install node modules
@@ -147,13 +147,13 @@ jobs:
147
147
runs-on : ubuntu-latest-4core
148
148
steps :
149
149
- name : Initialize environment
150
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
150
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
151
151
with :
152
152
cache-node-modules : true
153
153
- name : Setup Bazel
154
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
154
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
155
155
- name : Setup Bazel RBE
156
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
156
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
157
157
with :
158
158
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
159
159
- name : Install node modules
@@ -170,13 +170,13 @@ jobs:
170
170
runs-on : ubuntu-latest-16core
171
171
steps :
172
172
- name : Initialize environment
173
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
173
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
174
174
with :
175
175
cache-node-modules : true
176
176
- name : Setup Bazel
177
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
177
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
178
178
- name : Setup Bazel RBE
179
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
179
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
180
180
with :
181
181
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
182
182
- name : Install node modules
@@ -193,13 +193,13 @@ jobs:
193
193
runs-on : ubuntu-latest-16core
194
194
steps :
195
195
- name : Initialize environment
196
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
196
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
197
197
with :
198
198
cache-node-modules : true
199
199
- name : Setup Bazel
200
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
200
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
201
201
- name : Setup Bazel RBE
202
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
202
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
203
203
with :
204
204
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
205
205
- name : Install node modules
@@ -216,13 +216,13 @@ jobs:
216
216
runs-on : ubuntu-latest-4core
217
217
steps :
218
218
- name : Initialize environment
219
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
219
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
220
220
with :
221
221
cache-node-modules : true
222
222
- name : Setup Bazel
223
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
223
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
224
224
- name : Setup Bazel RBE
225
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
225
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
226
226
- name : Install node modules
227
227
run : pnpm install --frozen-lockfile
228
228
- name : Build and Verify Release Output
@@ -247,17 +247,17 @@ jobs:
247
247
runs-on : ubuntu-latest-4core
248
248
steps :
249
249
- name : Initialize environment
250
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
250
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
251
251
with :
252
252
cache-node-modules : true
253
253
# See: https://github.com/puppeteer/puppeteer/pull/13196 and
254
254
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
255
255
- name : Disable AppArmor
256
256
run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
257
257
- name : Setup Bazel
258
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
258
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
259
259
- name : Setup Bazel RBE
260
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
260
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
261
261
- name : Install node modules
262
262
run : pnpm install --frozen-lockfile
263
263
- name : Build and Verify Release Output
@@ -285,14 +285,14 @@ jobs:
285
285
CI_RUNNER_NUMBER : ${{ github.run_id }}
286
286
steps :
287
287
- name : Initialize environment
288
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
288
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
289
289
with :
290
290
cache-node-modules : true
291
291
- name : Install node modules
292
292
run : pnpm install --frozen-lockfile
293
293
- name : Setup Bazel
294
- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
294
+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
295
295
- name : Setup Browserstack Variables
296
- uses : angular/dev-infra/github-actions/browserstack@e4bf37af223483ce00f9316d227fd62cd744dc4b
296
+ uses : angular/dev-infra/github-actions/browserstack@35131fc980ce5451fb89d8c033efc827ad39ca68
297
297
- name : Run tests on Browserstack
298
298
run : ./scripts/circleci/run-browserstack-tests.sh
0 commit comments