2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2562f2bd84bf2b992d4742d2f36895fd904d696a
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
2525 - name : Setup Bazel
26- uses : angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
26+ uses : angular/dev-infra/github-actions/bazel/setup@54e407015de8767d4245e1b8b779f058dbcc97c7
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@2562f2bd84bf2b992d4742d2f36895fd904d696a
47+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
4848 - name : Setup Bazel
49- uses : angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
49+ uses : angular/dev-infra/github-actions/bazel/setup@54e407015de8767d4245e1b8b779f058dbcc97c7
5050 - name : Setup Bazel RBE
51- uses : angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a
51+ uses : angular/dev-infra/github-actions/bazel/configure-remote@54e407015de8767d4245e1b8b779f058dbcc97c7
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@2562f2bd84bf2b992d4742d2f36895fd904d696a
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
6565 - name : Setup Bazel
66- uses : angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
66+ uses : angular/dev-infra/github-actions/bazel/setup@54e407015de8767d4245e1b8b779f058dbcc97c7
6767 - name : Setup Bazel RBE
68- uses : angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a
68+ uses : angular/dev-infra/github-actions/bazel/configure-remote@54e407015de8767d4245e1b8b779f058dbcc97c7
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@2562f2bd84bf2b992d4742d2f36895fd904d696a
87+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
8888 - name : Install node modules
8989 run : pnpm install --frozen-lockfile
9090 - name : Setup Bazel
91- uses : angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
91+ uses : angular/dev-infra/github-actions/bazel/setup@54e407015de8767d4245e1b8b779f058dbcc97c7
9292 - name : Setup Bazel RBE
93- uses : angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a
93+ uses : angular/dev-infra/github-actions/bazel/configure-remote@54e407015de8767d4245e1b8b779f058dbcc97c7
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@2562f2bd84bf2b992d4742d2f36895fd904d696a
103+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
104104 - name : Setup Bazel
105- uses : angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
105+ uses : angular/dev-infra/github-actions/bazel/setup@54e407015de8767d4245e1b8b779f058dbcc97c7
106106 - name : Setup Bazel RBE
107- uses : angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a
107+ uses : angular/dev-infra/github-actions/bazel/configure-remote@54e407015de8767d4245e1b8b779f058dbcc97c7
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@2562f2bd84bf2b992d4742d2f36895fd904d696a
140+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
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@2562f2bd84bf2b992d4742d2f36895fd904d696a
167+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
168168 - name : Install node modules
169169 run : pnpm install --frozen-lockfile
170170 - name : Setup Bazel
171- uses : angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
171+ uses : angular/dev-infra/github-actions/bazel/setup@54e407015de8767d4245e1b8b779f058dbcc97c7
172172 - name : Setup Bazel RBE
173- uses : angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a
173+ uses : angular/dev-infra/github-actions/bazel/configure-remote@54e407015de8767d4245e1b8b779f058dbcc97c7
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@2562f2bd84bf2b992d4742d2f36895fd904d696a
191+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
192192 - name : Install node modules
193193 run : pnpm install --frozen-lockfile
194194 - name : Setup Bazel
195- uses : angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
195+ uses : angular/dev-infra/github-actions/bazel/setup@54e407015de8767d4245e1b8b779f058dbcc97c7
196196 - name : Setup Bazel RBE
197- uses : angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a
197+ uses : angular/dev-infra/github-actions/bazel/configure-remote@54e407015de8767d4245e1b8b779f058dbcc97c7
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@2562f2bd84bf2b992d4742d2f36895fd904d696a
211+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
212212 - name : Install node modules
213213 run : pnpm install --frozen-lockfile
214214 - name : Setup Bazel
215- uses : angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
215+ uses : angular/dev-infra/github-actions/bazel/setup@54e407015de8767d4245e1b8b779f058dbcc97c7
216216 - name : Setup Bazel RBE
217- uses : angular/dev-infra/github-actions/bazel/configure-remote@2562f2bd84bf2b992d4742d2f36895fd904d696a
217+ uses : angular/dev-infra/github-actions/bazel/configure-remote@54e407015de8767d4245e1b8b779f058dbcc97c7
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@2562f2bd84bf2b992d4742d2f36895fd904d696a
247+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@54e407015de8767d4245e1b8b779f058dbcc97c7
248248 - name : Install node modules
249249 run : pnpm install --frozen-lockfile
250250 - name : Setup Bazel
251- uses : angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
251+ uses : angular/dev-infra/github-actions/bazel/setup@54e407015de8767d4245e1b8b779f058dbcc97c7
252252 - run : pnpm admin snapshots --verbose
253253 env :
254254 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments