2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
2525 - name : Setup Bazel
26- uses : angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
26+ uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
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@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
47+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
4848 - name : Setup Bazel
49- uses : angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
49+ uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
5050 - name : Setup Bazel RBE
51- uses : angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
51+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
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@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
6565 - name : Setup Bazel
66- uses : angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
66+ uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
6767 - name : Setup Bazel RBE
68- uses : angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
68+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
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@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
88+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
8989 - name : Install node modules
9090 run : pnpm install --frozen-lockfile
9191 - name : Setup Bazel
92- uses : angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
92+ uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
9393 - name : Setup Bazel RBE
94- uses : angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
94+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
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@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
104+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
105105 - name : Setup Bazel
106- uses : angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
106+ uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
107107 - name : Setup Bazel RBE
108- uses : angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
108+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
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@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
142+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
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@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
170+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
171171 - name : Install node modules
172172 run : pnpm install --frozen-lockfile
173173 - name : Setup Bazel
174- uses : angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
174+ uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
175175 - name : Setup Bazel RBE
176- uses : angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
176+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
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@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
195+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
196196 - name : Install node modules
197197 run : pnpm install --frozen-lockfile
198198 - name : Setup Bazel
199- uses : angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
199+ uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
200200 - name : Setup Bazel RBE
201- uses : angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
201+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
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@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
215+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
216216 - name : Install node modules
217217 run : pnpm install --frozen-lockfile
218218 - name : Setup Bazel
219- uses : angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
219+ uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
220220 - name : Setup Bazel RBE
221- uses : angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
221+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8b845a41a4a3d812c4e6453217a36761c63bc832
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@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
251+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b845a41a4a3d812c4e6453217a36761c63bc832
252252 - name : Install node modules
253253 run : pnpm install --frozen-lockfile
254254 - name : Setup Bazel
255- uses : angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0
255+ uses : angular/dev-infra/github-actions/bazel/setup@8b845a41a4a3d812c4e6453217a36761c63bc832
256256 - run : pnpm admin snapshots --verbose
257257 env :
258258 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments