2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
2525 - name : Setup Bazel
26- uses : angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
26+ uses : angular/dev-infra/github-actions/bazel/setup@b34c3cb148e5cfbd9be5538cdace58b29b215afa
2727 - name : Install node modules
2828 run : pnpm install --frozen-lockfile
2929 - name : Generate JSON schema types
@@ -44,11 +44,11 @@ jobs:
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Initialize environment
47- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
47+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
4848 - name : Setup Bazel
49- uses : angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
49+ uses : angular/dev-infra/github-actions/bazel/setup@b34c3cb148e5cfbd9be5538cdace58b29b215afa
5050 - name : Setup Bazel RBE
51- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
51+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b34c3cb148e5cfbd9be5538cdace58b29b215afa
5252 with :
5353 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5454 - name : Install node modules
@@ -61,11 +61,11 @@ jobs:
6161 runs-on : ubuntu-latest-4core
6262 steps :
6363 - name : Initialize environment
64- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
6565 - name : Setup Bazel
66- uses : angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
66+ uses : angular/dev-infra/github-actions/bazel/setup@b34c3cb148e5cfbd9be5538cdace58b29b215afa
6767 - name : Setup Bazel RBE
68- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
68+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b34c3cb148e5cfbd9be5538cdace58b29b215afa
6969 with :
7070 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7171 - name : Install node modules
@@ -87,13 +87,13 @@ jobs:
8787 runs-on : ${{ matrix.os }}
8888 steps :
8989 - name : Initialize environment
90- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
90+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
9191 - name : Install node modules
9292 run : pnpm install --frozen-lockfile
9393 - name : Setup Bazel
94- uses : angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
94+ uses : angular/dev-infra/github-actions/bazel/setup@b34c3cb148e5cfbd9be5538cdace58b29b215afa
9595 - name : Setup Bazel RBE
96- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
96+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b34c3cb148e5cfbd9be5538cdace58b29b215afa
9797 with :
9898 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9999 - name : Run CLI E2E tests
@@ -103,11 +103,11 @@ jobs:
103103 runs-on : ubuntu-latest
104104 steps :
105105 - name : Initialize environment
106- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
106+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
107107 - name : Setup Bazel
108- uses : angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
108+ uses : angular/dev-infra/github-actions/bazel/setup@b34c3cb148e5cfbd9be5538cdace58b29b215afa
109109 - name : Setup Bazel RBE
110- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
110+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b34c3cb148e5cfbd9be5538cdace58b29b215afa
111111 with :
112112 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
113113 - name : Install node modules
@@ -141,7 +141,7 @@ jobs:
141141 runs-on : ${{ matrix.os }}
142142 steps :
143143 - name : Initialize environment
144- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
144+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
145145 - name : Install node modules
146146 run : pnpm install --frozen-lockfile
147147 - name : Download built Windows E2E tests
@@ -169,13 +169,13 @@ jobs:
169169 runs-on : ${{ matrix.os }}
170170 steps :
171171 - name : Initialize environment
172- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
172+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
173173 - name : Install node modules
174174 run : pnpm install --frozen-lockfile
175175 - name : Setup Bazel
176- uses : angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
176+ uses : angular/dev-infra/github-actions/bazel/setup@b34c3cb148e5cfbd9be5538cdace58b29b215afa
177177 - name : Setup Bazel RBE
178- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
178+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b34c3cb148e5cfbd9be5538cdace58b29b215afa
179179 with :
180180 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
181181 - name : Run CLI E2E tests
@@ -194,13 +194,13 @@ jobs:
194194 runs-on : ${{ matrix.os }}
195195 steps :
196196 - name : Initialize environment
197- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
197+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
198198 - name : Install node modules
199199 run : pnpm install --frozen-lockfile
200200 - name : Setup Bazel
201- uses : angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
201+ uses : angular/dev-infra/github-actions/bazel/setup@b34c3cb148e5cfbd9be5538cdace58b29b215afa
202202 - name : Setup Bazel RBE
203- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
203+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b34c3cb148e5cfbd9be5538cdace58b29b215afa
204204 with :
205205 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
206206 - name : Run CLI E2E tests
@@ -214,13 +214,13 @@ jobs:
214214 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
215215 steps :
216216 - name : Initialize environment
217- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
217+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
218218 - name : Install node modules
219219 run : pnpm install --frozen-lockfile
220220 - name : Setup Bazel
221- uses : angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
221+ uses : angular/dev-infra/github-actions/bazel/setup@b34c3cb148e5cfbd9be5538cdace58b29b215afa
222222 - name : Setup Bazel RBE
223- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc71b572acb06a4830ef5566edb05500f822b7ad
223+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b34c3cb148e5cfbd9be5538cdace58b29b215afa
224224 with :
225225 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
226226 - name : Run E2E Browser tests
@@ -250,11 +250,11 @@ jobs:
250250 CIRCLE_BRANCH : ${{ github.ref_name }}
251251 steps :
252252 - name : Initialize environment
253- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc71b572acb06a4830ef5566edb05500f822b7ad
253+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b34c3cb148e5cfbd9be5538cdace58b29b215afa
254254 - name : Install node modules
255255 run : pnpm install --frozen-lockfile
256256 - name : Setup Bazel
257- uses : angular/dev-infra/github-actions/bazel/setup@fc71b572acb06a4830ef5566edb05500f822b7ad
257+ uses : angular/dev-infra/github-actions/bazel/setup@b34c3cb148e5cfbd9be5538cdace58b29b215afa
258258 - run : pnpm admin snapshots --verbose
259259 env :
260260 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments