Skip to content

Commit 7c9f4cb

Browse files
angular-robotatscott
authored andcommitted
build: update cross-repo angular dependencies (angular#55718)
See associated pull request for more information. PR Close angular#55718
1 parent aa8df1d commit 7c9f4cb

20 files changed

+412
-365
lines changed

.github/workflows/adev-preview-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview'))
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
26+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
2929
- name: Install node modules
3030
run: yarn install --frozen-lockfile
3131
- name: Build adev to ensure it continues to work
3232
run: yarn bazel build //adev:build
33-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
33+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@05282ca07a85e118f4a1a598c1c591594d21df36
3434
with:
3535
workflow-artifact-name: 'adev-preview'
3636
pull-number: '${{github.event.pull_request.number}}'

.github/workflows/adev-preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
4141
npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
4242
43-
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@05282ca07a85e118f4a1a598c1c591594d21df36
4444
with:
4545
github-token: '${{secrets.GITHUB_TOKEN}}'
4646
workflow-artifact-name: 'adev-preview'

.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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
19+
- uses: angular/dev-infra/github-actions/branch-manager@05282ca07a85e118f4a1a598c1c591594d21df36
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/benchmark-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: ./.github/actions/yarn-install
4040

41-
- uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
41+
- uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
4242
with:
4343
bazelrc: ./.bazelrc.user
4444

.github/workflows/ci.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Initialize environment
27-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
27+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
2828
with:
2929
cache-node-modules: true
3030
node-module-directories: |
@@ -59,13 +59,13 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Initialize environment
62-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
62+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
6363
with:
6464
cache-node-modules: true
6565
- name: Setup Bazel
66-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
66+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
6767
- name: Setup Bazel RBE
68-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
68+
uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
6969
- name: Install node modules
7070
run: yarn install --frozen-lockfile
7171
- name: Run unit tests
@@ -77,13 +77,13 @@ jobs:
7777
runs-on: ubuntu-latest-4core
7878
steps:
7979
- name: Initialize environment
80-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
80+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
8181
with:
8282
cache-node-modules: true
8383
- name: Setup Bazel
84-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
84+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
8585
- name: Setup Bazel Remote Caching
86-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
86+
uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
8787
- name: Install node modules
8888
run: yarn install --frozen-lockfile --network-timeout 100000
8989
- name: Run CI tests for framework
@@ -94,11 +94,11 @@ jobs:
9494
labels: ubuntu-latest-4core
9595
steps:
9696
- name: Initialize environment
97-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
97+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
99+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
102102
- name: Install node modules
103103
run: yarn install --frozen-lockfile
104104
- name: Build adev in fast mode to ensure it continues to work
@@ -112,13 +112,13 @@ jobs:
112112
labels: ubuntu-latest
113113
steps:
114114
- name: Initialize environment
115-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
115+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
116116
with:
117117
cache-node-modules: true
118118
- name: Setup Bazel
119-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
119+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
120120
- name: Setup Bazel RBE
121-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
121+
uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
122122
- name: Install node modules
123123
run: yarn install --frozen-lockfile
124124
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -130,17 +130,17 @@ jobs:
130130
labels: ubuntu-latest-4core
131131
steps:
132132
- name: Initialize environment
133-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
133+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
134134
with:
135135
cache-node-modules: true
136136
node-module-directories: |
137137
./node_modules
138138
./packages/zone.js/node_modules
139139
./packages/zone.js/test/typings/node_modules
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
141+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
144144
- name: Install node modules
145145
run: yarn install --frozen-lockfile
146146
- run: |
@@ -179,19 +179,19 @@ jobs:
179179
JOBS: 2
180180
steps:
181181
- name: Initialize environment
182-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
182+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
183183
with:
184184
cache-node-modules: true
185185
# Checking out the pull request commit is intended here as we need to run the changed code tests.
186186
ref: ${{ github.event.pull_request.head.sha }}
187187
- name: Install node modules
188188
run: yarn install --frozen-lockfile
189189
- name: Setup Bazel
190-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
190+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
191191
- name: Setup Bazel Remote Caching
192-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
192+
uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
193193
- name: Setup Saucelabs Variables
194-
uses: angular/dev-infra/github-actions/saucelabs@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
194+
uses: angular/dev-infra/github-actions/saucelabs@05282ca07a85e118f4a1a598c1c591594d21df36
195195
- name: Set up Sauce Tunnel Daemon
196196
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
197197
env:
@@ -207,15 +207,15 @@ jobs:
207207
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
208208
steps:
209209
- name: Initialize environment
210-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
210+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
211211
with:
212212
cache-node-modules: true
213213
- name: Install node modules
214214
run: yarn install --frozen-lockfile
215215
- name: Setup Bazel
216-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
216+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
217217
- name: Setup Saucelabs Variables
218-
uses: angular/dev-infra/github-actions/saucelabs@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
218+
uses: angular/dev-infra/github-actions/saucelabs@05282ca07a85e118f4a1a598c1c591594d21df36
219219
- name: Starting Saucelabs tunnel service
220220
run: ./tools/saucelabs/sauce-service.sh run &
221221
# Build test fixtures for a test that rely on Bazel-generated fixtures. Note that disabling
@@ -256,11 +256,11 @@ jobs:
256256
runs-on: ubuntu-latest
257257
steps:
258258
- name: Initialize environment
259-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
259+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
260260
- name: Setup Bazel
261-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
261+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
262262
- name: Setup Bazel RBE
263-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
263+
uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
264264
- name: Install node modules
265265
run: yarn install --frozen-lockfile
266266
- name: Build adev to ensure it continues to work

.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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@05282ca07a85e118f4a1a598c1c591594d21df36
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@05282ca07a85e118f4a1a598c1c591594d21df36
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/google-internal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17-
- uses: angular/dev-infra/github-actions/google-internal-tests@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
17+
- uses: angular/dev-infra/github-actions/google-internal-tests@05282ca07a85e118f4a1a598c1c591594d21df36
1818
with:
1919
run-tests-guide-url: http://go/angular-g3sync-start
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/merge-ready-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
status:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/unified-status-check@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
12+
- uses: angular/dev-infra/github-actions/unified-status-check@05282ca07a85e118f4a1a598c1c591594d21df36
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/monitoring.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
version: ['https://next.angular.io/', 'https://angular.io/']
2323
steps:
2424
- name: Initialize environment
25-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
25+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
2626
with:
2727
cache-node-modules: true
2828
node-module-directories: |
2929
./aio/node_modules
3030
- name: Setup Bazel
31-
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
31+
uses: angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
3232
- name: Setup Bazel RBE
33-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
33+
uses: angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
3434
- name: Install node modules in aio
3535
run: yarn install --frozen-lockfile --cwd aio
3636
- name: Run basic e2e and deployment config tests.
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Initialize environment
47-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
47+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
4848
with:
4949
cache-node-modules: true
5050
node-module-directories: |

.github/workflows/update-cli-help.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }}
3434
- name: Create a PR (if necessary)
35-
uses: angular/dev-infra/github-actions/create-pr-for-changes@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
35+
uses: angular/dev-infra/github-actions/create-pr-for-changes@05282ca07a85e118f4a1a598c1c591594d21df36
3636
with:
3737
branch-prefix: update-cli-help
3838
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'

0 commit comments

Comments
 (0)