2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Initialize environment
28- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
28+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
2929 - name : Install node modules
3030 run : yarn install --immutable
3131 - name : Run ESLint
@@ -43,11 +43,11 @@ jobs:
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Initialize environment
46- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
46+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
4747 - name : Setup Bazel
48- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
48+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
4949 - name : Setup Bazel RBE
50- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
50+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
5151 - name : Install node modules
5252 run : yarn install --immutable
5353 - 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@03b8a7dffd1205e061f0bee949024ebefc2a6592
60+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
6161 - name : Setup Bazel
62- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
62+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
6363 - name : Setup Bazel RBE
64- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
64+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
6565 - name : Install node modules
6666 run : yarn install --immutable
6767 - name : Run module tests
@@ -93,13 +93,13 @@ jobs:
9393 runs-on : ${{ matrix.os }}
9494 steps :
9595 - name : Initialize environment
96- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
96+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
9797 - name : Install node modules
9898 run : yarn install --immutable
9999 - name : Setup Bazel
100- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
100+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
101101 - name : Setup Bazel RBE
102- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
102+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
103103 - name : Run CLI E2E tests
104104 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 }}
105105
@@ -114,13 +114,13 @@ jobs:
114114 runs-on : ${{ matrix.os }}
115115 steps :
116116 - name : Initialize environment
117- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
117+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
118118 - name : Install node modules
119119 run : yarn install --immutable
120120 - name : Setup Bazel
121- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
121+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
122122 - name : Setup Bazel RBE
123- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
123+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
124124 - name : Run CLI E2E tests
125125 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 }}
126126
@@ -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@03b8a7dffd1205e061f0bee949024ebefc2a6592
138+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
139139 - name : Install node modules
140140 run : yarn install --immutable
141141 - name : Setup Bazel
142- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
142+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
143143 - name : Setup Bazel RBE
144- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
144+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
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.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
147147
@@ -152,13 +152,13 @@ jobs:
152152 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
153153 steps :
154154 - name : Initialize environment
155- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
155+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
156156 - name : Install node modules
157157 run : yarn install --immutable
158158 - name : Setup Bazel
159- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
159+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
160160 - name : Setup Bazel RBE
161- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
161+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
162162 - name : Run E2E Browser tests
163163 env :
164164 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@03b8a7dffd1205e061f0bee949024ebefc2a6592
188+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
189189 - name : Install node modules
190190 run : yarn install --immutable
191191 - name : Setup Bazel
192- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
192+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
193193 - run : yarn admin snapshots --verbose
194194 env :
195195 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments