Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e84eba8

Browse files
angular-robotdgp1130
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 47b0b64 commit e84eba8

File tree

9 files changed

+63
-63
lines changed

9 files changed

+63
-63
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
19+
- uses: angular/dev-infra/github-actions/branch-manager@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
26+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
47+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
4848
- name: Setup Bazel
49-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
49+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
5050
- name: Setup Bazel RBE
51-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
51+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
64+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
6565
- name: Setup Bazel
66-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
66+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
6767
- name: Setup Bazel RBE
68-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
68+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
88+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
8989
- name: Install node modules
9090
run: pnpm install --frozen-lockfile
9191
- name: Setup Bazel
92-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
92+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
9393
- name: Setup Bazel RBE
94-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
94+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
104+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
105105
- name: Setup Bazel
106-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
106+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
107107
- name: Setup Bazel RBE
108-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
108+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
142+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
170+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
171171
- name: Install node modules
172172
run: pnpm install --frozen-lockfile
173173
- name: Setup Bazel
174-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
174+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
175175
- name: Setup Bazel RBE
176-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
176+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
195+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
196196
- name: Install node modules
197197
run: pnpm install --frozen-lockfile
198198
- name: Setup Bazel
199-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
199+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
200200
- name: Setup Bazel RBE
201-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
201+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
215+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
216216
- name: Install node modules
217217
run: pnpm install --frozen-lockfile
218218
- name: Setup Bazel
219-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
219+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
220220
- name: Setup Bazel RBE
221-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
221+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
251+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
252252
- name: Install node modules
253253
run: pnpm install --frozen-lockfile
254254
- name: Setup Bazel
255-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
255+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
256256
- run: pnpm admin snapshots --verbose
257257
env:
258258
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
16+
- uses: angular/dev-infra/github-actions/pull-request-labeling@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
19+
- uses: angular/dev-infra/github-actions/feature-request@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
4242
- name: Setup Bazel
43-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
43+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
3838
- name: Setup Bazel
39-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
39+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
4040
- name: Setup ESLint Caching
4141
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
59+
uses: angular/dev-infra/github-actions/linting/licenses@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
75+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
7676
- name: Setup Bazel
77-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
77+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
7878
- name: Setup Bazel RBE
79-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
79+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
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@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
96+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
9797
- name: Setup Bazel
98-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
98+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
9999
- name: Setup Bazel RBE
100-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
100+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
101101
- name: Install node modules
102102
run: pnpm install --frozen-lockfile
103103
- name: Run module and package tests
@@ -115,25 +115,25 @@ jobs:
115115
runs-on: ${{ matrix.os }}
116116
steps:
117117
- name: Initialize environment
118-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
118+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
119119
- name: Install node modules
120120
run: pnpm install --frozen-lockfile
121121
- name: Setup Bazel
122-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
122+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
123123
- name: Setup Bazel RBE
124-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
124+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
125125
- name: Run CLI E2E tests
126126
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 }}
127127

128128
build-e2e-windows-subset:
129129
runs-on: ubuntu-latest
130130
steps:
131131
- name: Initialize environment
132-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
132+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
133133
- name: Setup Bazel
134-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
134+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
135135
- name: Setup Bazel RBE
136-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
136+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
137137
- name: Install node modules
138138
run: pnpm install --frozen-lockfile
139139
- name: Build E2E tests for Windows on Linux
@@ -157,7 +157,7 @@ jobs:
157157
runs-on: windows-2025
158158
steps:
159159
- name: Initialize environment
160-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
160+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
161161
- name: Install node modules
162162
run: pnpm install --frozen-lockfile
163163
- name: Download built Windows E2E tests
@@ -185,13 +185,13 @@ jobs:
185185
runs-on: ${{ matrix.os }}
186186
steps:
187187
- name: Initialize environment
188-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
188+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
189189
- name: Install node modules
190190
run: pnpm install --frozen-lockfile
191191
- name: Setup Bazel
192-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
192+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
193193
- name: Setup Bazel RBE
194-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
194+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
195195
- name: Run CLI E2E tests
196196
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 }}
197197

@@ -208,12 +208,12 @@ jobs:
208208
runs-on: ${{ matrix.os }}
209209
steps:
210210
- name: Initialize environment
211-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
211+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00cef30761644cb8c8e75ea448e958e4eeed3aa7
212212
- name: Install node modules
213213
run: pnpm install --frozen-lockfile
214214
- name: Setup Bazel
215-
uses: angular/dev-infra/github-actions/bazel/setup@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
215+
uses: angular/dev-infra/github-actions/bazel/setup@00cef30761644cb8c8e75ea448e958e4eeed3aa7
216216
- name: Setup Bazel RBE
217-
uses: angular/dev-infra/github-actions/bazel/configure-remote@99cb49d8f4240fcd51f93c6f05f52c869dd50d9a
217+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00cef30761644cb8c8e75ea448e958e4eeed3aa7
218218
- name: Run CLI E2E tests
219219
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 = "99cb49d8f4240fcd51f93c6f05f52c869dd50d9a",
42+
commit = "00cef30761644cb8c8e75ea448e958e4eeed3aa7",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /