Skip to content

Commit 72108ba

Browse files
alan-agius4AndrewKushnir
authored andcommitted
build: update cross-repo angular dependencies (angular#55654)
See associated pull request for more information. PR Close angular#55654
1 parent 9e07b62 commit 72108ba

25 files changed

+740
-1270
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
26+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
33+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@0581ca5177f61a7dba5221c17e60522776cef714
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
19+
- uses: angular/dev-infra/github-actions/branch-manager@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
41+
- uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
27+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
62+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
6363
with:
6464
cache-node-modules: true
6565
- name: Setup Bazel
66-
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
66+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
6767
- name: Setup Bazel RBE
68-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
68+
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
80+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
8181
with:
8282
cache-node-modules: true
8383
- name: Setup Bazel
84-
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
84+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
8585
- name: Setup Bazel Remote Caching
86-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
86+
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
97+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
99+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
102102
- name: Install node modules
103103
run: yarn install --frozen-lockfile
104104
- name: Build adev to ensure it continues to work
@@ -110,13 +110,13 @@ jobs:
110110
labels: ubuntu-latest
111111
steps:
112112
- name: Initialize environment
113-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
113+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
114114
with:
115115
cache-node-modules: true
116116
- name: Setup Bazel
117-
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
117+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
118118
- name: Setup Bazel RBE
119-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
119+
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
120120
- name: Install node modules
121121
run: yarn install --frozen-lockfile
122122
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -128,17 +128,17 @@ jobs:
128128
labels: ubuntu-latest-4core
129129
steps:
130130
- name: Initialize environment
131-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
132132
with:
133133
cache-node-modules: true
134134
node-module-directories: |
135135
./node_modules
136136
./packages/zone.js/node_modules
137137
./packages/zone.js/test/typings/node_modules
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
139+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
142142
- name: Install node modules
143143
run: yarn install --frozen-lockfile
144144
- run: |
@@ -177,19 +177,19 @@ jobs:
177177
JOBS: 2
178178
steps:
179179
- name: Initialize environment
180-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
180+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
181181
with:
182182
cache-node-modules: true
183183
# Checking out the pull request commit is intended here as we need to run the changed code tests.
184184
ref: ${{ github.event.pull_request.head.sha }}
185185
- name: Install node modules
186186
run: yarn install --frozen-lockfile
187187
- name: Setup Bazel
188-
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
188+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
189189
- name: Setup Bazel Remote Caching
190-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
190+
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
191191
- name: Setup Saucelabs Variables
192-
uses: angular/dev-infra/github-actions/saucelabs@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
192+
uses: angular/dev-infra/github-actions/saucelabs@0581ca5177f61a7dba5221c17e60522776cef714
193193
- name: Set up Sauce Tunnel Daemon
194194
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
195195
env:
@@ -205,15 +205,15 @@ jobs:
205205
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
206206
steps:
207207
- name: Initialize environment
208-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
208+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
209209
with:
210210
cache-node-modules: true
211211
- name: Install node modules
212212
run: yarn install --frozen-lockfile
213213
- name: Setup Bazel
214-
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
214+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
215215
- name: Setup Saucelabs Variables
216-
uses: angular/dev-infra/github-actions/saucelabs@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
216+
uses: angular/dev-infra/github-actions/saucelabs@0581ca5177f61a7dba5221c17e60522776cef714
217217
- name: Starting Saucelabs tunnel service
218218
run: ./tools/saucelabs/sauce-service.sh run &
219219
# Build test fixtures for a test that rely on Bazel-generated fixtures. Note that disabling
@@ -254,11 +254,11 @@ jobs:
254254
runs-on: ubuntu-latest
255255
steps:
256256
- name: Initialize environment
257-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
257+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
258258
- name: Setup Bazel
259-
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
259+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
260260
- name: Setup Bazel RBE
261-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
261+
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
262262
- name: Install node modules
263263
run: yarn install --frozen-lockfile
264264
- 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0581ca5177f61a7dba5221c17e60522776cef714
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@0581ca5177f61a7dba5221c17e60522776cef714
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
17-
- uses: angular/dev-infra/github-actions/google-internal-tests@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
17+
- uses: angular/dev-infra/github-actions/google-internal-tests@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
12+
- uses: angular/dev-infra/github-actions/unified-status-check@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
25+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
31+
uses: angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
3232
- name: Setup Bazel RBE
33-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
33+
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
47+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
35+
uses: angular/dev-infra/github-actions/create-pr-for-changes@0581ca5177f61a7dba5221c17e60522776cef714
3636
with:
3737
branch-prefix: update-cli-help
3838
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'

0 commit comments

Comments
 (0)