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