2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
2525 - name : Install node modules
2626 run : pnpm install --frozen-lockfile
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@35131fc980ce5451fb89d8c033efc827ad39ca68
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
4646 - name : Setup Bazel
47- uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
47+ uses : angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
4848 - name : Setup Bazel RBE
49- uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
49+ uses : angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
5050 with :
5151 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5252 - name : Install node modules
@@ -59,11 +59,11 @@ jobs:
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Initialize environment
62- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
62+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
6363 - name : Setup Bazel
64- uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
64+ uses : angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
6565 - name : Setup Bazel RBE
66- uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
66+ uses : angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
6767 with :
6868 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
6969 - name : Install node modules
@@ -85,13 +85,13 @@ jobs:
8585 runs-on : ${{ matrix.os }}
8686 steps :
8787 - name : Initialize environment
88- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
88+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
8989 - name : Install node modules
9090 run : pnpm install --frozen-lockfile
9191 - name : Setup Bazel
92- uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
92+ uses : angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
9393 - name : Setup Bazel RBE
94- uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
94+ uses : angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
9595 with :
9696 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9797 - name : Run CLI E2E tests
@@ -108,9 +108,9 @@ jobs:
108108 runs-on : ${{ matrix.os }}
109109 steps :
110110 - name : Initialize environment
111- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
111+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
112112 - name : Setup Bazel RBE
113- uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
113+ uses : angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
114114 with :
115115 allow_windows_rbe : true
116116 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
@@ -134,13 +134,13 @@ jobs:
134134 runs-on : ${{ matrix.os }}
135135 steps :
136136 - name : Initialize environment
137- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
137+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
138138 - name : Install node modules
139139 run : pnpm install --frozen-lockfile
140140 - name : Setup Bazel
141- uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
141+ uses : angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
142142 - name : Setup Bazel RBE
143- uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
143+ uses : angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
144144 with :
145145 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
146146 - name : Run CLI E2E tests
@@ -158,13 +158,13 @@ jobs:
158158 runs-on : ${{ matrix.os }}
159159 steps :
160160 - name : Initialize environment
161- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
161+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
162162 - name : Install node modules
163163 run : pnpm install --frozen-lockfile
164164 - name : Setup Bazel
165- uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
165+ uses : angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
166166 - name : Setup Bazel RBE
167- uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
167+ uses : angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
168168 with :
169169 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
170170 - name : Run CLI E2E tests
@@ -178,13 +178,13 @@ jobs:
178178 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
179179 steps :
180180 - name : Initialize environment
181- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
181+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
182182 - name : Install node modules
183183 run : pnpm install --frozen-lockfile
184184 - name : Setup Bazel
185- uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
185+ uses : angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
186186 - name : Setup Bazel RBE
187- uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
187+ uses : angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
188188 with :
189189 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
190190 - name : Run E2E Browser tests
@@ -214,11 +214,11 @@ jobs:
214214 CIRCLE_BRANCH : ${{ github.ref_name }}
215215 steps :
216216 - name : Initialize environment
217- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
217+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
218218 - name : Install node modules
219219 run : pnpm install --frozen-lockfile
220220 - name : Setup Bazel
221- uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
221+ uses : angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9
222222 - run : pnpm admin snapshots --verbose
223223 env :
224224 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments