4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Initialize environment
45- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
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@14a4b5f952f0728f122b3678979338bdc995453c
78+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
7979 - name : Setup Bazel
80- uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
80+ uses : angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
8181 - name : Setup Bazel RBE
82- uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
82+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
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@14a4b5f952f0728f122b3678979338bdc995453c
99+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
100100 - name : Setup Bazel
101- uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
101+ uses : angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
102102 - name : Setup Bazel RBE
103- uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
103+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
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@14a4b5f952f0728f122b3678979338bdc995453c
138+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
139139 - name : Install node modules
140140 run : yarn install --frozen-lockfile
141141 - name : Setup Bazel
142- uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
142+ uses : angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
143143 - name : Setup Bazel RBE
144- uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
144+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
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@14a4b5f952f0728f122b3678979338bdc995453c
161+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
162162 - name : Install node modules
163163 run : yarn install --frozen-lockfile
164164 - name : Setup Bazel
165- uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
165+ uses : angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
166166 - name : Setup Bazel RBE
167- uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
167+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
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@14a4b5f952f0728f122b3678979338bdc995453c
179+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
180180 - name : Install node modules
181181 run : yarn install --frozen-lockfile
182182 - name : Setup Bazel
183- uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
183+ uses : angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
184184 - name : Setup Bazel RBE
185- uses : angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
185+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
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@14a4b5f952f0728f122b3678979338bdc995453c
213+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
214214 - name : Install node modules
215215 run : yarn install --frozen-lockfile
216216 - name : Setup Bazel
217- uses : angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
217+ uses : angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
218218 - run : yarn admin snapshots --verbose
219219 env :
220220 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments