4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Initialize environment
45- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@96a8277d21eb61a2370061717ffa8dee5668caa0
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
4646 - name : Setup ESLint Caching
4747 uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
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@96a8277d21eb61a2370061717ffa8dee5668caa0
78+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
7979 - name : Setup Bazel
80- uses : angular/dev-infra/github-actions/bazel/setup@96a8277d21eb61a2370061717ffa8dee5668caa0
80+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
8181 - name : Setup Bazel RBE
82- uses : angular/dev-infra/github-actions/bazel/configure-remote@96a8277d21eb61a2370061717ffa8dee5668caa0
82+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
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@96a8277d21eb61a2370061717ffa8dee5668caa0
99+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
100100 - name : Setup Bazel
101- uses : angular/dev-infra/github-actions/bazel/setup@96a8277d21eb61a2370061717ffa8dee5668caa0
101+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
102102 - name : Setup Bazel RBE
103- uses : angular/dev-infra/github-actions/bazel/configure-remote@96a8277d21eb61a2370061717ffa8dee5668caa0
103+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
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@96a8277d21eb61a2370061717ffa8dee5668caa0
131+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
132132 - name : Install node modules
133133 run : yarn install --frozen-lockfile
134134 - name : Setup Bazel
135- uses : angular/dev-infra/github-actions/bazel/setup@96a8277d21eb61a2370061717ffa8dee5668caa0
135+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
136136 - name : Setup Bazel RBE
137- uses : angular/dev-infra/github-actions/bazel/configure-remote@96a8277d21eb61a2370061717ffa8dee5668caa0
137+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
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@96a8277d21eb61a2370061717ffa8dee5668caa0
154+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
155155 - name : Install node modules
156156 run : yarn install --frozen-lockfile
157157 - name : Setup Bazel
158- uses : angular/dev-infra/github-actions/bazel/setup@96a8277d21eb61a2370061717ffa8dee5668caa0
158+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
159159 - name : Setup Bazel RBE
160- uses : angular/dev-infra/github-actions/bazel/configure-remote@96a8277d21eb61a2370061717ffa8dee5668caa0
160+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
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@96a8277d21eb61a2370061717ffa8dee5668caa0
172+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
173173 - name : Install node modules
174174 run : yarn install --frozen-lockfile
175175 - name : Setup Bazel
176- uses : angular/dev-infra/github-actions/bazel/setup@96a8277d21eb61a2370061717ffa8dee5668caa0
176+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
177177 - name : Setup Bazel RBE
178- uses : angular/dev-infra/github-actions/bazel/configure-remote@96a8277d21eb61a2370061717ffa8dee5668caa0
178+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
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@96a8277d21eb61a2370061717ffa8dee5668caa0
206+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
207207 - name : Install node modules
208208 run : yarn install --frozen-lockfile
209209 - name : Setup Bazel
210- uses : angular/dev-infra/github-actions/bazel/setup@96a8277d21eb61a2370061717ffa8dee5668caa0
210+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
211211 - run : yarn admin snapshots --verbose
212212 env :
213213 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments