3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Initialize environment
41- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
41+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
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@bca1cf327e0bc65d8192f584481411a461ef9775
74+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
7575 - name : Setup Bazel
76- uses : angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
76+ uses : angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
7777 - name : Setup Bazel RBE
78- uses : angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
78+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
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@bca1cf327e0bc65d8192f584481411a461ef9775
95+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
9696 - name : Setup Bazel
97- uses : angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
97+ uses : angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
9898 - name : Setup Bazel RBE
99- uses : angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
99+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
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@bca1cf327e0bc65d8192f584481411a461ef9775
127+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
128128 - name : Install node modules
129129 run : yarn install --frozen-lockfile
130130 - name : Setup Bazel
131- uses : angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
131+ uses : angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
132132 - name : Setup Bazel RBE
133- uses : angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
133+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
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@bca1cf327e0bc65d8192f584481411a461ef9775
150+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
151151 - name : Install node modules
152152 run : yarn install --frozen-lockfile
153153 - name : Setup Bazel
154- uses : angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
154+ uses : angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
155155 - name : Setup Bazel RBE
156- uses : angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
156+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
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@bca1cf327e0bc65d8192f584481411a461ef9775
168+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
169169 - name : Install node modules
170170 run : yarn install --frozen-lockfile
171171 - name : Setup Bazel
172- uses : angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
172+ uses : angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
173173 - name : Setup Bazel RBE
174- uses : angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
174+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
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@bca1cf327e0bc65d8192f584481411a461ef9775
202+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
203203 - name : Install node modules
204204 run : yarn install --frozen-lockfile
205205 - name : Setup Bazel
206- uses : angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
206+ uses : angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
207207 - run : yarn admin snapshots --verbose
208208 env :
209209 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments