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