Skip to content

Commit 065a5e3

Browse files
build: update cross-repo angular dependencies (#31551)
See associated pull request for more information.
1 parent cea7989 commit 065a5e3

17 files changed

+1298
-1113
lines changed

.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@4e05856687af5512d327f07daa79d8da8022ccc0
19+
- uses: angular/dev-infra/github-actions/branch-manager@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
26+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2929
- name: Install node modules
3030
run: pnpm install --frozen-lockfile
3131
- name: Execute Build
@@ -35,11 +35,11 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Initialize environment
38-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
38+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
3939
- name: Setup Bazel
40-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
40+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
4141
- name: Setup Bazel RBE
42-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
42+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
4343
- name: Install node modules
4444
run: pnpm install --frozen-lockfile
4545
- name: Execute Tests
@@ -56,11 +56,11 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Initialize environment
59-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
59+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
61+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
6464
- name: Install node modules
6565
run: pnpm install --frozen-lockfile
6666
- name: Execute Lighthouse Audit

.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@4e05856687af5512d327f07daa79d8da8022ccc0
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2525
with:
2626
cache-node-modules: true
2727
- name: Install node modules
@@ -49,13 +49,13 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Initialize environment
52-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
52+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
5353
with:
5454
cache-node-modules: true
5555
- name: Setup Bazel
56-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
56+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
5757
- name: Setup Bazel RBE
58-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
58+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
5959
with:
6060
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
6161
- name: Install node modules
@@ -67,13 +67,13 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: Initialize environment
70-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
70+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
7171
with:
7272
cache-node-modules: true
7373
- name: Setup Bazel
74-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
74+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
7575
- name: Setup Bazel RBE
76-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
76+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
7777
with:
7878
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7979
- name: Install node modules
@@ -85,13 +85,13 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Initialize environment
88-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
88+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
8989
with:
9090
cache-node-modules: true
9191
- name: Setup Bazel
92-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
92+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
9393
- name: Setup Bazel RBE
94-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
94+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
9595
with:
9696
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9797
- name: Install node modules
@@ -104,13 +104,13 @@ jobs:
104104
runs-on: ubuntu-latest-16core
105105
steps:
106106
- name: Initialize environment
107-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
107+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
108108
with:
109109
cache-node-modules: true
110110
- name: Setup Bazel
111-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
111+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
112112
- name: Setup Bazel RBE
113-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
113+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
114114
with:
115115
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
116116
- name: Install node modules
@@ -122,13 +122,13 @@ jobs:
122122
runs-on: ubuntu-latest-16core
123123
steps:
124124
- name: Initialize environment
125-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
125+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
126126
with:
127127
cache-node-modules: true
128128
- name: Setup Bazel
129-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
129+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
130130
- name: Setup Bazel RBE
131-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
131+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
132132
with:
133133
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
134134
- name: Install node modules
@@ -140,13 +140,13 @@ jobs:
140140
runs-on: ubuntu-latest-4core
141141
steps:
142142
- name: Initialize environment
143-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
143+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
144144
with:
145145
cache-node-modules: true
146146
- name: Setup Bazel
147-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
147+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
148148
- name: Setup Bazel RBE
149-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
149+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
150150
- name: Install node modules
151151
run: pnpm install --frozen-lockfile
152152
- name: Build and Verify Release Output
@@ -166,17 +166,17 @@ jobs:
166166
runs-on: ubuntu-latest-4core
167167
steps:
168168
- name: Initialize environment
169-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
169+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
170170
with:
171171
cache-node-modules: true
172172
# See: https://github.com/puppeteer/puppeteer/pull/13196 and
173173
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
174174
- name: Disable AppArmor
175175
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
176176
- name: Setup Bazel
177-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
177+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
178178
- name: Setup Bazel RBE
179-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
179+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
180180
- name: Install node modules
181181
run: pnpm install --frozen-lockfile
182182
- name: Build and Verify Release Output
@@ -199,14 +199,14 @@ jobs:
199199
CI_RUNNER_NUMBER: ${{ github.run_id }}
200200
steps:
201201
- name: Initialize environment
202-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
202+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
203203
with:
204204
cache-node-modules: true
205205
- name: Install node modules
206206
run: pnpm install --frozen-lockfile
207207
- name: Setup Bazel
208-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
208+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
209209
- name: Setup Browserstack Variables
210-
uses: angular/dev-infra/github-actions/browserstack@4e05856687af5512d327f07daa79d8da8022ccc0
210+
uses: angular/dev-infra/github-actions/browserstack@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
211211
- name: Run tests on Browserstack
212212
run: ./scripts/circleci/run-browserstack-tests.sh

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

Lines changed: 3 additions & 3 deletions
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@4e05856687af5512d327f07daa79d8da8022ccc0
20+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2121
with:
2222
cache-node-modules: true
2323
- name: Setup Bazel
24-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
24+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2525
- name: Setup Bazel RBE
26-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
26+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2727
- name: Install node modules
2828
run: pnpm install --frozen-lockfile
2929

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15-
- uses: angular/dev-infra/github-actions/pull-request-labeling@4e05856687af5512d327f07daa79d8da8022ccc0
15+
- uses: angular/dev-infra/github-actions/pull-request-labeling@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22-
- uses: angular/dev-infra/github-actions/post-approval-changes@4e05856687af5512d327f07daa79d8da8022ccc0
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2323
with:
2424
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/docs-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, 'docs: preview'))
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
26+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2929
- name: Install node modules
3030
run: pnpm install --frozen-lockfile
3131
- name: Build docs site
3232
run: pnpm bazel build //docs:build.production
33-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@4e05856687af5512d327f07daa79d8da8022ccc0
33+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
3434
with:
3535
workflow-artifact-name: 'docs-preview'
3636
pull-number: '${{github.event.pull_request.number}}'

.github/workflows/docs-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 docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio
4141
npx -y firebase-tools@latest target:apply --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio ${{env.PREVIEW_SITE}}
4242
43-
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@4e05856687af5512d327f07daa79d8da8022ccc0
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
4444
with:
4545
github-token: '${{secrets.GITHUB_TOKEN}}'
4646
workflow-artifact-name: 'docs-preview'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16-
- uses: angular/dev-infra/github-actions/google-internal-tests@4e05856687af5512d327f07daa79d8da8022ccc0
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
1717
with:
1818
run-tests-guide-url: http://go/angular-material-presubmit
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Initialize environment
22-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
22+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2323
- name: Setup Bazel
24-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
24+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2525
- name: Setup Bazel RBE
26-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
26+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
2727
- name: Install node modules
2828
run: pnpm install --frozen-lockfile
2929
- name: Execute Build
@@ -33,11 +33,11 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Initialize environment
36-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
36+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
3737
- name: Setup Bazel
38-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
38+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
3939
- name: Setup Bazel RBE
40-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
40+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
4141
- name: Install node modules
4242
run: pnpm install --frozen-lockfile
4343
- name: Execute Tests
@@ -54,11 +54,11 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Initialize environment
57-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0
57+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
5858
- name: Setup Bazel
59-
uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0
59+
uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
6060
- name: Setup Bazel RBE
61-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0
61+
uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798
6262
- name: Install node modules
6363
run: pnpm install --frozen-lockfile
6464
- name: Execute Lighthouse Audit

0 commit comments

Comments
 (0)