3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Initialize environment
41- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
41+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@276ea0300c344e9b6aa9745e063102c0f067c533
4242 - name : Setup ESLint Caching
4343 uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444 with :
@@ -71,11 +71,11 @@ jobs:
7171 runs-on : ubuntu-latest
7272 steps :
7373 - name : Initialize environment
74- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
74+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@276ea0300c344e9b6aa9745e063102c0f067c533
7575 - name : Setup Bazel
76- uses : angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
76+ uses : angular/dev-infra/github-actions/bazel/setup@276ea0300c344e9b6aa9745e063102c0f067c533
7777 - name : Setup Bazel RBE
78- uses : angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
78+ uses : angular/dev-infra/github-actions/bazel/configure-remote@276ea0300c344e9b6aa9745e063102c0f067c533
7979 - name : Install node modules
8080 run : yarn install --frozen-lockfile
8181 - name : Build release targets
@@ -92,11 +92,11 @@ jobs:
9292 runs-on : ubuntu-latest
9393 steps :
9494 - name : Initialize environment
95- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
95+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@276ea0300c344e9b6aa9745e063102c0f067c533
9696 - name : Setup Bazel
97- uses : angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
97+ uses : angular/dev-infra/github-actions/bazel/setup@276ea0300c344e9b6aa9745e063102c0f067c533
9898 - name : Setup Bazel RBE
99- uses : angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
99+ uses : angular/dev-infra/github-actions/bazel/configure-remote@276ea0300c344e9b6aa9745e063102c0f067c533
100100 - name : Install node modules
101101 run : yarn install --frozen-lockfile
102102 - name : Run tests
@@ -124,13 +124,13 @@ jobs:
124124 runs-on : ${{ matrix.os }}
125125 steps :
126126 - name : Initialize environment
127- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
127+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@276ea0300c344e9b6aa9745e063102c0f067c533
128128 - name : Install node modules
129129 run : yarn install --frozen-lockfile
130130 - name : Setup Bazel
131- uses : angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
131+ uses : angular/dev-infra/github-actions/bazel/setup@276ea0300c344e9b6aa9745e063102c0f067c533
132132 - name : Setup Bazel RBE
133- uses : angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
133+ uses : angular/dev-infra/github-actions/bazel/configure-remote@276ea0300c344e9b6aa9745e063102c0f067c533
134134 - name : Run CLI E2E tests
135135 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 }}
136136
@@ -147,13 +147,13 @@ jobs:
147147 runs-on : ${{ matrix.os }}
148148 steps :
149149 - name : Initialize environment
150- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
150+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@276ea0300c344e9b6aa9745e063102c0f067c533
151151 - name : Install node modules
152152 run : yarn install --frozen-lockfile
153153 - name : Setup Bazel
154- uses : angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
154+ uses : angular/dev-infra/github-actions/bazel/setup@276ea0300c344e9b6aa9745e063102c0f067c533
155155 - name : Setup Bazel RBE
156- uses : angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
156+ uses : angular/dev-infra/github-actions/bazel/configure-remote@276ea0300c344e9b6aa9745e063102c0f067c533
157157 - name : Run CLI E2E tests
158158 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 }}
159159
@@ -165,13 +165,13 @@ jobs:
165165 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
166166 steps :
167167 - name : Initialize environment
168- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
168+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@276ea0300c344e9b6aa9745e063102c0f067c533
169169 - name : Install node modules
170170 run : yarn install --frozen-lockfile
171171 - name : Setup Bazel
172- uses : angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
172+ uses : angular/dev-infra/github-actions/bazel/setup@276ea0300c344e9b6aa9745e063102c0f067c533
173173 - name : Setup Bazel RBE
174- uses : angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
174+ uses : angular/dev-infra/github-actions/bazel/configure-remote@276ea0300c344e9b6aa9745e063102c0f067c533
175175 - name : Run E2E Browser tests
176176 env :
177177 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -199,11 +199,11 @@ jobs:
199199 CIRCLE_BRANCH : ${{ github.ref_name }}
200200 steps :
201201 - name : Initialize environment
202- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
202+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@276ea0300c344e9b6aa9745e063102c0f067c533
203203 - name : Install node modules
204204 run : yarn install --frozen-lockfile
205205 - name : Setup Bazel
206- uses : angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
206+ uses : angular/dev-infra/github-actions/bazel/setup@276ea0300c344e9b6aa9745e063102c0f067c533
207207 - run : yarn admin snapshots --verbose
208208 env :
209209 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments