Skip to content

Commit f90ca1c

Browse files
committed
Merge remote-tracking branch 'upstream/main' into prototype/signal-forms
2 parents d416bee + 5a11106 commit f90ca1c

File tree

167 files changed

+1018
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+1018
-621
lines changed

.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@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
8+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
99
- name: Setup Saucelabs Variables
10-
uses: angular/dev-infra/github-actions/saucelabs@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
10+
uses: angular/dev-infra/github-actions/saucelabs@acce054082b688da9a5a3d12c6550184eb9f7725
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,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@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
26+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@acce054082b688da9a5a3d12c6550184eb9f7725
2929
- name: Install node modules
3030
run: pnpm install --frozen-lockfile
3131
- name: Build adev to ensure it continues to work
3232
run: pnpm bazel build //adev:build --full_build_adev --config=release
33-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
33+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@acce054082b688da9a5a3d12c6550184eb9f7725
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@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@acce054082b688da9a5a3d12c6550184eb9f7725
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
19+
- uses: angular/dev-infra/github-actions/branch-manager@acce054082b688da9a5a3d12c6550184eb9f7725
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
- run: pnpm install --frozen-lockfile
4040

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

.github/workflows/ci.yml

Lines changed: 22 additions & 22 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@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
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@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
44+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
4545
with:
4646
cache-node-modules: true
4747
- name: Setup Bazel
48-
uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
48+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
4949
- name: Setup Bazel RBE
50-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
50+
uses: angular/dev-infra/github-actions/bazel/configure-remote@acce054082b688da9a5a3d12c6550184eb9f7725
5151
with:
5252
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5353
- name: Install node modules
@@ -68,13 +68,13 @@ jobs:
6868
runs-on: ubuntu-latest-4core
6969
steps:
7070
- name: Initialize environment
71-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
71+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
7272
with:
7373
cache-node-modules: true
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
75+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
7676
- name: Setup Bazel Remote Caching
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@acce054082b688da9a5a3d12c6550184eb9f7725
7878
with:
7979
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
8080
- name: Install node modules
@@ -86,13 +86,13 @@ jobs:
8686
runs-on: ubuntu-latest-4core
8787
steps:
8888
- name: Initialize environment
89-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
89+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
9090
with:
9191
cache-node-modules: true
9292
- name: Setup Bazel
93-
uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
93+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
9494
- name: Setup Bazel Remote Caching
95-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
95+
uses: angular/dev-infra/github-actions/bazel/configure-remote@acce054082b688da9a5a3d12c6550184eb9f7725
9696
with:
9797
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9898
- name: Install node modules
@@ -105,11 +105,11 @@ jobs:
105105
labels: ubuntu-latest-4core
106106
steps:
107107
- name: Initialize environment
108-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
108+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
109109
- name: Setup Bazel
110-
uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
110+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
111111
- name: Setup Bazel RBE
112-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
112+
uses: angular/dev-infra/github-actions/bazel/configure-remote@acce054082b688da9a5a3d12c6550184eb9f7725
113113
with:
114114
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
115115
- name: Install node modules
@@ -124,13 +124,13 @@ jobs:
124124
labels: ubuntu-latest
125125
steps:
126126
- name: Initialize environment
127-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
128128
with:
129129
cache-node-modules: true
130130
- name: Setup Bazel
131-
uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
131+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
132132
- name: Setup Bazel RBE
133-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
133+
uses: angular/dev-infra/github-actions/bazel/configure-remote@acce054082b688da9a5a3d12c6550184eb9f7725
134134
- name: Install node modules
135135
run: pnpm install --frozen-lockfile
136136
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -142,17 +142,17 @@ jobs:
142142
labels: ubuntu-latest-4core
143143
steps:
144144
- name: Initialize environment
145-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
145+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
146146
with:
147147
cache-node-modules: true
148148
node-module-directories: |
149149
./node_modules
150150
./packages/zone.js/node_modules
151151
./packages/zone.js/test/typings/node_modules
152152
- name: Setup Bazel
153-
uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
153+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
154154
- name: Setup Bazel RBE
155-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
155+
uses: angular/dev-infra/github-actions/bazel/configure-remote@acce054082b688da9a5a3d12c6550184eb9f7725
156156
with:
157157
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
158158
- name: Install node modules
@@ -204,11 +204,11 @@ jobs:
204204
runs-on: ubuntu-latest
205205
steps:
206206
- name: Initialize environment
207-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
207+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
208208
- name: Setup Bazel
209-
uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
209+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
210210
- name: Setup Bazel RBE
211-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
211+
uses: angular/dev-infra/github-actions/bazel/configure-remote@acce054082b688da9a5a3d12c6550184eb9f7725
212212
- name: Install node modules
213213
run: pnpm install --frozen-lockfile
214214
- 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16-
- uses: angular/dev-infra/github-actions/pull-request-labeling@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
16+
- uses: angular/dev-infra/github-actions/pull-request-labeling@acce054082b688da9a5a3d12c6550184eb9f7725
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@acce054082b688da9a5a3d12c6550184eb9f7725
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17-
- uses: angular/dev-infra/github-actions/google-internal-tests@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
17+
- uses: angular/dev-infra/github-actions/google-internal-tests@acce054082b688da9a5a3d12c6550184eb9f7725
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,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@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
16+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acce054082b688da9a5a3d12c6550184eb9f7725
1717
with:
1818
cache-node-modules: true
1919
- name: Install node modules
2020
run: pnpm install --frozen-lockfile
2121
- name: Setup Bazel
22-
uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
22+
uses: angular/dev-infra/github-actions/bazel/setup@acce054082b688da9a5a3d12c6550184eb9f7725
2323
- name: Setup Bazel Remote Caching
24-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
24+
uses: angular/dev-infra/github-actions/bazel/configure-remote@acce054082b688da9a5a3d12c6550184eb9f7725
2525
- name: Setup Saucelabs Variables
26-
uses: angular/dev-infra/github-actions/saucelabs@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
26+
uses: angular/dev-infra/github-actions/saucelabs@acce054082b688da9a5a3d12c6550184eb9f7725
2727
- name: Set up Sauce Tunnel Daemon
2828
run: pnpm bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
2929
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@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
12+
- uses: angular/dev-infra/github-actions/unified-status-check@acce054082b688da9a5a3d12c6550184eb9f7725
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)