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

Appearance settings

Commit e409d94

Browse filesBrowse files
angular-robotthePunderWoman
authored andcommitted
build: update cross-repo angular dependencies to 4d867b5 (#61423)
See associated pull request for more information. PR Close #61423
1 parent 670b83c commit e409d94
Copy full SHA for e409d94
Expand file treeCollapse file tree

13 files changed

+65
-65
lines changed

‎.github/actions/saucelabs-legacy/action.yml

Copy file name to clipboardExpand all lines: .github/actions/saucelabs-legacy/action.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ runs:
55
using: 'composite'
66
steps:
77
- name: Setup Bazel
8-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
8+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
99
- name: Setup Saucelabs Variables
10-
uses: angular/dev-infra/github-actions/saucelabs@90560ac34ffbb40189d98d8e54110e9c43575761
10+
uses: angular/dev-infra/github-actions/saucelabs@4d867b54b0a8b4a5a5b1aafc826098546d715148
1111
- name: Starting Saucelabs tunnel service
1212
shell: bash
1313
run: ./tools/saucelabs/sauce-service.sh run &

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

Copy file name to clipboardExpand all lines: .github/workflows/adev-preview-build.yml
+4-4Lines 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@90560ac34ffbb40189d98d8e54110e9c43575761
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
26+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@90560ac34ffbb40189d98d8e54110e9c43575761
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
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 --full_build_adev --config=release
33-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@90560ac34ffbb40189d98d8e54110e9c43575761
33+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@4d867b54b0a8b4a5a5b1aafc826098546d715148
3434
with:
3535
workflow-artifact-name: 'adev-preview'
3636
pull-number: '${{github.event.pull_request.number}}'

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

Copy file name to clipboardExpand all lines: .github/workflows/adev-preview-deploy.yml
+1-1Lines 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@90560ac34ffbb40189d98d8e54110e9c43575761
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@4d867b54b0a8b4a5a5b1aafc826098546d715148
4444
with:
4545
github-token: '${{secrets.GITHUB_TOKEN}}'
4646
workflow-artifact-name: 'adev-preview'

‎.github/workflows/assistant-to-the-branch-manager.yml

Copy file name to clipboardExpand all lines: .github/workflows/assistant-to-the-branch-manager.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@90560ac34ffbb40189d98d8e54110e9c43575761
19+
- uses: angular/dev-infra/github-actions/branch-manager@4d867b54b0a8b4a5a5b1aafc826098546d715148
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

‎.github/workflows/benchmark-compare.yml

Copy file name to clipboardExpand all lines: .github/workflows/benchmark-compare.yml
+1-1Lines 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@90560ac34ffbb40189d98d8e54110e9c43575761
41+
- uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
4242
with:
4343
bazelrc: ./.bazelrc.user
4444

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+23-23Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
2525
with:
2626
cache-node-modules: true
2727
- name: Install node modules
@@ -41,13 +41,13 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Initialize environment
44-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
44+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
4545
with:
4646
cache-node-modules: true
4747
- name: Setup Bazel
48-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
48+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
4949
- name: Setup Bazel RBE
50-
uses: angular/dev-infra/github-actions/bazel/configure-remote@90560ac34ffbb40189d98d8e54110e9c43575761
50+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
5151
with:
5252
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5353
- name: Install node modules
@@ -61,13 +61,13 @@ 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@90560ac34ffbb40189d98d8e54110e9c43575761
64+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
6565
with:
6666
cache-node-modules: true
6767
- name: Setup Bazel
68-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
68+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
6969
- name: Setup Bazel Remote Caching
70-
uses: angular/dev-infra/github-actions/bazel/configure-remote@90560ac34ffbb40189d98d8e54110e9c43575761
70+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
7171
with:
7272
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7373
- name: Install node modules
@@ -79,13 +79,13 @@ jobs:
7979
runs-on: ubuntu-latest-4core
8080
steps:
8181
- name: Initialize environment
82-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
82+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
8383
with:
8484
cache-node-modules: true
8585
- name: Setup Bazel
86-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
86+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
8787
- name: Setup Bazel Remote Caching
88-
uses: angular/dev-infra/github-actions/bazel/configure-remote@90560ac34ffbb40189d98d8e54110e9c43575761
88+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
8989
with:
9090
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9191
- name: Install node modules
@@ -98,11 +98,11 @@ jobs:
9898
labels: ubuntu-latest-4core
9999
steps:
100100
- name: Initialize environment
101-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
101+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
102102
- name: Setup Bazel
103-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
103+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
104104
- name: Setup Bazel RBE
105-
uses: angular/dev-infra/github-actions/bazel/configure-remote@90560ac34ffbb40189d98d8e54110e9c43575761
105+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
106106
with:
107107
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
108108
- name: Install node modules
@@ -117,13 +117,13 @@ jobs:
117117
labels: ubuntu-latest
118118
steps:
119119
- name: Initialize environment
120-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
120+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
121121
with:
122122
cache-node-modules: true
123123
- name: Setup Bazel
124-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
124+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
125125
- name: Setup Bazel RBE
126-
uses: angular/dev-infra/github-actions/bazel/configure-remote@90560ac34ffbb40189d98d8e54110e9c43575761
126+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
127127
- name: Install node modules
128128
run: yarn install --frozen-lockfile
129129
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -135,17 +135,17 @@ jobs:
135135
labels: ubuntu-latest-4core
136136
steps:
137137
- name: Initialize environment
138-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
138+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
139139
with:
140140
cache-node-modules: true
141141
node-module-directories: |
142142
./node_modules
143143
./packages/zone.js/node_modules
144144
./packages/zone.js/test/typings/node_modules
145145
- name: Setup Bazel
146-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
146+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
147147
- name: Setup Bazel RBE
148-
uses: angular/dev-infra/github-actions/bazel/configure-remote@90560ac34ffbb40189d98d8e54110e9c43575761
148+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
149149
with:
150150
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
151151
- name: Install node modules
@@ -184,7 +184,7 @@ jobs:
184184
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
185185
steps:
186186
- name: Initialize environment
187-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
187+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
188188
with:
189189
cache-node-modules: true
190190
- name: Install node modules
@@ -197,11 +197,11 @@ jobs:
197197
runs-on: ubuntu-latest
198198
steps:
199199
- name: Initialize environment
200-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
200+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
201201
- name: Setup Bazel
202-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
202+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
203203
- name: Setup Bazel RBE
204-
uses: angular/dev-infra/github-actions/bazel/configure-remote@90560ac34ffbb40189d98d8e54110e9c43575761
204+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
205205
- name: Install node modules
206206
run: yarn install --frozen-lockfile
207207
- name: Build adev to ensure it continues to work

‎.github/workflows/dev-infra.yml

Copy file name to clipboardExpand all lines: .github/workflows/dev-infra.yml
+2-2Lines 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@90560ac34ffbb40189d98d8e54110e9c43575761
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@90560ac34ffbb40189d98d8e54110e9c43575761
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@4d867b54b0a8b4a5a5b1aafc826098546d715148
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

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

Copy file name to clipboardExpand all lines: .github/workflows/google-internal-tests.yml
+1-1Lines 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- uses: angular/dev-infra/github-actions/google-internal-tests@90560ac34ffbb40189d98d8e54110e9c43575761
17+
- uses: angular/dev-infra/github-actions/google-internal-tests@4d867b54b0a8b4a5a5b1aafc826098546d715148
1818
with:
1919
run-tests-guide-url: http://go/angular-g3sync-start
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

‎.github/workflows/manual.yml

Copy file name to clipboardExpand all lines: .github/workflows/manual.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
JOBS: 2
1414
steps:
1515
- name: Initialize environment
16-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
16+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
1717
with:
1818
cache-node-modules: true
1919
- name: Install node modules
2020
run: yarn install --frozen-lockfile
2121
- name: Setup Bazel
22-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
22+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
2323
- name: Setup Bazel Remote Caching
24-
uses: angular/dev-infra/github-actions/bazel/configure-remote@90560ac34ffbb40189d98d8e54110e9c43575761
24+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
2525
- name: Setup Saucelabs Variables
26-
uses: angular/dev-infra/github-actions/saucelabs@90560ac34ffbb40189d98d8e54110e9c43575761
26+
uses: angular/dev-infra/github-actions/saucelabs@4d867b54b0a8b4a5a5b1aafc826098546d715148
2727
- name: Set up Sauce Tunnel Daemon
2828
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
2929
env:

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

Copy file name to clipboardExpand all lines: .github/workflows/merge-ready-status.yml
+1-1Lines 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@90560ac34ffbb40189d98d8e54110e9c43575761
12+
- uses: angular/dev-infra/github-actions/unified-status-check@4d867b54b0a8b4a5a5b1aafc826098546d715148
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

‎.github/workflows/perf.yml

Copy file name to clipboardExpand all lines: .github/workflows/perf.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
workflows: ${{ steps.workflows.outputs.workflows }}
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
2525
- name: Install node modules
2626
run: yarn -s install --frozen-lockfile
2727
- id: workflows
@@ -36,9 +36,9 @@ jobs:
3636
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
3737
steps:
3838
- name: Initialize environment
39-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@90560ac34ffbb40189d98d8e54110e9c43575761
39+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
4040
- name: Setup Bazel
41-
uses: angular/dev-infra/github-actions/bazel/setup@90560ac34ffbb40189d98d8e54110e9c43575761
41+
uses: angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
4242
- name: Install node modules
4343
run: yarn -s install --frozen-lockfile
4444
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.