4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Initialize environment
45- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
4646 - name : Setup ESLint Caching
4747 uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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@c23beeeb736ed82282f3c46698f5bbfa08c2b992
78+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
7979 - name : Setup Bazel
80- uses : angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
80+ uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
8181 - name : Setup Bazel RBE
82- uses : angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
82+ uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
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@c23beeeb736ed82282f3c46698f5bbfa08c2b992
99+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
100100 - name : Setup Bazel
101- uses : angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
101+ uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
102102 - name : Setup Bazel RBE
103- uses : angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
103+ uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
104104 - name : Install node modules
105105 run : yarn install --frozen-lockfile
106106 - name : Run module tests
@@ -135,13 +135,13 @@ jobs:
135135 runs-on : ${{ matrix.os }}
136136 steps :
137137 - name : Initialize environment
138- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
138+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
139139 - name : Install node modules
140140 run : yarn install --frozen-lockfile
141141 - name : Setup Bazel
142- uses : angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
142+ uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
143143 - name : Setup Bazel RBE
144- uses : angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
144+ uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
145145 - name : Run CLI E2E tests
146146 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 }}
147147
@@ -158,13 +158,13 @@ jobs:
158158 runs-on : ${{ matrix.os }}
159159 steps :
160160 - name : Initialize environment
161- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
161+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
162162 - name : Install node modules
163163 run : yarn install --frozen-lockfile
164164 - name : Setup Bazel
165- uses : angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
165+ uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
166166 - name : Setup Bazel RBE
167- uses : angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
167+ uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
168168 - name : Run CLI E2E tests
169169 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 }}
170170
@@ -176,13 +176,13 @@ jobs:
176176 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
177177 steps :
178178 - name : Initialize environment
179- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
179+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
180180 - name : Install node modules
181181 run : yarn install --frozen-lockfile
182182 - name : Setup Bazel
183- uses : angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
183+ uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
184184 - name : Setup Bazel RBE
185- uses : angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
185+ uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
186186 - name : Run E2E Browser tests
187187 env :
188188 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -210,11 +210,11 @@ jobs:
210210 CIRCLE_BRANCH : ${{ github.ref_name }}
211211 steps :
212212 - name : Initialize environment
213- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
213+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
214214 - name : Install node modules
215215 run : yarn install --frozen-lockfile
216216 - name : Setup Bazel
217- uses : angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
217+ uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
218218 - run : yarn admin snapshots --verbose
219219 env :
220220 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments