2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
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@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
4646 - name : Setup Bazel
47- uses : angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
47+ uses : angular/dev-infra/github-actions/bazel/setup@836bdd0543d15904c469f5a0ce869d30a8029971
4848 - name : Setup Bazel RBE
49- uses : angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
49+ uses : angular/dev-infra/github-actions/bazel/configure-remote@836bdd0543d15904c469f5a0ce869d30a8029971
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@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
60+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
6161 - name : Setup Bazel
62- uses : angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
62+ uses : angular/dev-infra/github-actions/bazel/setup@836bdd0543d15904c469f5a0ce869d30a8029971
6363 - name : Setup Bazel RBE
64- uses : angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
64+ uses : angular/dev-infra/github-actions/bazel/configure-remote@836bdd0543d15904c469f5a0ce869d30a8029971
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@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
92+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
9393 - name : Install node modules
9494 run : yarn install --immutable
9595 - name : Setup Bazel
96- uses : angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
96+ uses : angular/dev-infra/github-actions/bazel/setup@836bdd0543d15904c469f5a0ce869d30a8029971
9797 - name : Setup Bazel RBE
98- uses : angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
98+ uses : angular/dev-infra/github-actions/bazel/configure-remote@836bdd0543d15904c469f5a0ce869d30a8029971
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@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
114+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
115115 - name : Install node modules
116116 run : yarn install --immutable
117117 - name : Setup Bazel
118- uses : angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
118+ uses : angular/dev-infra/github-actions/bazel/setup@836bdd0543d15904c469f5a0ce869d30a8029971
119119 - name : Setup Bazel RBE
120- uses : angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
120+ uses : angular/dev-infra/github-actions/bazel/configure-remote@836bdd0543d15904c469f5a0ce869d30a8029971
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@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
136+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
137137 - name : Install node modules
138138 run : yarn install --immutable
139139 - name : Setup Bazel
140- uses : angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
140+ uses : angular/dev-infra/github-actions/bazel/setup@836bdd0543d15904c469f5a0ce869d30a8029971
141141 - name : Setup Bazel RBE
142- uses : angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
142+ uses : angular/dev-infra/github-actions/bazel/configure-remote@836bdd0543d15904c469f5a0ce869d30a8029971
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@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
154+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
155155 - name : Install node modules
156156 run : yarn install --immutable
157157 - name : Setup Bazel
158- uses : angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
158+ uses : angular/dev-infra/github-actions/bazel/setup@836bdd0543d15904c469f5a0ce869d30a8029971
159159 - name : Setup Bazel RBE
160- uses : angular/dev-infra/github-actions/bazel/configure-remote@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
160+ uses : angular/dev-infra/github-actions/bazel/configure-remote@836bdd0543d15904c469f5a0ce869d30a8029971
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@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
188+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
189189 - name : Install node modules
190190 run : yarn install --immutable
191191 - name : Setup Bazel
192- uses : angular/dev-infra/github-actions/bazel/setup@744a2caa9074eaf2e0ca26d6f7cba79bdfec185d
192+ uses : angular/dev-infra/github-actions/bazel/setup@836bdd0543d15904c469f5a0ce869d30a8029971
193193 - run : yarn admin snapshots --verbose
194194 env :
195195 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments