2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
2525 - name : Setup Bazel
26- uses : angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
26+ uses : angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
47+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
4848 - name : Setup Bazel
49- uses : angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
49+ uses : angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
5050 - name : Setup Bazel RBE
51- uses : angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
51+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
6565 - name : Setup Bazel
66- uses : angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
66+ uses : angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
6767 - name : Setup Bazel RBE
68- uses : angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
68+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
6969 with :
7070 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7171 - name : Install node modules
@@ -84,13 +84,13 @@ jobs:
8484 runs-on : ubuntu-latest
8585 steps :
8686 - name : Initialize environment
87- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
87+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
8888 - name : Install node modules
8989 run : pnpm install --frozen-lockfile
9090 - name : Setup Bazel
91- uses : angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
91+ uses : angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
9292 - name : Setup Bazel RBE
93- uses : angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
93+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
9494 with :
9595 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9696 - name : Run CLI E2E tests
@@ -100,11 +100,11 @@ jobs:
100100 runs-on : ubuntu-latest
101101 steps :
102102 - name : Initialize environment
103- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
103+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
104104 - name : Setup Bazel
105- uses : angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
105+ uses : angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
106106 - name : Setup Bazel RBE
107- uses : angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
107+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
108108 with :
109109 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
110110 - name : Install node modules
@@ -137,7 +137,7 @@ jobs:
137137 runs-on : windows-2025
138138 steps :
139139 - name : Initialize environment
140- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
140+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
141141 - name : Install node modules
142142 run : pnpm install --frozen-lockfile
143143 - name : Download built Windows E2E tests
@@ -164,13 +164,13 @@ jobs:
164164 runs-on : ubuntu-latest
165165 steps :
166166 - name : Initialize environment
167- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
167+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
168168 - name : Install node modules
169169 run : pnpm install --frozen-lockfile
170170 - name : Setup Bazel
171- uses : angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
171+ uses : angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
172172 - name : Setup Bazel RBE
173- uses : angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
173+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
174174 with :
175175 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
176176 - name : Run CLI E2E tests
@@ -188,13 +188,13 @@ jobs:
188188 runs-on : ubuntu-latest
189189 steps :
190190 - name : Initialize environment
191- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
191+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
192192 - name : Install node modules
193193 run : pnpm install --frozen-lockfile
194194 - name : Setup Bazel
195- uses : angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
195+ uses : angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
196196 - name : Setup Bazel RBE
197- uses : angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
197+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
198198 with :
199199 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
200200 - name : Run CLI E2E tests
@@ -208,13 +208,13 @@ jobs:
208208 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
209209 steps :
210210 - name : Initialize environment
211- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
211+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
212212 - name : Install node modules
213213 run : pnpm install --frozen-lockfile
214214 - name : Setup Bazel
215- uses : angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
215+ uses : angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
216216 - name : Setup Bazel RBE
217- uses : angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
217+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
218218 with :
219219 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
220220 - name : Run E2E Browser tests
@@ -244,11 +244,11 @@ jobs:
244244 CIRCLE_BRANCH : ${{ github.ref_name }}
245245 steps :
246246 - name : Initialize environment
247- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
247+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
248248 - name : Install node modules
249249 run : pnpm install --frozen-lockfile
250250 - name : Setup Bazel
251- uses : angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac
251+ uses : angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
252252 - run : pnpm admin snapshots --verbose
253253 env :
254254 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments