4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Initialize environment
45- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
4646 - name : Setup ESLint Caching
4747 uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
4848 with :
@@ -75,11 +75,11 @@ jobs:
7575 runs-on : ubuntu-latest
7676 steps :
7777 - name : Initialize environment
78- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
78+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
7979 - name : Setup Bazel
80- uses : angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
80+ uses : angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
8181 - name : Setup Bazel RBE
82- uses : angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
82+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
8383 - name : Install node modules
8484 run : yarn install --frozen-lockfile
8585 - name : Build release targets
@@ -96,11 +96,11 @@ jobs:
9696 runs-on : ubuntu-latest
9797 steps :
9898 - name : Initialize environment
99- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
99+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
100100 - name : Setup Bazel
101- uses : angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
101+ uses : angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
102102 - name : Setup Bazel RBE
103- uses : angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
103+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
104104 - name : Install node modules
105105 run : yarn install --frozen-lockfile
106106 - name : Run tests
@@ -128,13 +128,13 @@ jobs:
128128 runs-on : ${{ matrix.os }}
129129 steps :
130130 - name : Initialize environment
131- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
131+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
132132 - name : Install node modules
133133 run : yarn install --frozen-lockfile
134134 - name : Setup Bazel
135- uses : angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
135+ uses : angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
136136 - name : Setup Bazel RBE
137- uses : angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
137+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
138138 - name : Run CLI E2E tests
139139 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 }}
140140
@@ -151,13 +151,13 @@ jobs:
151151 runs-on : ${{ matrix.os }}
152152 steps :
153153 - name : Initialize environment
154- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
154+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
155155 - name : Install node modules
156156 run : yarn install --frozen-lockfile
157157 - name : Setup Bazel
158- uses : angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
158+ uses : angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
159159 - name : Setup Bazel RBE
160- uses : angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
160+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
161161 - name : Run CLI E2E tests
162162 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 }}
163163
@@ -169,13 +169,13 @@ jobs:
169169 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
170170 steps :
171171 - name : Initialize environment
172- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
172+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
173173 - name : Install node modules
174174 run : yarn install --frozen-lockfile
175175 - name : Setup Bazel
176- uses : angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
176+ uses : angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
177177 - name : Setup Bazel RBE
178- uses : angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
178+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
179179 - name : Run E2E Browser tests
180180 env :
181181 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -203,11 +203,11 @@ jobs:
203203 CIRCLE_BRANCH : ${{ github.ref_name }}
204204 steps :
205205 - name : Initialize environment
206- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
206+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
207207 - name : Install node modules
208208 run : yarn install --frozen-lockfile
209209 - name : Setup Bazel
210- uses : angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
210+ uses : angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
211211 - run : yarn admin snapshots --verbose
212212 env :
213213 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments