2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
2525 - name : Install node modules
2626 run : yarn install --immutable
2727 - name : Generate JSON schema types
@@ -42,11 +42,11 @@ jobs:
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Initialize environment
45- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
4646 - name : Setup Bazel
47- uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
47+ uses : angular/dev-infra/github-actions/bazel/setup@0000d926624b2fd918e93f1c6b5e2defba9af91f
4848 - name : Setup Bazel RBE
49- uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
49+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0000d926624b2fd918e93f1c6b5e2defba9af91f
5050 - name : Install node modules
5151 run : yarn install --immutable
5252 - name : Build release targets
@@ -57,11 +57,11 @@ jobs:
5757 runs-on : ubuntu-latest
5858 steps :
5959 - name : Initialize environment
60- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
60+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
6161 - name : Setup Bazel
62- uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
62+ uses : angular/dev-infra/github-actions/bazel/setup@0000d926624b2fd918e93f1c6b5e2defba9af91f
6363 - name : Setup Bazel RBE
64- uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
64+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0000d926624b2fd918e93f1c6b5e2defba9af91f
6565 - name : Install node modules
6666 run : yarn install --immutable
6767 - name : Run module and package tests
@@ -89,13 +89,13 @@ jobs:
8989 - run : choco install gzip
9090 if : ${{matrix.os == 'windows-latest'}}
9191 - name : Initialize environment
92- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
92+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
9393 - name : Install node modules
9494 run : yarn install --immutable
9595 - name : Setup Bazel
96- uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
96+ uses : angular/dev-infra/github-actions/bazel/setup@0000d926624b2fd918e93f1c6b5e2defba9af91f
9797 - name : Setup Bazel RBE
98- uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
98+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0000d926624b2fd918e93f1c6b5e2defba9af91f
9999 - name : Run CLI E2E tests
100100 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 }}
101101
@@ -111,13 +111,13 @@ jobs:
111111 runs-on : ${{ matrix.os }}
112112 steps :
113113 - name : Initialize environment
114- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
114+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
115115 - name : Install node modules
116116 run : yarn install --immutable
117117 - name : Setup Bazel
118- uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
118+ uses : angular/dev-infra/github-actions/bazel/setup@0000d926624b2fd918e93f1c6b5e2defba9af91f
119119 - name : Setup Bazel RBE
120- uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
120+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0000d926624b2fd918e93f1c6b5e2defba9af91f
121121 - name : Run CLI E2E tests
122122 run : yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
123123
@@ -133,13 +133,13 @@ jobs:
133133 runs-on : ${{ matrix.os }}
134134 steps :
135135 - name : Initialize environment
136- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
136+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
137137 - name : Install node modules
138138 run : yarn install --immutable
139139 - name : Setup Bazel
140- uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
140+ uses : angular/dev-infra/github-actions/bazel/setup@0000d926624b2fd918e93f1c6b5e2defba9af91f
141141 - name : Setup Bazel RBE
142- uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
142+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0000d926624b2fd918e93f1c6b5e2defba9af91f
143143 - name : Run CLI E2E tests
144144 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 }}
145145
@@ -151,13 +151,13 @@ jobs:
151151 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
152152 steps :
153153 - name : Initialize environment
154- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
154+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
155155 - name : Install node modules
156156 run : yarn install --immutable
157157 - name : Setup Bazel
158- uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
158+ uses : angular/dev-infra/github-actions/bazel/setup@0000d926624b2fd918e93f1c6b5e2defba9af91f
159159 - name : Setup Bazel RBE
160- uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
160+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0000d926624b2fd918e93f1c6b5e2defba9af91f
161161 - name : Run E2E Browser tests
162162 env :
163163 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -185,11 +185,11 @@ jobs:
185185 CIRCLE_BRANCH : ${{ github.ref_name }}
186186 steps :
187187 - name : Initialize environment
188- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
188+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0000d926624b2fd918e93f1c6b5e2defba9af91f
189189 - name : Install node modules
190190 run : yarn install --immutable
191191 - name : Setup Bazel
192- uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
192+ uses : angular/dev-infra/github-actions/bazel/setup@0000d926624b2fd918e93f1c6b5e2defba9af91f
193193 - run : yarn admin snapshots --verbose
194194 env :
195195 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments