pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/angular/angular/commit/cbfd1ee571bb544ae03bc81328249fb0b32ebd9b

ylesheet" href="https://github.githubassets.com/assets/global-d18f184ea1a06a2c.css" /> build: update cross-repo angular dependencies · angular/angular@cbfd1ee · GitHub
Skip to content

Commit cbfd1ee

Browse files
angular-robotatscott
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent b0dc2fb commit cbfd1ee

15 files changed

Lines changed: 91 additions & 83 deletions

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

Lines 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8
8+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
99
- name: Setup Saucelabs Variables
10-
uses: angular/dev-infra/github-actions/saucelabs@a3baba2402ef0efd781913544a5bbc13a51a1bc8
10+
uses: angular/dev-infra/github-actions/saucelabs@ad935905ff554e020ca790a085e835f3308fff45
1111
- name: Starting Saucelabs tunnel service
1212
shell: bash
1313
run: ./tools/saucelabs/sauce-service.sh run &

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
26+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
2929
- name: Install node modules
3030
run: pnpm install --frozen-lockfile
3131
- name: Build adev
3232
# `snapshot-build` config is used to stamp the exact version with sha in the footer.
3333
run: pnpm bazel build //adev:build.production --config=snapshot-build
34-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@a3baba2402ef0efd781913544a5bbc13a51a1bc8
34+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@ad935905ff554e020ca790a085e835f3308fff45
3535
with:
3636
workflow-artifact-name: 'adev-preview'
3737
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@a3baba2402ef0efd781913544a5bbc13a51a1bc8
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@ad935905ff554e020ca790a085e835f3308fff45
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
@@ -17,6 +17,6 @@ jobs:
1717
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
1919
persist-credentials: false
20-
- uses: angular/dev-infra/github-actions/branch-manager@a3baba2402ef0efd781913544a5bbc13a51a1bc8
20+
- uses: angular/dev-infra/github-actions/branch-manager@ad935905ff554e020ca790a085e835f3308fff45
2121
with:
2222
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
- run: pnpm install --frozen-lockfile
4040

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

.github/workflows/ci.yml

Lines changed: 25 additions & 25 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
2525
- name: Install node modules
2626
run: pnpm install --frozen-lockfile
2727
- name: Check code lint
@@ -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@a3baba2402ef0efd781913544a5bbc13a51a1bc8
44+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
4545
with:
4646
disable-package-manager-cache: true
4747
- name: Setup Bazel
48-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
48+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
4949
- name: Setup Bazel RBE
50-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
50+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
5151
with:
5252
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5353
- name: Install node modules
@@ -69,11 +69,11 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Initialize environment
72-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8
72+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
7373
- name: Setup Bazel
74-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
74+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
7575
- name: Setup Bazel Remote Caching
76-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
76+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
7777
with:
7878
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7979
- name: Install node modules
@@ -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@a3baba2402ef0efd781913544a5bbc13a51a1bc8
88+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
8989
- name: Setup Bazel
90-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
90+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
9191
- name: Setup Bazel Remote Caching
92-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
92+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
9393
with:
9494
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9595
- name: Install node modules
@@ -102,11 +102,11 @@ jobs:
102102
labels: ubuntu-latest
103103
steps:
104104
- name: Initialize environment
105-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8
105+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
106106
- name: Setup Bazel
107-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
107+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
108108
- name: Setup Bazel RBE
109-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
109+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
110110
with:
111111
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
112112
- name: Install node modules
@@ -121,11 +121,11 @@ jobs:
121121
labels: ubuntu-latest
122122
steps:
123123
- name: Initialize environment
124-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8
124+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
125125
- name: Setup Bazel
126-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
126+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
127127
- name: Setup Bazel RBE
128-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
128+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
129129
with:
130130
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
131131
- name: Install node modules
@@ -138,11 +138,11 @@ jobs:
138138
labels: ubuntu-latest
139139
steps:
140140
- name: Initialize environment
141-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8
141+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
142142
- name: Setup Bazel
143-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
143+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
144144
- name: Setup Bazel RBE
145-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
145+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
146146
- name: Install node modules
147147
run: pnpm install --frozen-lockfile
148148
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -154,11 +154,11 @@ jobs:
154154
labels: ubuntu-latest
155155
steps:
156156
- name: Initialize environment
157-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8
157+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
158158
- name: Setup Bazel
159-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
159+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
160160
- name: Setup Bazel RBE
161-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
161+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
162162
with:
163163
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
164164
- name: Install node modules
@@ -208,11 +208,11 @@ jobs:
208208
runs-on: ubuntu-latest-8core
209209
steps:
210210
- name: Initialize environment
211-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8
211+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
212212
- name: Setup Bazel
213-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
213+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
214214
- name: Setup Bazel RBE
215-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
215+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
216216
- name: Install node modules
217217
run: pnpm install --frozen-lockfile
218218
- name: Build adev

.github/workflows/dev-infra.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19-
- uses: angular/dev-infra/github-actions/labeling/pull-request@a3baba2402ef0efd781913544a5bbc13a51a1bc8
19+
- uses: angular/dev-infra/github-actions/labeling/pull-request@ad935905ff554e020ca790a085e835f3308fff45
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2222
labels: '{"requires: TGP": ["packages/core/primitives/**/{*,.*}"]}'
@@ -25,14 +25,14 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28-
- uses: angular/dev-infra/github-actions/post-approval-changes@a3baba2402ef0efd781913544a5bbc13a51a1bc8
28+
- uses: angular/dev-infra/github-actions/post-approval-changes@ad935905ff554e020ca790a085e835f3308fff45
2929
with:
3030
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
3131
issue_labels:
3232
if: github.event_name == 'issues'
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: angular/dev-infra/github-actions/labeling/issue@a3baba2402ef0efd781913544a5bbc13a51a1bc8
35+
- uses: angular/dev-infra/github-actions/labeling/issue@ad935905ff554e020ca790a085e835f3308fff45
3636
with:
3737
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
3838
google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17-
- uses: angular/dev-infra/github-actions/google-internal-tests@a3baba2402ef0efd781913544a5bbc13a51a1bc8
17+
- uses: angular/dev-infra/github-actions/google-internal-tests@ad935905ff554e020ca790a085e835f3308fff45
1818
with:
1919
run-tests-guide-url: http://go/angular-g3sync-start
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/manual.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
JOBS: 2
1414
steps:
1515
- name: Initialize environment
16-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8
16+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45
1717
- name: Install node modules
1818
run: pnpm install --frozen-lockfile
1919
- name: Setup Bazel
20-
uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8
20+
uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45
2121
- name: Setup Bazel Remote Caching
22-
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8
22+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45
2323
- name: Setup Saucelabs Variables
24-
uses: angular/dev-infra/github-actions/saucelabs@a3baba2402ef0efd781913544a5bbc13a51a1bc8
24+
uses: angular/dev-infra/github-actions/saucelabs@ad935905ff554e020ca790a085e835f3308fff45
2525
- name: Set up Sauce Tunnel Daemon
2626
run: pnpm bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
2727
env:

.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@a3baba2402ef0efd781913544a5bbc13a51a1bc8
12+
- uses: angular/dev-infra/github-actions/unified-status-check@ad935905ff554e020ca790a085e835f3308fff45
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy