Skip to content

Commit 5c96694

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 280f257 commit 5c96694

File tree

13 files changed

+242
-244
lines changed

13 files changed

+242
-244
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@fc71b572acb06a4830ef5566edb05500f822b7ad
19+
- uses: angular/dev-infra/github-actions/branch-manager@7e2eefa1375195fa7616f78a76f538a188852067
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@fc71b572acb06a4830ef5566edb05500f822b7ad
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
26+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
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@fc71b572acb06a4830ef5566edb05500f822b7ad
47+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
4848
- name: Setup Bazel
49-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
49+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
5050
- name: Setup Bazel RBE
51-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
51+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
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-4core
6262
steps:
6363
- name: Initialize environment
64-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
64+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
6565
- name: Setup Bazel
66-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
66+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
6767
- name: Setup Bazel RBE
68-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
68+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
6969
with:
7070
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7171
- name: Install node modules
@@ -87,13 +87,13 @@ jobs:
8787
runs-on: ${{ matrix.os }}
8888
steps:
8989
- name: Initialize environment
90-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
90+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
9191
- name: Install node modules
9292
run: pnpm install --frozen-lockfile
9393
- name: Setup Bazel
94-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
94+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
9595
- name: Setup Bazel RBE
96-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
96+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
9797
with:
9898
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9999
- name: Run CLI E2E tests
@@ -103,11 +103,11 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- name: Initialize environment
106-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
106+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
107107
- name: Setup Bazel
108-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
108+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
109109
- name: Setup Bazel RBE
110-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
110+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
111111
with:
112112
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
113113
- name: Install node modules
@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ${{ matrix.os }}
142142
steps:
143143
- name: Initialize environment
144-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
144+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
145145
- name: Install node modules
146146
run: pnpm install --frozen-lockfile
147147
- name: Download built Windows E2E tests
@@ -169,13 +169,13 @@ jobs:
169169
runs-on: ${{ matrix.os }}
170170
steps:
171171
- name: Initialize environment
172-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
173173
- name: Install node modules
174174
run: pnpm install --frozen-lockfile
175175
- name: Setup Bazel
176-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
176+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
177177
- name: Setup Bazel RBE
178-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
178+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
179179
with:
180180
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
181181
- name: Run CLI E2E tests
@@ -194,13 +194,13 @@ jobs:
194194
runs-on: ${{ matrix.os }}
195195
steps:
196196
- name: Initialize environment
197-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
197+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
198198
- name: Install node modules
199199
run: pnpm install --frozen-lockfile
200200
- name: Setup Bazel
201-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
201+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
202202
- name: Setup Bazel RBE
203-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
203+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
204204
with:
205205
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
206206
- name: Run CLI E2E tests
@@ -214,13 +214,13 @@ jobs:
214214
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
215215
steps:
216216
- name: Initialize environment
217-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
217+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
218218
- name: Install node modules
219219
run: pnpm install --frozen-lockfile
220220
- name: Setup Bazel
221-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
221+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
222222
- name: Setup Bazel RBE
223-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
223+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
224224
with:
225225
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
226226
- name: Run E2E Browser tests
@@ -250,11 +250,11 @@ jobs:
250250
CIRCLE_BRANCH: ${{ github.ref_name }}
251251
steps:
252252
- name: Initialize environment
253-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
253+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
254254
- name: Install node modules
255255
run: pnpm install --frozen-lockfile
256256
- name: Setup Bazel
257-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
257+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
258258
- run: pnpm admin snapshots --verbose
259259
env:
260260
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16-
- uses: angular/dev-infra/github-actions/pull-request-labeling@fc71b572acb06a4830ef5566edb05500f822b7ad
16+
- uses: angular/dev-infra/github-actions/pull-request-labeling@7e2eefa1375195fa7616f78a76f538a188852067
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@fc71b572acb06a4830ef5566edb05500f822b7ad
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@7e2eefa1375195fa7616f78a76f538a188852067
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@fc71b572acb06a4830ef5566edb05500f822b7ad
19+
- uses: angular/dev-infra/github-actions/feature-request@7e2eefa1375195fa7616f78a76f538a188852067
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@fc71b572acb06a4830ef5566edb05500f822b7ad
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
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@fc71b572acb06a4830ef5566edb05500f822b7ad
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
4242
- name: Setup Bazel
43-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
43+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
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@fc71b572acb06a4830ef5566edb05500f822b7ad
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
3838
- name: Setup Bazel
39-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
39+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
4040
- name: Setup ESLint Caching
4141
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4242
with:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Run Validation
5757
run: pnpm admin validate
5858
- name: Check Package Licenses
59-
uses: angular/dev-infra/github-actions/linting/licenses@fc71b572acb06a4830ef5566edb05500f822b7ad
59+
uses: angular/dev-infra/github-actions/linting/licenses@7e2eefa1375195fa7616f78a76f538a188852067
6060
- name: Check tooling setup
6161
run: pnpm check-tooling-setup
6262
- name: Check commit message
@@ -72,11 +72,11 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Initialize environment
75-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
75+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
7676
- name: Setup Bazel
77-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
77+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
7878
- name: Setup Bazel RBE
79-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
79+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
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-16core
9494
steps:
9595
- name: Initialize environment
96-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
96+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
9797
- name: Setup Bazel
98-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
98+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
9999
- name: Setup Bazel RBE
100-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
100+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
101101
- name: Install node modules
102102
run: pnpm install --frozen-lockfile
103103
- name: Run module and package tests
@@ -117,25 +117,25 @@ jobs:
117117
runs-on: ${{ matrix.os }}
118118
steps:
119119
- name: Initialize environment
120-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
120+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
121121
- name: Install node modules
122122
run: pnpm install --frozen-lockfile
123123
- name: Setup Bazel
124-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
124+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
125125
- name: Setup Bazel RBE
126-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
126+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
127127
- name: Run CLI E2E tests
128128
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 }}
129129

