3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Initialize environment
41- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@98c6cb206c3cfca7a4281953e64a7d0232b29473
41+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
4242 - name : Setup ESLint Caching
4343 uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444 with :
@@ -71,11 +71,11 @@ jobs:
7171 runs-on : ubuntu-latest
7272 steps :
7373 - name : Initialize environment
74- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@98c6cb206c3cfca7a4281953e64a7d0232b29473
74+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
7575 - name : Setup Bazel
76- uses : angular/dev-infra/github-actions/bazel/setup@98c6cb206c3cfca7a4281953e64a7d0232b29473
76+ uses : angular/dev-infra/github-actions/bazel/setup@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
7777 - name : Setup Bazel RBE
78- uses : angular/dev-infra/github-actions/bazel/configure-remote@98c6cb206c3cfca7a4281953e64a7d0232b29473
78+ uses : angular/dev-infra/github-actions/bazel/configure-remote@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
7979 - name : Install node modules
8080 run : yarn install --frozen-lockfile
8181 - name : Build release targets
@@ -92,11 +92,11 @@ jobs:
9292 runs-on : ubuntu-latest
9393 steps :
9494 - name : Initialize environment
95- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@98c6cb206c3cfca7a4281953e64a7d0232b29473
95+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
9696 - name : Setup Bazel
97- uses : angular/dev-infra/github-actions/bazel/setup@98c6cb206c3cfca7a4281953e64a7d0232b29473
97+ uses : angular/dev-infra/github-actions/bazel/setup@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
9898 - name : Setup Bazel RBE
99- uses : angular/dev-infra/github-actions/bazel/configure-remote@98c6cb206c3cfca7a4281953e64a7d0232b29473
99+ uses : angular/dev-infra/github-actions/bazel/configure-remote@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
100100 - name : Install node modules
101101 run : yarn install --frozen-lockfile
102102 - name : Run tests
@@ -124,13 +124,13 @@ jobs:
124124 runs-on : ${{ matrix.os }}
125125 steps :
126126 - name : Initialize environment
127- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@98c6cb206c3cfca7a4281953e64a7d0232b29473
127+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
128128 - name : Install node modules
129129 run : yarn install --frozen-lockfile
130130 - name : Setup Bazel
131- uses : angular/dev-infra/github-actions/bazel/setup@98c6cb206c3cfca7a4281953e64a7d0232b29473
131+ uses : angular/dev-infra/github-actions/bazel/setup@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
132132 - name : Setup Bazel RBE
133- uses : angular/dev-infra/github-actions/bazel/configure-remote@98c6cb206c3cfca7a4281953e64a7d0232b29473
133+ uses : angular/dev-infra/github-actions/bazel/configure-remote@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
134134 - name : Run CLI E2E tests
135135 run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
136136
@@ -147,13 +147,13 @@ jobs:
147147 runs-on : ${{ matrix.os }}
148148 steps :
149149 - name : Initialize environment
150- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@98c6cb206c3cfca7a4281953e64a7d0232b29473
150+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
151151 - name : Install node modules
152152 run : yarn install --frozen-lockfile
153153 - name : Setup Bazel
154- uses : angular/dev-infra/github-actions/bazel/setup@98c6cb206c3cfca7a4281953e64a7d0232b29473
154+ uses : angular/dev-infra/github-actions/bazel/setup@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
155155 - name : Setup Bazel RBE
156- uses : angular/dev-infra/github-actions/bazel/configure-remote@98c6cb206c3cfca7a4281953e64a7d0232b29473
156+ uses : angular/dev-infra/github-actions/bazel/configure-remote@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
157157 - name : Run CLI E2E tests
158158 run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
159159
@@ -165,13 +165,13 @@ jobs:
165165 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
166166 steps :
167167 - name : Initialize environment
168- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@98c6cb206c3cfca7a4281953e64a7d0232b29473
168+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
169169 - name : Install node modules
170170 run : yarn install --frozen-lockfile
171171 - name : Setup Bazel
172- uses : angular/dev-infra/github-actions/bazel/setup@98c6cb206c3cfca7a4281953e64a7d0232b29473
172+ uses : angular/dev-infra/github-actions/bazel/setup@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
173173 - name : Setup Bazel RBE
174- uses : angular/dev-infra/github-actions/bazel/configure-remote@98c6cb206c3cfca7a4281953e64a7d0232b29473
174+ uses : angular/dev-infra/github-actions/bazel/configure-remote@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
175175 - name : Run E2E Browser tests
176176 env :
177177 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -199,11 +199,11 @@ jobs:
199199 CIRCLE_BRANCH : ${{ github.ref_name }}
200200 steps :
201201 - name : Initialize environment
202- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@98c6cb206c3cfca7a4281953e64a7d0232b29473
202+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
203203 - name : Install node modules
204204 run : yarn install --frozen-lockfile
205205 - name : Setup Bazel
206- uses : angular/dev-infra/github-actions/bazel/setup@98c6cb206c3cfca7a4281953e64a7d0232b29473
206+ uses : angular/dev-infra/github-actions/bazel/setup@49ea5332e9f418d95d4a5a523a4d7b24bd13ed68
207207 - run : yarn admin snapshots --verbose
208208 env :
209209 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments