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 dc948b1

Browse files
angular-robotjkrems
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 1b6f98e commit dc948b1

File tree

11 files changed

+65
-65
lines changed

11 files changed

+65
-65
lines changed

‎.github/shared-actions/windows-bazel-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- name: Initialize WSL
2020
id: init_wsl
21-
uses: angular/dev-infra/github-actions/setup-wsl@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
21+
uses: angular/dev-infra/github-actions/setup-wsl@029d16b075db696b35d0d661d0fd3a0552a4b452
2222
with:
2323
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
2424

‎.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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
19+
- uses: angular/dev-infra/github-actions/branch-manager@029d16b075db696b35d0d661d0fd3a0552a4b452
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

‎.github/workflows/ci.yml

Lines changed: 25 additions & 25 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
26+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
47+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
4848
- name: Setup Bazel
49-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
49+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
5050
- name: Setup Bazel RBE
51-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
51+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
64+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
6565
- name: Setup Bazel
66-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
66+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
6767
- name: Setup Bazel RBE
68-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
68+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
90+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
9191
- name: Install node modules
9292
run: pnpm install --frozen-lockfile
9393
- name: Setup Bazel
94-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
94+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
9595
- name: Setup Bazel RBE
96-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
96+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
9797
with:
9898
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9999
- name: Run CLI E2E tests
@@ -110,11 +110,11 @@ jobs:
110110
runs-on: ${{ matrix.os }}
111111
steps:
112112
- name: Initialize environment
113-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
113+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
114114
- name: Setup Bazel
115-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
115+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
116116
- name: Setup Bazel RBE
117-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
117+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
118118
with:
119119
allow_windows_rbe: true
120120
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
@@ -138,13 +138,13 @@ jobs:
138138
runs-on: ${{ matrix.os }}
139139
steps:
140140
- name: Initialize environment
141-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
141+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
142142
- name: Install node modules
143143
run: pnpm install --frozen-lockfile
144144
- name: Setup Bazel
145-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
145+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
146146
- name: Setup Bazel RBE
147-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
147+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
148148
with:
149149
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
150150
- name: Run CLI E2E tests
@@ -163,13 +163,13 @@ jobs:
163163
runs-on: ${{ matrix.os }}
164164
steps:
165165
- name: Initialize environment
166-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
166+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
167167
- name: Install node modules
168168
run: pnpm install --frozen-lockfile
169169
- name: Setup Bazel
170-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
170+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
171171
- name: Setup Bazel RBE
172-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
172+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
173173
with:
174174
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
175175
- name: Run CLI E2E tests
@@ -183,13 +183,13 @@ jobs:
183183
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
184184
steps:
185185
- name: Initialize environment
186-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
186+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
187187
- name: Install node modules
188188
run: pnpm install --frozen-lockfile
189189
- name: Setup Bazel
190-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
190+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
191191
- name: Setup Bazel RBE
192-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
192+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
193193
with:
194194
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
195195
- name: Run E2E Browser tests
@@ -219,11 +219,11 @@ jobs:
219219
CIRCLE_BRANCH: ${{ github.ref_name }}
220220
steps:
221221
- name: Initialize environment
222-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
222+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
223223
- name: Install node modules
224224
run: pnpm install --frozen-lockfile
225225
- name: Setup Bazel
226-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
226+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
227227
- run: pnpm admin snapshots --verbose
228228
env:
229229
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
16+
- uses: angular/dev-infra/github-actions/pull-request-labeling@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
19+
- uses: angular/dev-infra/github-actions/feature-request@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
4242
- name: Setup Bazel
43-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
43+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
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: 21 additions & 21 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
3838
- name: Setup Bazel
39-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
39+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
59+
uses: angular/dev-infra/github-actions/linting/licenses@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
75+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
7676
- name: Setup Bazel
77-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
77+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
7878
- name: Setup Bazel RBE
79-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
79+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
96+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
9797
- name: Setup Bazel
98-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
98+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
9999
- name: Setup Bazel RBE
100-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
100+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
101101
- name: Install node modules
102102
run: pnpm install --frozen-lockfile
103103
- name: Run module and package tests
@@ -117,13 +117,13 @@ jobs:
117117
runs-on: ${{ matrix.os }}
118118
steps:
119119
- name: Initialize environment
120-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
120+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
121121
- name: Install node modules
122122
run: pnpm install --frozen-lockfile
123123
- name: Setup Bazel
124-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
124+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
125125
- name: Setup Bazel RBE
126-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
126+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
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

@@ -132,11 +132,11 @@ jobs:
132132
runs-on: windows-2025
133133
steps:
134134
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
136136
- name: Setup Bazel
137-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
137+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
138138
- name: Setup Bazel RBE
139-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
139+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
140140
with:
141141
allow_windows_rbe: true
142142
- name: Run CLI E2E tests
@@ -159,13 +159,13 @@ jobs:
159159
runs-on: ${{ matrix.os }}
160160
steps:
161161
- name: Initialize environment
162-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
162+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
163163
- name: Install node modules
164164
run: pnpm install --frozen-lockfile
165165
- name: Setup Bazel
166-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
166+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
167167
- name: Setup Bazel RBE
168-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
168+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
169169
- name: Run CLI E2E tests
170170
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 }}
171171

@@ -182,12 +182,12 @@ jobs:
182182
runs-on: ${{ matrix.os }}
183183
steps:
184184
- name: Initialize environment
185-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
185+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@029d16b075db696b35d0d661d0fd3a0552a4b452
186186
- name: Install node modules
187187
run: pnpm install --frozen-lockfile
188188
- name: Setup Bazel
189-
uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
189+
uses: angular/dev-infra/github-actions/bazel/setup@029d16b075db696b35d0d661d0fd3a0552a4b452
190190
- name: Setup Bazel RBE
191-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
191+
uses: angular/dev-infra/github-actions/bazel/configure-remote@029d16b075db696b35d0d661d0fd3a0552a4b452
192192
- name: Run CLI E2E tests
193193
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 = "9cc4fc69c644e345ce44169c7cd84e729c8d29bb",
42+
commit = "029d16b075db696b35d0d661d0fd3a0552a4b452",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

0 commit comments

Comments
(0)

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