Skip to content

Commit a2681c7

Browse files
build: update cross-repo angular dependencies (angular#51780)
See associated pull request for more information. PR Close angular#51780
1 parent 4b3d1c8 commit a2681c7

21 files changed

Lines changed: 3988 additions & 3076 deletions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626
- uses: ./.github/actions/yarn-install
2727

28-
- uses: angular/dev-infra/github-actions/bazel/configure-remote@0109d498b0f6aae418ed4924a5e5c65695f0ac61
28+
- uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
2929
with:
3030
bazelrc: ./.bazelrc.user
3131

@@ -34,7 +34,7 @@ jobs:
3434
# the number of concurrent actions is determined based on the host resources.
3535
- run: bazel build //aio:build --jobs=32 --announce_rc --verbose_failures
3636

37-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@0109d498b0f6aae418ed4924a5e5c65695f0ac61
37+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
3838
with:
3939
workflow-artifact-name: 'aio'
4040
pull-number: '${{github.event.pull_request.number}}'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting aio
3535
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting aio ${{env.PREVIEW_SITE}}
3636
37-
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@0109d498b0f6aae418ed4924a5e5c65695f0ac61
37+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
3838
with:
3939
github-token: '${{secrets.GITHUB_TOKEN}}'
4040
workflow-artifact-name: 'aio'

.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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@0109d498b0f6aae418ed4924a5e5c65695f0ac61
19+
- uses: angular/dev-infra/github-actions/branch-manager@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
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@0109d498b0f6aae418ed4924a5e5c65695f0ac61
41+
- uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
4242
with:
4343
bazelrc: ./.bazelrc.user
4444

.github/workflows/ci-privileged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
2424
steps:
2525
- name: Initialize environment
26-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1befe6d24fd5cab818e7f8bada40ab364781b8a8
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
2727
with:
2828
cache-node-modules: true
2929
# Checking out the pull request commit is intended here as we need to run the changed code tests.
3030
ref: ${{ github.sha }}
3131
- name: Install node modules
3232
run: yarn install --frozen-lockfile
3333
- name: Setup Bazel
34-
uses: angular/dev-infra/github-actions/bazel/setup@1befe6d24fd5cab818e7f8bada40ab364781b8a8
34+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
3535
- name: Starting Saucelabs tunnel service
3636
run: ./tools/saucelabs/sauce-service.sh run &
3737
# Build test fixtures for a test that rely on Bazel-generated fixtures. Note that disabling

.github/workflows/ci.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Initialize environment
26-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0109d498b0f6aae418ed4924a5e5c65695f0ac61
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
2727
with:
2828
cache-node-modules: true
2929
node-module-directories: |
@@ -60,13 +60,13 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Initialize environment
63-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0109d498b0f6aae418ed4924a5e5c65695f0ac61
63+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
6464
with:
6565
cache-node-modules: true
6666
- name: Setup Bazel
67-
uses: angular/dev-infra/github-actions/bazel/setup@0109d498b0f6aae418ed4924a5e5c65695f0ac61
67+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
6868
- name: Setup Bazel RBE
69-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0109d498b0f6aae418ed4924a5e5c65695f0ac61
69+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
7070
- name: Install node modules
7171
run: yarn install --frozen-lockfile
7272
- name: Run unit tests
@@ -78,13 +78,13 @@ jobs:
7878
runs-on: windows-latest
7979
steps:
8080
- name: Initialize environment
81-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0109d498b0f6aae418ed4924a5e5c65695f0ac61
81+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
8282
with:
8383
cache-node-modules: true
8484
- name: Setup Bazel
85-
uses: angular/dev-infra/github-actions/bazel/setup@0109d498b0f6aae418ed4924a5e5c65695f0ac61
85+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
8686
- name: Setup Bazel Remote Caching
87-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0109d498b0f6aae418ed4924a5e5c65695f0ac61
87+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
8888
- name: Install node modules
8989
run: yarn install --frozen-lockfile --network-timeout 100000
9090
- name: Test all windows CI targets
@@ -97,13 +97,13 @@ jobs:
9797
runs-on: ubuntu-latest-4core
9898
steps:
9999
- name: Initialize environment
100-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
100+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
101101
with:
102102
cache-node-modules: true
103103
- name: Setup Bazel
104-
uses: angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
104+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
105105
- name: Setup Bazel Remote Caching
106-
uses: angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
106+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
107107
- name: Install node modules
108108
run: yarn install --frozen-lockfile --network-timeout 100000
109109
- name: Run CI tests for framework
@@ -113,15 +113,15 @@ jobs:
113113
runs-on: ubuntu-latest-4core
114114
steps:
115115
- name: Initialize environment
116-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
116+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
117117
with:
118118
cache-node-modules: true
119119
node-module-directories: |
120120
./aio/node_modules
121121
- name: Setup Bazel
122-
uses: angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
122+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
123123
- name: Setup Bazel RBE
124-
uses: angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
124+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
125125
- name: Install node modules for aio
126126
run: yarn install --cwd aio --frozen-lockfile
127127
- name: Run AIO tests with upstream packages
@@ -134,15 +134,15 @@ jobs:
134134
labels: ubuntu-latest-4core
135135
steps:
136136
- name: Initialize environment
137-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
138138
with:
139139
cache-node-modules: true
140140
node-module-directories: |
141141
./aio/node_modules
142142
- name: Setup Bazel
143-
uses: angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
143+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
144144
- name: Setup Bazel RBE
145-
uses: angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
145+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
146146
- name: Install node modules
147147
run: yarn install --cwd aio --frozen-lockfile
148148
- name: Run AIO tests with local packages
@@ -157,15 +157,15 @@ jobs:
157157
labels: ubuntu-latest
158158
steps:
159159
- name: Initialize environment
160-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
160+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
161161
with:
162162
cache-node-modules: true
163163
node-module-directories: |
164164
./aio/node_modules
165165
- name: Setup Bazel
166-
uses: angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
166+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
167167
- name: Setup Bazel RBE
168-
uses: angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
168+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
169169
- name: Install node modules for aio
170170
run: yarn install --cwd aio --frozen-lockfile
171171
- name: Set the stable branch environment variable
@@ -192,17 +192,17 @@ jobs:
192192
labels: ubuntu-latest-4core
193193
steps:
194194
- name: Initialize environment
195-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
195+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
196196
with:
197197
cache-node-modules: true
198198
node-module-directories: |
199199
./node_modules
200200
./packages/zone.js/node_modules
201201
./packages/zone.js/test/typings/node_modules
202202
- name: Setup Bazel
203-
uses: angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
203+
uses: angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
204204
- name: Setup Bazel RBE
205-
uses: angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
205+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
206206
- name: Install node modules
207207
run: yarn install --frozen-lockfile
208208
- run: |

.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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0109d498b0f6aae418ed4924a5e5c65695f0ac61
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@0109d498b0f6aae418ed4924a5e5c65695f0ac61
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
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
@@ -14,6 +14,6 @@ jobs:
1414
if: github.repository == 'angular/angular'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: angular/dev-infra/github-actions/feature-request@0109d498b0f6aae418ed4924a5e5c65695f0ac61
17+
- uses: angular/dev-infra/github-actions/feature-request@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
1818
with:
1919
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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
16-
- uses: angular/dev-infra/github-actions/google-internal-tests@0109d498b0f6aae418ed4924a5e5c65695f0ac61
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
1717
with:
1818
run-tests-guide-url: http://go/angular-g3sync-start
1919
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@0109d498b0f6aae418ed4924a5e5c65695f0ac61
12+
- uses: angular/dev-infra/github-actions/unified-status-check@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)