2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@057595fcd4031441d5a9b1d31bf0ced68073832f
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6bef571a5840e82b5047fc6c7d376854ed285822
2525 with :
2626 cache-node-modules : true
2727 - name : Install node modules
@@ -54,13 +54,13 @@ jobs:
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Initialize environment
57- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@057595fcd4031441d5a9b1d31bf0ced68073832f
57+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6bef571a5840e82b5047fc6c7d376854ed285822
5858 with :
5959 cache-node-modules : true
6060 - name : Setup Bazel
61- uses : angular/dev-infra/github-actions/bazel/setup@057595fcd4031441d5a9b1d31bf0ced68073832f
61+ uses : angular/dev-infra/github-actions/bazel/setup@6bef571a5840e82b5047fc6c7d376854ed285822
6262 - name : Setup Bazel RBE
63- uses : angular/dev-infra/github-actions/bazel/configure-remote@057595fcd4031441d5a9b1d31bf0ced68073832f
63+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6bef571a5840e82b5047fc6c7d376854ed285822
6464 with :
6565 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
6666 - name : Install node modules
@@ -77,13 +77,13 @@ jobs:
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Initialize environment
80- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@057595fcd4031441d5a9b1d31bf0ced68073832f
80+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6bef571a5840e82b5047fc6c7d376854ed285822
8181 with :
8282 cache-node-modules : true
8383 - name : Setup Bazel
84- uses : angular/dev-infra/github-actions/bazel/setup@057595fcd4031441d5a9b1d31bf0ced68073832f
84+ uses : angular/dev-infra/github-actions/bazel/setup@6bef571a5840e82b5047fc6c7d376854ed285822
8585 - name : Setup Bazel RBE
86- uses : angular/dev-infra/github-actions/bazel/configure-remote@057595fcd4031441d5a9b1d31bf0ced68073832f
86+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6bef571a5840e82b5047fc6c7d376854ed285822
8787 with :
8888 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
8989 - name : Install node modules
@@ -100,13 +100,13 @@ jobs:
100100 runs-on : ubuntu-latest
101101 steps :
102102 - name : Initialize environment
103- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@057595fcd4031441d5a9b1d31bf0ced68073832f
103+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6bef571a5840e82b5047fc6c7d376854ed285822
104104 with :
105105 cache-node-modules : true
106106 - name : Setup Bazel
107- uses : angular/dev-infra/github-actions/bazel/setup@057595fcd4031441d5a9b1d31bf0ced68073832f
107+ uses : angular/dev-infra/github-actions/bazel/setup@6bef571a5840e82b5047fc6c7d376854ed285822
108108 - name : Setup Bazel RBE
109- uses : angular/dev-infra/github-actions/bazel/configure-remote@057595fcd4031441d5a9b1d31bf0ced68073832f
109+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6bef571a5840e82b5047fc6c7d376854ed285822
110110 with :
111111 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
112112 - name : Install node modules
@@ -124,13 +124,13 @@ jobs:
124124 runs-on : ubuntu-latest-16core
125125 steps :
126126 - name : Initialize environment
127- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@057595fcd4031441d5a9b1d31bf0ced68073832f
127+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6bef571a5840e82b5047fc6c7d376854ed285822
128128 with :
129129 cache-node-modules : true
130130 - name : Setup Bazel
131- uses : angular/dev-infra/github-actions/bazel/setup@057595fcd4031441d5a9b1d31bf0ced68073832f
131+ uses : angular/dev-infra/github-actions/bazel/setup@6bef571a5840e82b5047fc6c7d376854ed285822
132132 - name : Setup Bazel RBE
133- uses : angular/dev-infra/github-actions/bazel/configure-remote@057595fcd4031441d5a9b1d31bf0ced68073832f
133+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6bef571a5840e82b5047fc6c7d376854ed285822
134134 with :
135135 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
136136 - name : Install node modules
@@ -147,13 +147,13 @@ jobs:
147147 runs-on : ubuntu-latest-16core
148148 steps :
149149 - name : Initialize environment
150- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@057595fcd4031441d5a9b1d31bf0ced68073832f
150+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6bef571a5840e82b5047fc6c7d376854ed285822
151151 with :
152152 cache-node-modules : true
153153 - name : Setup Bazel
154- uses : angular/dev-infra/github-actions/bazel/setup@057595fcd4031441d5a9b1d31bf0ced68073832f
154+ uses : angular/dev-infra/github-actions/bazel/setup@6bef571a5840e82b5047fc6c7d376854ed285822
155155 - name : Setup Bazel RBE
156- uses : angular/dev-infra/github-actions/bazel/configure-remote@057595fcd4031441d5a9b1d31bf0ced68073832f
156+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6bef571a5840e82b5047fc6c7d376854ed285822
157157 with :
158158 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
159159 - name : Install node modules
@@ -170,13 +170,13 @@ jobs:
170170 runs-on : ubuntu-latest-4core
171171 steps :
172172 - name : Initialize environment
173- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@057595fcd4031441d5a9b1d31bf0ced68073832f
173+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6bef571a5840e82b5047fc6c7d376854ed285822
174174 with :
175175 cache-node-modules : true
176176 - name : Setup Bazel
177- uses : angular/dev-infra/github-actions/bazel/setup@057595fcd4031441d5a9b1d31bf0ced68073832f
177+ uses : angular/dev-infra/github-actions/bazel/setup@6bef571a5840e82b5047fc6c7d376854ed285822
178178 - name : Setup Bazel RBE
179- uses : angular/dev-infra/github-actions/bazel/configure-remote@057595fcd4031441d5a9b1d31bf0ced68073832f
179+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6bef571a5840e82b5047fc6c7d376854ed285822
180180 - name : Install node modules
181181 run : pnpm install --frozen-lockfile
182182 - name : Build and Verify Release Output
@@ -201,17 +201,17 @@ jobs:
201201 runs-on : ubuntu-latest-4core
202202 steps :
203203 - name : Initialize environment
204- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@057595fcd4031441d5a9b1d31bf0ced68073832f
204+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6bef571a5840e82b5047fc6c7d376854ed285822
205205 with :
206206 cache-node-modules : true
207207 # See: https://github.com/puppeteer/puppeteer/pull/13196 and
208208 # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
209209 - name : Disable AppArmor
210210 run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
211211 - name : Setup Bazel
212- uses : angular/dev-infra/github-actions/bazel/setup@057595fcd4031441d5a9b1d31bf0ced68073832f
212+ uses : angular/dev-infra/github-actions/bazel/setup@6bef571a5840e82b5047fc6c7d376854ed285822
213213 - name : Setup Bazel RBE
214- uses : angular/dev-infra/github-actions/bazel/configure-remote@057595fcd4031441d5a9b1d31bf0ced68073832f
214+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6bef571a5840e82b5047fc6c7d376854ed285822
215215 - name : Install node modules
216216 run : pnpm install --frozen-lockfile
217217 - name : Build and Verify Release Output
@@ -239,14 +239,14 @@ jobs:
239239 CI_RUNNER_NUMBER : ${{ github.run_id }}
240240 steps :
241241 - name : Initialize environment
242- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@057595fcd4031441d5a9b1d31bf0ced68073832f
242+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6bef571a5840e82b5047fc6c7d376854ed285822
243243 with :
244244 cache-node-modules : true
245245 - name : Install node modules
246246 run : pnpm install --frozen-lockfile
247247 - name : Setup Bazel
248- uses : angular/dev-infra/github-actions/bazel/setup@057595fcd4031441d5a9b1d31bf0ced68073832f
248+ uses : angular/dev-infra/github-actions/bazel/setup@6bef571a5840e82b5047fc6c7d376854ed285822
249249 - name : Setup Browserstack Variables
250- uses : angular/dev-infra/github-actions/browserstack@057595fcd4031441d5a9b1d31bf0ced68073832f
250+ uses : angular/dev-infra/github-actions/browserstack@6bef571a5840e82b5047fc6c7d376854ed285822
251251 - name : Run tests on Browserstack
252252 run : ./scripts/circleci/run-browserstack-tests.sh
0 commit comments