Skip to content

Commit bf990dc

Browse files
angular-robothybrist
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 458bdcf commit bf990dc

File tree

11 files changed

+79
-80
lines changed

11 files changed

+79
-80
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@73051ae248ba64911a8e7e66536d8c99ba07ef2a
19+
- uses: angular/dev-infra/github-actions/branch-manager@4ec84059f295affa82fe766682981b8b838a057b
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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@73051ae248ba64911a8e7e66536d8c99ba07ef2a
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 }}

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16-
- uses: angular/dev-infra/github-actions/pull-request-labeling@73051ae248ba64911a8e7e66536d8c99ba07ef2a
16+
- uses: angular/dev-infra/github-actions/pull-request-labeling@4ec84059f295affa82fe766682981b8b838a057b
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@73051ae248ba64911a8e7e66536d8c99ba07ef2a
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@4ec84059f295affa82fe766682981b8b838a057b
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'angular/angular-cli'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: angular/dev-infra/github-actions/feature-request@73051ae248ba64911a8e7e66536d8c99ba07ef2a
19+
- uses: angular/dev-infra/github-actions/feature-request@4ec84059f295affa82fe766682981b8b838a057b
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/perf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
workflows: ${{ steps.workflows.outputs.workflows }}
2424
steps:
2525
- name: Initialize environment
26-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
2727
- name: Install node modules
2828
run: pnpm install --frozen-lockfile
2929
- id: workflows
@@ -38,9 +38,9 @@ jobs:
3838
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
3939
steps:
4040
- name: Initialize environment
41-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
4242
- name: Setup Bazel
43-
uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a
43+
uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
4444
- name: Install node modules
4545
run: pnpm install --frozen-lockfile
4646
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow

.github/workflows/pr.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Initialize environment
37-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
3838
- name: Setup Bazel
39-
uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a
39+
uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
4040
- name: Setup ESLint Caching
4141
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242
with:
@@ -66,17 +66,17 @@ jobs:
6666
# it has been merged.
6767
run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
6868
- name: Check Package Licenses
69-
uses: angular/dev-infra/github-actions/linting/licenses@73051ae248ba64911a8e7e66536d8c99ba07ef2a
69+
uses: angular/dev-infra/github-actions/linting/licenses@4ec84059f295affa82fe766682981b8b838a057b
7070

7171
build:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Initialize environment
75-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
75+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
7676
- name: Setup Bazel
77-
uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a
77+
uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
7878
- name: Setup Bazel RBE
79-
uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a
79+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
8080
- name: Install node modules
8181
run: pnpm install --frozen-lockfile
8282
- name: Build release targets
@@ -93,11 +93,11 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Initialize environment
96-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
96+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
9797
- name: Setup Bazel
98-
uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a
98+
uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
9999
- name: Setup Bazel RBE
100-
uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a
100+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
101101
- name: Install node modules
102102
run: pnpm install --frozen-lockfile
103103
- name: Run module and package tests
@@ -114,25 +114,25 @@ jobs:
114114
runs-on: ubuntu-latest
115115
steps:
116116
- name: Initialize environment
117-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
117+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
118118
- name: Install node modules
119119
run: pnpm install --frozen-lockfile
120120
- name: Setup Bazel
121-
uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a
121+
uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
122122
- name: Setup Bazel RBE
123-
uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a
123+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
124124
- name: Run CLI E2E tests
125125
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
126126

127127
build-e2e-windows-subset:
128128
runs-on: ubuntu-latest
129129
steps:
130130
- name: Initialize environment
131-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
132132
- name: Setup Bazel
133-
uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a
133+
uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
134134
- name: Setup Bazel RBE
135-
uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a
135+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
136136
- name: Install node modules
137137
run: pnpm install --frozen-lockfile
138138
- name: Build E2E tests for Windows on Linux
@@ -156,7 +156,7 @@ jobs:
156156
runs-on: windows-2025
157157
steps:
158158
- name: Initialize environment
159-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
159+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
160160
- name: Install node modules
161161
run: pnpm install --frozen-lockfile
162162
- name: Download built Windows E2E tests
@@ -183,13 +183,13 @@ jobs:
183183
runs-on: ubuntu-latest
184184
steps:
185185
- name: Initialize environment
186-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
186+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
187187
- name: Install node modules
188188
run: pnpm install --frozen-lockfile
189189
- name: Setup Bazel
190-
uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a
190+
uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
191191
- name: Setup Bazel RBE
192-
uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a
192+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
193193
- name: Run CLI E2E tests
194194
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
195195

@@ -205,12 +205,12 @@ jobs:
205205
runs-on: ubuntu-latest
206206
steps:
207207
- name: Initialize environment
208-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a
208+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b
209209
- name: Install node modules
210210
run: pnpm install --frozen-lockfile
211211
- name: Setup Bazel
212-
uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a
212+
uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b
213213
- name: Setup Bazel RBE
214-
uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a
214+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b
215215
- name: Run CLI E2E tests
216216
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git_override(
2525
bazel_dep(name = "devinfra")
2626
git_override(
2727
module_name = "devinfra",
28-
commit = "73051ae248ba64911a8e7e66536d8c99ba07ef2a",
28+
commit = "4ec84059f295affa82fe766682981b8b838a057b",
2929
remote = "https://github.com/angular/dev-infra.git",
3030
)
3131

0 commit comments

Comments
 (0)