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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
25
25
with :
26
26
cache-node-modules : true
27
27
- name : Install node modules
@@ -49,13 +49,13 @@ jobs:
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Initialize environment
52
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
52
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
53
53
with :
54
54
cache-node-modules : true
55
55
- name : Setup Bazel
56
- uses : angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
56
+ uses : angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
57
57
- name : Setup Bazel RBE
58
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
58
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
59
59
with :
60
60
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
61
61
- name : Install node modules
@@ -67,13 +67,13 @@ jobs:
67
67
runs-on : ubuntu-latest
68
68
steps :
69
69
- name : Initialize environment
70
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
70
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
71
71
with :
72
72
cache-node-modules : true
73
73
- name : Setup Bazel
74
- uses : angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
74
+ uses : angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
75
75
- name : Setup Bazel RBE
76
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
76
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
77
77
with :
78
78
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
79
79
- name : Install node modules
@@ -85,13 +85,13 @@ jobs:
85
85
runs-on : ubuntu-latest
86
86
steps :
87
87
- name : Initialize environment
88
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
88
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
89
89
with :
90
90
cache-node-modules : true
91
91
- name : Setup Bazel
92
- uses : angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
92
+ uses : angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
93
93
- name : Setup Bazel RBE
94
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
94
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
95
95
with :
96
96
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
97
97
- name : Install node modules
@@ -104,13 +104,13 @@ jobs:
104
104
runs-on : ubuntu-latest-16core
105
105
steps :
106
106
- name : Initialize environment
107
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
107
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
108
108
with :
109
109
cache-node-modules : true
110
110
- name : Setup Bazel
111
- uses : angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
111
+ uses : angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
112
112
- name : Setup Bazel RBE
113
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
113
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
114
114
with :
115
115
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
116
116
- name : Install node modules
@@ -122,13 +122,13 @@ jobs:
122
122
runs-on : ubuntu-latest-16core
123
123
steps :
124
124
- name : Initialize environment
125
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
125
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
126
126
with :
127
127
cache-node-modules : true
128
128
- name : Setup Bazel
129
- uses : angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
129
+ uses : angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
130
130
- name : Setup Bazel RBE
131
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
131
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
132
132
with :
133
133
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
134
134
- name : Install node modules
@@ -140,13 +140,13 @@ jobs:
140
140
runs-on : ubuntu-latest-4core
141
141
steps :
142
142
- name : Initialize environment
143
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
143
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
144
144
with :
145
145
cache-node-modules : true
146
146
- name : Setup Bazel
147
- uses : angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
147
+ uses : angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
148
148
- name : Setup Bazel RBE
149
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
149
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
150
150
- name : Install node modules
151
151
run : pnpm install --frozen-lockfile
152
152
- name : Build and Verify Release Output
@@ -166,17 +166,17 @@ jobs:
166
166
runs-on : ubuntu-latest-4core
167
167
steps :
168
168
- name : Initialize environment
169
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
169
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
170
170
with :
171
171
cache-node-modules : true
172
172
# See: https://github.com/puppeteer/puppeteer/pull/13196 and
173
173
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
174
174
- name : Disable AppArmor
175
175
run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
176
176
- name : Setup Bazel
177
- uses : angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
177
+ uses : angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
178
178
- name : Setup Bazel RBE
179
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
179
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
180
180
- name : Install node modules
181
181
run : pnpm install --frozen-lockfile
182
182
- name : Build and Verify Release Output
@@ -199,14 +199,14 @@ jobs:
199
199
CI_RUNNER_NUMBER : ${{ github.run_id }}
200
200
steps :
201
201
- name : Initialize environment
202
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
202
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
203
203
with :
204
204
cache-node-modules : true
205
205
- name : Install node modules
206
206
run : pnpm install --frozen-lockfile
207
207
- name : Setup Bazel
208
- uses : angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
208
+ uses : angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
209
209
- name : Setup Browserstack Variables
210
- uses : angular/dev-infra/github-actions/browserstack@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
210
+ uses : angular/dev-infra/github-actions/browserstack@1f047e7dbae43ea969c2cafb53b33207e86b800f
211
211
- name : Run tests on Browserstack
212
212
run : ./scripts/circleci/run-browserstack-tests.sh
0 commit comments