Skip to content

Commit 464c06f

Browse files
committed
build: update angular shared dev-infra code to 94ec2ab
1 parent 24c2567 commit 464c06f

12 files changed

+89
-89
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@359350bbc10aab1bac85d0eec61a53377078ab82
19+
- uses: angular/dev-infra/github-actions/branch-manager@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.material-aio.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Initialize environment
31-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
31+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
3232
- name: Install node modules
3333
run: yarn install --immutable
3434
- name: Execute Linting
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Initialize environment
41-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
4242
- name: Install node modules
4343
run: yarn install --immutable
4444
- name: Execute Direct Production Build (deploy usage)
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Initialize environment
53-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
53+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
5454
- name: Install node modules
5555
run: yarn install --immutable
5656
- name: Execute Tests
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-22.04 # Note, fails on Ubuntu 24.04. see https://github.com/actions/runner-images/issues/10636
6868
steps:
6969
- name: Initialize environment
70-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
70+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
7171
- name: Install node modules
7272
run: yarn install --immutable
7373
- name: Execute Lighthouse Audit

.github/workflows/ci.yml

+31-31
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@359350bbc10aab1bac85d0eec61a53377078ab82
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
2525
with:
2626
cache-node-modules: true
2727
- name: Install node modules
@@ -54,13 +54,13 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Initialize environment
57-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
57+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
5858
with:
5959
cache-node-modules: true
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
61+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
6464
- name: Install node modules
6565
run: yarn install --frozen-lockfile
6666
- name: Check API Goldens
@@ -75,13 +75,13 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Initialize environment
78-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
7979
with:
8080
cache-node-modules: true
8181
- name: Setup Bazel
82-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
82+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
8383
- name: Setup Bazel RBE
84-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
84+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
8585
- name: Install node modules
8686
run: yarn install --frozen-lockfile
8787
- name: Run e2e tests
@@ -96,13 +96,13 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Initialize environment
99-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
100100
with:
101101
cache-node-modules: true
102102
- name: Setup Bazel
103-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
103+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
104104
- name: Setup Bazel RBE
105-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
105+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
106106
- name: Install node modules
107107
run: yarn install --frozen-lockfile
108108
- name: Run integration tests
@@ -120,13 +120,13 @@ jobs:
120120
runs-on: ubuntu-latest-4core
121121
steps:
122122
- name: Initialize environment
123-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
123+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
124124
with:
125125
cache-node-modules: true
126126
- name: Setup Bazel
127-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
127+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
128128
- name: Setup Bazel RBE
129-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
129+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
130130
- name: Install node modules
131131
run: yarn install --frozen-lockfile
132132
- name: Run linker AOT tests
@@ -141,13 +141,13 @@ jobs:
141141
runs-on: ubuntu-latest-4core
142142
steps:
143143
- name: Initialize environment
144-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
144+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
145145
with:
146146
cache-node-modules: true
147147
- name: Setup Bazel
148-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
148+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
149149
- name: Setup Bazel RBE
150-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
150+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
151151
- name: Install node modules
152152
run: yarn install --frozen-lockfile
153153
- name: Run linker JIT tests
@@ -162,13 +162,13 @@ jobs:
162162
runs-on: ubuntu-latest-16core
163163
steps:
164164
- name: Initialize environment
165-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
165+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
166166
with:
167167
cache-node-modules: true
168168
- name: Setup Bazel
169-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
169+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
170170
- name: Setup Bazel RBE
171-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
171+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
172172
- name: Install node modules
173173
run: yarn install --frozen-lockfile
174174
- name: Run tests
@@ -183,13 +183,13 @@ jobs:
183183
runs-on: ubuntu-latest-16core
184184
steps:
185185
- name: Initialize environment
186-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
186+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
187187
with:
188188
cache-node-modules: true
189189
- name: Setup Bazel
190-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
190+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
191191
- name: Setup Bazel RBE
192-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
192+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
193193
- name: Install node modules
194194
run: yarn install --frozen-lockfile
195195
- name: Run tests
@@ -204,13 +204,13 @@ jobs:
204204
runs-on: ubuntu-latest-4core
205205
steps:
206206
- name: Initialize environment
207-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
207+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
208208
with:
209209
cache-node-modules: true
210210
- name: Setup Bazel
211-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
211+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
212212
- name: Setup Bazel RBE
213-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
213+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
214214
- name: Install node modules
215215
run: yarn install --frozen-lockfile
216216
- name: Build and Verify Release Output
@@ -235,17 +235,17 @@ jobs:
235235
runs-on: ubuntu-latest-4core
236236
steps:
237237
- name: Initialize environment
238-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
238+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
239239
with:
240240
cache-node-modules: true
241241
# See: https://github.com/puppeteer/puppeteer/pull/13196 and
242242
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
243243
- name: Disable AppArmor
244244
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
245245
- name: Setup Bazel
246-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
246+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
247247
- name: Setup Bazel RBE
248-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
248+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
249249
- name: Install node modules
250250
run: yarn install --frozen-lockfile
251251
- name: Build and Verify Release Output
@@ -273,14 +273,14 @@ jobs:
273273
CI_RUNNER_NUMBER: ${{ github.run_id }}
274274
steps:
275275
- name: Initialize environment
276-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
276+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
277277
with:
278278
cache-node-modules: true
279279
- name: Install node modules
280280
run: yarn install --frozen-lockfile
281281
- name: Setup Bazel
282-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
282+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
283283
- name: Setup Browserstack Variables
284-
uses: angular/dev-infra/github-actions/browserstack@359350bbc10aab1bac85d0eec61a53377078ab82
284+
uses: angular/dev-infra/github-actions/browserstack@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
285285
- name: Run tests on Browserstack
286286
run: ./scripts/circleci/run-browserstack-tests.sh

.github/workflows/deploy-dev-app-main-push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Initialize environment
20-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
20+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
2121
with:
2222
cache-node-modules: true
2323
- name: Setup Bazel
24-
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
24+
uses: angular/dev-infra/github-actions/bazel/setup@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
2525
- name: Setup Bazel RBE
26-
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
26+
uses: angular/dev-infra/github-actions/bazel/configure-remote@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
2727
- name: Install node modules
2828
run: yarn install --frozen-lockfile
2929

.github/workflows/dev-infra.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@359350bbc10aab1bac85d0eec61a53377078ab82
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
1616
with:
1717
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818
post_approval_changes:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22-
- uses: angular/dev-infra/github-actions/post-approval-changes@359350bbc10aab1bac85d0eec61a53377078ab82
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
2323
with:
2424
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
16-
- uses: angular/dev-infra/github-actions/google-internal-tests@359350bbc10aab1bac85d0eec61a53377078ab82
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
1717
with:
1818
run-tests-guide-url: http://go/angular-material-presubmit
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr.material-aio.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Initialize environment
29-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
29+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
3030
- name: Install node modules
3131
run: yarn install --immutable
3232
- name: Execute Linting
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Initialize environment
39-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
39+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
4040
- name: Install node modules
4141
run: yarn install --immutable
4242
- name: Execute Direct Production Build (deploy usage)
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Initialize environment
51-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
51+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
5252
- name: Install node modules
5353
run: yarn install --immutable
5454
- name: Execute Tests
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-22.04 # Note, fails on Ubuntu 24.04. see https://github.com/actions/runner-images/issues/10636
6666
steps:
6767
- name: Initialize environment
68-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
68+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@94ec2abebb17d2f69f9a06f43ccabbf42fc32394
6969
- name: Install node modules
7070
run: yarn install --immutable
7171
- name: Execute Lighthouse Audit

0 commit comments

Comments
 (0)