2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
2525 - name : Setup Bazel
26- uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
26+ uses : angular/dev-infra/github-actions/bazel/setup@3d0d6246402f2f4621aeee302290f77ac2c4e397
2727 - name : Install node modules
2828 run : pnpm install --frozen-lockfile
2929 - name : Generate JSON schema types
@@ -44,11 +44,11 @@ jobs:
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Initialize environment
47- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
47+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
4848 - name : Setup Bazel
49- uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
49+ uses : angular/dev-infra/github-actions/bazel/setup@3d0d6246402f2f4621aeee302290f77ac2c4e397
5050 - name : Setup Bazel RBE
51- uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
51+ uses : angular/dev-infra/github-actions/bazel/configure-remote@3d0d6246402f2f4621aeee302290f77ac2c4e397
5252 with :
5353 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5454 - name : Install node modules
@@ -61,11 +61,11 @@ jobs:
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Initialize environment
64- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
6565 - name : Setup Bazel
66- uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
66+ uses : angular/dev-infra/github-actions/bazel/setup@3d0d6246402f2f4621aeee302290f77ac2c4e397
6767 - name : Setup Bazel RBE
68- uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
68+ uses : angular/dev-infra/github-actions/bazel/configure-remote@3d0d6246402f2f4621aeee302290f77ac2c4e397
6969 with :
7070 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7171 - name : Install node modules
@@ -85,13 +85,13 @@ jobs:
8585 runs-on : ${{ matrix.os }}
8686 steps :
8787 - name : Initialize environment
88- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
88+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
8989 - name : Install node modules
9090 run : pnpm install --frozen-lockfile
9191 - name : Setup Bazel
92- uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
92+ uses : angular/dev-infra/github-actions/bazel/setup@3d0d6246402f2f4621aeee302290f77ac2c4e397
9393 - name : Setup Bazel RBE
94- uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
94+ uses : angular/dev-infra/github-actions/bazel/configure-remote@3d0d6246402f2f4621aeee302290f77ac2c4e397
9595 with :
9696 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9797 - name : Run CLI E2E tests
@@ -101,11 +101,11 @@ jobs:
101101 runs-on : ubuntu-latest
102102 steps :
103103 - name : Initialize environment
104- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
104+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
105105 - name : Setup Bazel
106- uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
106+ uses : angular/dev-infra/github-actions/bazel/setup@3d0d6246402f2f4621aeee302290f77ac2c4e397
107107 - name : Setup Bazel RBE
108- uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
108+ uses : angular/dev-infra/github-actions/bazel/configure-remote@3d0d6246402f2f4621aeee302290f77ac2c4e397
109109 with :
110110 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
111111 - name : Install node modules
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : ${{ matrix.os }}
140140 steps :
141141 - name : Initialize environment
142- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
142+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
143143 - name : Install node modules
144144 run : pnpm install --frozen-lockfile
145145 - name : Download built Windows E2E tests
@@ -167,13 +167,13 @@ jobs:
167167 runs-on : ${{ matrix.os }}
168168 steps :
169169 - name : Initialize environment
170- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
170+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
171171 - name : Install node modules
172172 run : pnpm install --frozen-lockfile
173173 - name : Setup Bazel
174- uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
174+ uses : angular/dev-infra/github-actions/bazel/setup@3d0d6246402f2f4621aeee302290f77ac2c4e397
175175 - name : Setup Bazel RBE
176- uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
176+ uses : angular/dev-infra/github-actions/bazel/configure-remote@3d0d6246402f2f4621aeee302290f77ac2c4e397
177177 with :
178178 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
179179 - name : Run CLI E2E tests
@@ -192,13 +192,13 @@ jobs:
192192 runs-on : ${{ matrix.os }}
193193 steps :
194194 - name : Initialize environment
195- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
195+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
196196 - name : Install node modules
197197 run : pnpm install --frozen-lockfile
198198 - name : Setup Bazel
199- uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
199+ uses : angular/dev-infra/github-actions/bazel/setup@3d0d6246402f2f4621aeee302290f77ac2c4e397
200200 - name : Setup Bazel RBE
201- uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
201+ uses : angular/dev-infra/github-actions/bazel/configure-remote@3d0d6246402f2f4621aeee302290f77ac2c4e397
202202 with :
203203 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
204204 - name : Run CLI E2E tests
@@ -212,13 +212,13 @@ jobs:
212212 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
213213 steps :
214214 - name : Initialize environment
215- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
215+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
216216 - name : Install node modules
217217 run : pnpm install --frozen-lockfile
218218 - name : Setup Bazel
219- uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
219+ uses : angular/dev-infra/github-actions/bazel/setup@3d0d6246402f2f4621aeee302290f77ac2c4e397
220220 - name : Setup Bazel RBE
221- uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
221+ uses : angular/dev-infra/github-actions/bazel/configure-remote@3d0d6246402f2f4621aeee302290f77ac2c4e397
222222 with :
223223 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
224224 - name : Run E2E Browser tests
@@ -248,11 +248,11 @@ jobs:
248248 CIRCLE_BRANCH : ${{ github.ref_name }}
249249 steps :
250250 - name : Initialize environment
251- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
251+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3d0d6246402f2f4621aeee302290f77ac2c4e397
252252 - name : Install node modules
253253 run : pnpm install --frozen-lockfile
254254 - name : Setup Bazel
255- uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
255+ uses : angular/dev-infra/github-actions/bazel/setup@3d0d6246402f2f4621aeee302290f77ac2c4e397
256256 - run : pnpm admin snapshots --verbose
257257 env :
258258 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments