4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Initialize environment
45- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
78+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
7979 - name : Setup Bazel
80- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
80+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
8181 - name : Setup Bazel RBE
82- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
82+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
99+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
100100 - name : Setup Bazel
101- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
101+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
102102 - name : Setup Bazel RBE
103- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
103+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
104104 - name : Install node modules
105105 run : yarn install --frozen-lockfile
106106 - name : Run module tests
@@ -130,13 +130,13 @@ jobs:
130130 runs-on : ${{ matrix.os }}
131131 steps :
132132 - name : Initialize environment
133- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
133+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
134134 - name : Install node modules
135135 run : yarn install --frozen-lockfile
136136 - name : Setup Bazel
137- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
137+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
138138 - name : Setup Bazel RBE
139- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
139+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
140140 - name : Run CLI E2E tests
141141 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 }}
142142
@@ -153,13 +153,13 @@ jobs:
153153 runs-on : ${{ matrix.os }}
154154 steps :
155155 - name : Initialize environment
156- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
156+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
157157 - name : Install node modules
158158 run : yarn install --frozen-lockfile
159159 - name : Setup Bazel
160- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
160+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
161161 - name : Setup Bazel RBE
162- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
162+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
163163 - name : Run CLI E2E tests
164164 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 }}
165165
@@ -171,13 +171,13 @@ jobs:
171171 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
172172 steps :
173173 - name : Initialize environment
174- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
174+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
175175 - name : Install node modules
176176 run : yarn install --frozen-lockfile
177177 - name : Setup Bazel
178- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
178+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
179179 - name : Setup Bazel RBE
180- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
180+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
181181 - name : Run E2E Browser tests
182182 env :
183183 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -205,11 +205,11 @@ jobs:
205205 CIRCLE_BRANCH : ${{ github.ref_name }}
206206 steps :
207207 - name : Initialize environment
208- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
208+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
209209 - name : Install node modules
210210 run : yarn install --frozen-lockfile
211211 - name : Setup Bazel
212- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
212+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
213213 - run : yarn admin snapshots --verbose
214214 env :
215215 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments