2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@030487ad792aad6856c48b2d1e699b0d96e11a7b
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d344104dedb9e84e90acbc1bcc533cb33d883799
2525 - name : Setup Bazel
26- uses : angular/dev-infra/github-actions/bazel/setup@030487ad792aad6856c48b2d1e699b0d96e11a7b
26+ uses : angular/dev-infra/github-actions/bazel/setup@d344104dedb9e84e90acbc1bcc533cb33d883799
2727 - name : Install node modules
2828 run : pnpm install --frozen-lockfile
2929 - name : Generate JSON schema types
@@ -44,11 +44,11 @@ jobs:
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Initialize environment
47- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@030487ad792aad6856c48b2d1e699b0d96e11a7b
47+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d344104dedb9e84e90acbc1bcc533cb33d883799
4848 - name : Setup Bazel
49- uses : angular/dev-infra/github-actions/bazel/setup@030487ad792aad6856c48b2d1e699b0d96e11a7b
49+ uses : angular/dev-infra/github-actions/bazel/setup@d344104dedb9e84e90acbc1bcc533cb33d883799
5050 - name : Setup Bazel RBE
51- uses : angular/dev-infra/github-actions/bazel/configure-remote@030487ad792aad6856c48b2d1e699b0d96e11a7b
51+ uses : angular/dev-infra/github-actions/bazel/configure-remote@d344104dedb9e84e90acbc1bcc533cb33d883799
5252 with :
5353 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5454 - name : Install node modules
@@ -61,11 +61,11 @@ jobs:
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Initialize environment
64- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@030487ad792aad6856c48b2d1e699b0d96e11a7b
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d344104dedb9e84e90acbc1bcc533cb33d883799
6565 - name : Setup Bazel
66- uses : angular/dev-infra/github-actions/bazel/setup@030487ad792aad6856c48b2d1e699b0d96e11a7b
66+ uses : angular/dev-infra/github-actions/bazel/setup@d344104dedb9e84e90acbc1bcc533cb33d883799
6767 - name : Setup Bazel RBE
68- uses : angular/dev-infra/github-actions/bazel/configure-remote@030487ad792aad6856c48b2d1e699b0d96e11a7b
68+ uses : angular/dev-infra/github-actions/bazel/configure-remote@d344104dedb9e84e90acbc1bcc533cb33d883799
6969 with :
7070 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7171 - name : Install node modules
@@ -87,13 +87,13 @@ jobs:
8787 runs-on : ${{ matrix.os }}
8888 steps :
8989 - name : Initialize environment
90- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@030487ad792aad6856c48b2d1e699b0d96e11a7b
90+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d344104dedb9e84e90acbc1bcc533cb33d883799
9191 - name : Install node modules
9292 run : pnpm install --frozen-lockfile
9393 - name : Setup Bazel
94- uses : angular/dev-infra/github-actions/bazel/setup@030487ad792aad6856c48b2d1e699b0d96e11a7b
94+ uses : angular/dev-infra/github-actions/bazel/setup@d344104dedb9e84e90acbc1bcc533cb33d883799
9595 - name : Setup Bazel RBE
96- uses : angular/dev-infra/github-actions/bazel/configure-remote@030487ad792aad6856c48b2d1e699b0d96e11a7b
96+ uses : angular/dev-infra/github-actions/bazel/configure-remote@d344104dedb9e84e90acbc1bcc533cb33d883799
9797 with :
9898 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9999 - name : Run CLI E2E tests
@@ -110,11 +110,11 @@ jobs:
110110 runs-on : ${{ matrix.os }}
111111 steps :
112112 - name : Initialize environment
113- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@030487ad792aad6856c48b2d1e699b0d96e11a7b
113+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d344104dedb9e84e90acbc1bcc533cb33d883799
114114 - name : Setup Bazel
115- uses : angular/dev-infra/github-actions/bazel/setup@030487ad792aad6856c48b2d1e699b0d96e11a7b
115+ uses : angular/dev-infra/github-actions/bazel/setup@d344104dedb9e84e90acbc1bcc533cb33d883799
116116 - name : Setup Bazel RBE
117- uses : angular/dev-infra/github-actions/bazel/configure-remote@030487ad792aad6856c48b2d1e699b0d96e11a7b
117+ uses : angular/dev-infra/github-actions/bazel/configure-remote@d344104dedb9e84e90acbc1bcc533cb33d883799
118118 with :
119119 allow_windows_rbe : true
120120 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
@@ -138,13 +138,13 @@ jobs:
138138 runs-on : ${{ matrix.os }}
139139 steps :
140140 - name : Initialize environment
141- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@030487ad792aad6856c48b2d1e699b0d96e11a7b
141+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d344104dedb9e84e90acbc1bcc533cb33d883799
142142 - name : Install node modules
143143 run : pnpm install --frozen-lockfile
144144 - name : Setup Bazel
145- uses : angular/dev-infra/github-actions/bazel/setup@030487ad792aad6856c48b2d1e699b0d96e11a7b
145+ uses : angular/dev-infra/github-actions/bazel/setup@d344104dedb9e84e90acbc1bcc533cb33d883799
146146 - name : Setup Bazel RBE
147- uses : angular/dev-infra/github-actions/bazel/configure-remote@030487ad792aad6856c48b2d1e699b0d96e11a7b
147+ uses : angular/dev-infra/github-actions/bazel/configure-remote@d344104dedb9e84e90acbc1bcc533cb33d883799
148148 with :
149149 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
150150 - name : Run CLI E2E tests
@@ -162,13 +162,13 @@ jobs:
162162 runs-on : ${{ matrix.os }}
163163 steps :
164164 - name : Initialize environment
165- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@030487ad792aad6856c48b2d1e699b0d96e11a7b
165+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d344104dedb9e84e90acbc1bcc533cb33d883799
166166 - name : Install node modules
167167 run : pnpm install --frozen-lockfile
168168 - name : Setup Bazel
169- uses : angular/dev-infra/github-actions/bazel/setup@030487ad792aad6856c48b2d1e699b0d96e11a7b
169+ uses : angular/dev-infra/github-actions/bazel/setup@d344104dedb9e84e90acbc1bcc533cb33d883799
170170 - name : Setup Bazel RBE
171- uses : angular/dev-infra/github-actions/bazel/configure-remote@030487ad792aad6856c48b2d1e699b0d96e11a7b
171+ uses : angular/dev-infra/github-actions/bazel/configure-remote@d344104dedb9e84e90acbc1bcc533cb33d883799
172172 with :
173173 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
174174 - name : Run CLI E2E tests
@@ -182,13 +182,13 @@ jobs:
182182 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
183183 steps :
184184 - name : Initialize environment
185- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@030487ad792aad6856c48b2d1e699b0d96e11a7b
185+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d344104dedb9e84e90acbc1bcc533cb33d883799
186186 - name : Install node modules
187187 run : pnpm install --frozen-lockfile
188188 - name : Setup Bazel
189- uses : angular/dev-infra/github-actions/bazel/setup@030487ad792aad6856c48b2d1e699b0d96e11a7b
189+ uses : angular/dev-infra/github-actions/bazel/setup@d344104dedb9e84e90acbc1bcc533cb33d883799
190190 - name : Setup Bazel RBE
191- uses : angular/dev-infra/github-actions/bazel/configure-remote@030487ad792aad6856c48b2d1e699b0d96e11a7b
191+ uses : angular/dev-infra/github-actions/bazel/configure-remote@d344104dedb9e84e90acbc1bcc533cb33d883799
192192 with :
193193 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
194194 - name : Run E2E Browser tests
@@ -218,11 +218,11 @@ jobs:
218218 CIRCLE_BRANCH : ${{ github.ref_name }}
219219 steps :
220220 - name : Initialize environment
221- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@030487ad792aad6856c48b2d1e699b0d96e11a7b
221+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@d344104dedb9e84e90acbc1bcc533cb33d883799
222222 - name : Install node modules
223223 run : pnpm install --frozen-lockfile
224224 - name : Setup Bazel
225- uses : angular/dev-infra/github-actions/bazel/setup@030487ad792aad6856c48b2d1e699b0d96e11a7b
225+ uses : angular/dev-infra/github-actions/bazel/setup@d344104dedb9e84e90acbc1bcc533cb33d883799
226226 - run : pnpm admin snapshots --verbose
227227 env :
228228 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments