2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
4646 - name : Setup Bazel
47- uses : angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
47+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
4848 - name : Setup Bazel RBE
49- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
49+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
60+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
6161 - name : Setup Bazel
62- uses : angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
62+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
6363 - name : Setup Bazel RBE
64- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
64+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
6565 - name : Install node modules
6666 run : yarn install --immutable
6767 - name : Run module and package tests
@@ -92,13 +92,13 @@ jobs:
9292 - run : choco install gzip
9393 if : ${{matrix.os == 'windows-latest'}}
9494 - name : Initialize environment
95- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
95+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
9696 - name : Install node modules
9797 run : yarn install --immutable
9898 - name : Setup Bazel
99- uses : angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
99+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
100100 - name : Setup Bazel RBE
101- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
101+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
102102 - name : Run CLI E2E tests
103103 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 }}
104104
@@ -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@b015169b635123c1ab9084f604e36b6342eac171
117+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
118118 - name : Install node modules
119119 run : yarn install --immutable
120120 - name : Setup Bazel
121- uses : angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
121+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
122122 - name : Setup Bazel RBE
123- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
123+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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
@@ -136,13 +136,13 @@ jobs:
136136 runs-on : ${{ matrix.os }}
137137 steps :
138138 - name : Initialize environment
139- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
139+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
140140 - name : Install node modules
141141 run : yarn install --immutable
142142 - name : Setup Bazel
143- uses : angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
143+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
144144 - name : Setup Bazel RBE
145- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
145+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
146146 - name : Run CLI E2E tests
147147 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 }}
148148
@@ -154,13 +154,13 @@ jobs:
154154 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
155155 steps :
156156 - name : Initialize environment
157- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
157+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
158158 - name : Install node modules
159159 run : yarn install --immutable
160160 - name : Setup Bazel
161- uses : angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
161+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
162162 - name : Setup Bazel RBE
163- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
163+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
164164 - name : Run E2E Browser tests
165165 env :
166166 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -188,11 +188,11 @@ jobs:
188188 CIRCLE_BRANCH : ${{ github.ref_name }}
189189 steps :
190190 - name : Initialize environment
191- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
191+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
192192 - name : Install node modules
193193 run : yarn install --immutable
194194 - name : Setup Bazel
195- uses : angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
195+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
196196 - run : yarn admin snapshots --verbose
197197 env :
198198 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments