Skip to content

Commit f981f3d

Browse files
committed
build: update angular shared dev-infra code to 849c602
1 parent b1cc050 commit f981f3d

13 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@e4bf37af223483ce00f9316d227fd62cd744dc4b
19+
- uses: angular/dev-infra/github-actions/branch-manager@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
31+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
53+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
70+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
57+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
5858
with:
5959
cache-node-modules: true
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
61+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
6464
with:
6565
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
6666
- name: Install node modules
@@ -77,13 +77,13 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Initialize environment
80-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
80+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
8181
with:
8282
cache-node-modules: true
8383
- name: Setup Bazel
84-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
84+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
8585
- name: Setup Bazel RBE
86-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
86+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
8787
with:
8888
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
8989
- name: Install node modules
@@ -100,13 +100,13 @@ jobs:
100100
runs-on: ubuntu-latest
101101
steps:
102102
- name: Initialize environment
103-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
103+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
104104
with:
105105
cache-node-modules: true
106106
- name: Setup Bazel
107-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
107+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
108108
- name: Setup Bazel RBE
109-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
109+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
110110
with:
111111
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
112112
- name: Install node modules
@@ -124,13 +124,13 @@ jobs:
124124
runs-on: ubuntu-latest-4core
125125
steps:
126126
- name: Initialize environment
127-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
128128
with:
129129
cache-node-modules: true
130130
- name: Setup Bazel
131-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
131+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
132132
- name: Setup Bazel RBE
133-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
133+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
134134
with:
135135
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
136136
- name: Install node modules
@@ -147,13 +147,13 @@ jobs:
147147
runs-on: ubuntu-latest-4core
148148
steps:
149149
- name: Initialize environment
150-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
150+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
151151
with:
152152
cache-node-modules: true
153153
- name: Setup Bazel
154-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
154+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
155155
- name: Setup Bazel RBE
156-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
156+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
157157
with:
158158
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
159159
- name: Install node modules
@@ -170,13 +170,13 @@ jobs:
170170
runs-on: ubuntu-latest-16core
171171
steps:
172172
- name: Initialize environment
173-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
173+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
174174
with:
175175
cache-node-modules: true
176176
- name: Setup Bazel
177-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
177+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
178178
- name: Setup Bazel RBE
179-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
179+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
180180
with:
181181
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
182182
- name: Install node modules
@@ -195,13 +195,13 @@ jobs:
195195
runs-on: ubuntu-latest-16core
196196
steps:
197197
- name: Initialize environment
198-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
198+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
199199
with:
200200
cache-node-modules: true
201201
- name: Setup Bazel
202-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
202+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
203203
- name: Setup Bazel RBE
204-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
204+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
205205
with:
206206
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
207207
- name: Install node modules
@@ -218,13 +218,13 @@ jobs:
218218
runs-on: ubuntu-latest-4core
219219
steps:
220220
- name: Initialize environment
221-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
221+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
222222
with:
223223
cache-node-modules: true
224224
- name: Setup Bazel
225-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
225+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
226226
- name: Setup Bazel RBE
227-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
227+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
228228
- name: Install node modules
229229
run: yarn install --frozen-lockfile
230230
- name: Build and Verify Release Output
@@ -249,17 +249,17 @@ jobs:
249249
runs-on: ubuntu-latest-4core
250250
steps:
251251
- name: Initialize environment
252-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
252+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
253253
with:
254254
cache-node-modules: true
255255
# See: https://github.com/puppeteer/puppeteer/pull/13196 and
256256
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
257257
- name: Disable AppArmor
258258
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
259259
- name: Setup Bazel
260-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
260+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
261261
- name: Setup Bazel RBE
262-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
262+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
263263
- name: Install node modules
264264
run: yarn install --frozen-lockfile
265265
- name: Build and Verify Release Output
@@ -287,14 +287,14 @@ jobs:
287287
CI_RUNNER_NUMBER: ${{ github.run_id }}
288288
steps:
289289
- name: Initialize environment
290-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
290+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
291291
with:
292292
cache-node-modules: true
293293
- name: Install node modules
294294
run: yarn install --frozen-lockfile
295295
- name: Setup Bazel
296-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
296+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
297297
- name: Setup Browserstack Variables
298-
uses: angular/dev-infra/github-actions/browserstack@e4bf37af223483ce00f9316d227fd62cd744dc4b
298+
uses: angular/dev-infra/github-actions/browserstack@849c602a3585397b0680aaeb7fe82730fd1c4215
299299
- name: Run tests on Browserstack
300300
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
20+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
2121
with:
2222
cache-node-modules: true
2323
- name: Setup Bazel
24-
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
24+
uses: angular/dev-infra/github-actions/bazel/setup@849c602a3585397b0680aaeb7fe82730fd1c4215
2525
- name: Setup Bazel RBE
26-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
26+
uses: angular/dev-infra/github-actions/bazel/configure-remote@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
29+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
39+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
51+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
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@e4bf37af223483ce00f9316d227fd62cd744dc4b
68+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@849c602a3585397b0680aaeb7fe82730fd1c4215
6969
- name: Install node modules
7070
run: yarn install --immutable
7171
- name: Execute Lighthouse Audit

0 commit comments

Comments
 (0)