Skip to content

Commit 8ae3958

Browse files
committed
build: update angular
Closes #27690 as a pr takeover
1 parent 4a879a9 commit 8ae3958

File tree

21 files changed

+47
-50
lines changed

21 files changed

+47
-50
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
19+
- uses: angular/dev-infra/github-actions/branch-manager@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Initialize environment
28-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
28+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
2929
- name: Install node modules
3030
run: yarn install --frozen-lockfile --ignore-scripts
3131
- name: Run ESLint
@@ -43,11 +43,11 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Initialize environment
46-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
46+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
4747
- name: Setup Bazel
48-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
48+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
4949
- name: Setup Bazel RBE
50-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
50+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
5151
- name: Install node modules
5252
run: yarn install --frozen-lockfile
5353
- name: Build release targets
@@ -57,11 +57,11 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Initialize environment
60-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
60+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
6161
- name: Setup Bazel
62-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
62+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
6363
- name: Setup Bazel RBE
64-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
64+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
6565
- name: Install node modules
6666
run: yarn install --frozen-lockfile
6767
- name: Run module tests
@@ -96,13 +96,13 @@ jobs:
9696
runs-on: ${{ matrix.os }}
9797
steps:
9898
- name: Initialize environment
99-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
100100
- name: Install node modules
101101
run: yarn install --frozen-lockfile
102102
- name: Setup Bazel
103-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
103+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
104104
- name: Setup Bazel RBE
105-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
105+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
106106
- name: Run CLI E2E tests
107107
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
108108

@@ -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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
120+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
121121
- name: Install node modules
122122
run: yarn install --frozen-lockfile
123123
- name: Setup Bazel
124-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
124+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
125125
- name: Setup Bazel RBE
126-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
126+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
127127
- name: Run CLI E2E tests
128128
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
129129

@@ -134,13 +134,13 @@ jobs:
134134
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
135135
steps:
136136
- name: Initialize environment
137-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
138138
- name: Install node modules
139139
run: yarn install --frozen-lockfile
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
141+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
144144
- name: Run E2E Browser tests
145145
env:
146146
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -167,11 +167,11 @@ jobs:
167167
CIRCLE_BRANCH: ${{ github.ref_name }}
168168
steps:
169169
- name: Initialize environment
170-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
170+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
171171
- name: Install node modules
172172
run: yarn install --frozen-lockfile
173173
- name: Setup Bazel
174-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
174+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
175175
- run: yarn admin snapshots --verbose
176176
env:
177177
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
19+
- uses: angular/dev-infra/github-actions/feature-request@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Initialize environment
37-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4040
with:
@@ -65,11 +65,11 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Initialize environment
68-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
68+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
6969
- name: Setup Bazel
70-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
70+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
7171
- name: Setup Bazel RBE
72-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
72+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
7373
- name: Install node modules
7474
run: yarn install --frozen-lockfile
7575
- name: Build release targets
@@ -85,11 +85,11 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Initialize environment
88-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
88+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
8989
- name: Setup Bazel
90-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
90+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
9191
- name: Setup Bazel RBE
92-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
92+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
9393
- name: Install node modules
9494
run: yarn install --frozen-lockfile
9595
- name: Run module tests
@@ -124,13 +124,13 @@ jobs:
124124
runs-on: ${{ matrix.os }}
125125
steps:
126126
- name: Initialize environment
127-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
128128
- name: Install node modules
129129
run: yarn install --frozen-lockfile
130130
- name: Setup Bazel
131-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
131+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
132132
- name: Setup Bazel RBE
133-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
133+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
134134
- name: Run CLI E2E tests
135135
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
136136

@@ -147,12 +147,12 @@ jobs:
147147
runs-on: ${{ matrix.os }}
148148
steps:
149149
- name: Initialize environment
150-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
150+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
151151
- name: Install node modules
152152
run: yarn install --frozen-lockfile
153153
- name: Setup Bazel
154-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
154+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
155155
- name: Setup Bazel RBE
156-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
156+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
157157
- name: Run CLI E2E tests
158158
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)