130130
build-e2e-windows-subset:
131131
runs-on: ubuntu-latest
132132
steps:
133133
- name: Initialize environment
134-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
134+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
135135
- name: Setup Bazel
136-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
136+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
137137
- name: Setup Bazel RBE
138-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
138+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
139139
- name: Install node modules
140140
run: pnpm install --frozen-lockfile
141141
- name: Build E2E tests for Windows on Linux
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: windows-2025
160160
steps:
161161
- name: Initialize environment
162-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
162+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
163163
- name: Install node modules
164164
run: pnpm install --frozen-lockfile
165165
- name: Download built Windows E2E tests
@@ -187,13 +187,13 @@ jobs:
187187
runs-on: ${{ matrix.os }}
188188
steps:
189189
- name: Initialize environment
190-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
190+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
191191
- name: Install node modules
192192
run: pnpm install --frozen-lockfile
193193
- name: Setup Bazel
194-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
194+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
195195
- name: Setup Bazel RBE
196-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
196+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
197197
- name: Run CLI E2E tests
198198
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 }}
199199

@@ -210,12 +210,12 @@ jobs:
210210
runs-on: ${{ matrix.os }}
211211
steps:
212212
- name: Initialize environment
213-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
213+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
214214
- name: Install node modules
215215
run: pnpm install --frozen-lockfile
216216
- name: Setup Bazel
217-
uses: angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
217+
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
218218
- name: Setup Bazel RBE
219-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
219+
uses: angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
220220
- name: Run CLI E2E tests
221221
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
@@ -39,7 +39,7 @@ git_override(
3939
bazel_dep(name = "devinfra")
4040
git_override(
4141
module_name = "devinfra",
42-
commit = "fc71b572acb06a4830ef5566edb05500f822b7ad",
42+
commit = "7e2eefa1375195fa7616f78a76f538a188852067",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

0 commit comments

Comments
 (0)