2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
2525 - name : Install node modules
2626 run : pnpm install --frozen-lockfile
2727 - name : Generate JSON schema types
@@ -42,11 +42,11 @@ jobs:
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Initialize environment
45- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
4646 - name : Setup Bazel
47- uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
47+ uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
4848 - name : Setup Bazel RBE
49- uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
49+ uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
5050 - name : Install node modules
5151 run : pnpm install --frozen-lockfile
5252 - name : Build release targets
@@ -57,11 +57,11 @@ jobs:
5757 runs-on : ubuntu-latest
5858 steps :
5959 - name : Initialize environment
60- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
60+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
6161 - name : Setup Bazel
62- uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
62+ uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
6363 - name : Setup Bazel RBE
64- uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
64+ uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
6565 - name : Install node modules
6666 run : pnpm install --frozen-lockfile
6767 - name : Run module and package tests
@@ -81,13 +81,13 @@ jobs:
8181 runs-on : ${{ matrix.os }}
8282 steps :
8383 - name : Initialize environment
84- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
84+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
8585 - name : Install node modules
8686 run : pnpm install --frozen-lockfile
8787 - name : Setup Bazel
88- uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
88+ uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
8989 - name : Setup Bazel RBE
90- uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
90+ uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
9191 - name : Run CLI E2E tests
9292 run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
9393
@@ -102,7 +102,7 @@ jobs:
102102 runs-on : ${{ matrix.os }}
103103 steps :
104104 - name : Initialize environment
105- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
105+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
106106 - name : Run CLI E2E tests
107107 uses : ./.github/shared-actions/windows-bazel-test
108108 with :
@@ -123,13 +123,13 @@ jobs:
123123 runs-on : ${{ matrix.os }}
124124 steps :
125125 - name : Initialize environment
126- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
126+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
127127 - name : Install node modules
128128 run : pnpm install --frozen-lockfile
129129 - name : Setup Bazel
130- uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
130+ uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
131131 - name : Setup Bazel RBE
132- uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
132+ uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
133133 - name : Run CLI E2E tests
134134 run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
135135
@@ -145,13 +145,13 @@ jobs:
145145 runs-on : ${{ matrix.os }}
146146 steps :
147147 - name : Initialize environment
148- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
148+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
149149 - name : Install node modules
150150 run : pnpm install --frozen-lockfile
151151 - name : Setup Bazel
152- uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
152+ uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
153153 - name : Setup Bazel RBE
154- uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
154+ uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
155155 - name : Run CLI E2E tests
156156 run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
157157
@@ -163,13 +163,13 @@ jobs:
163163 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
164164 steps :
165165 - name : Initialize environment
166- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
166+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
167167 - name : Install node modules
168168 run : pnpm install --frozen-lockfile
169169 - name : Setup Bazel
170- uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
170+ uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
171171 - name : Setup Bazel RBE
172- uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
172+ uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
173173 - name : Run E2E Browser tests
174174 env :
175175 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -197,11 +197,11 @@ jobs:
197197 CIRCLE_BRANCH : ${{ github.ref_name }}
198198 steps :
199199 - name : Initialize environment
200- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
200+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
201201 - name : Install node modules
202202 run : pnpm install --frozen-lockfile
203203 - name : Setup Bazel
204- uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
204+ uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
205205 - run : pnpm admin snapshots --verbose
206206 env :
207207 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments