2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3df5e35ff652de75d22d1f68f3887696f3b49a2
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
2525 - name : Setup Bazel
26- uses : angular/dev-infra/github-actions/bazel/setup@b3df5e35ff652de75d22d1f68f3887696f3b49a2
26+ uses : angular/dev-infra/github-actions/bazel/setup@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
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@b3df5e35ff652de75d22d1f68f3887696f3b49a2
47+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
4848 - name : Setup Bazel
49- uses : angular/dev-infra/github-actions/bazel/setup@b3df5e35ff652de75d22d1f68f3887696f3b49a2
49+ uses : angular/dev-infra/github-actions/bazel/setup@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
5050 - name : Setup Bazel RBE
51- uses : angular/dev-infra/github-actions/bazel/configure-remote@b3df5e35ff652de75d22d1f68f3887696f3b49a2
51+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
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@b3df5e35ff652de75d22d1f68f3887696f3b49a2
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
6565 - name : Setup Bazel
66- uses : angular/dev-infra/github-actions/bazel/setup@b3df5e35ff652de75d22d1f68f3887696f3b49a2
66+ uses : angular/dev-infra/github-actions/bazel/setup@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
6767 - name : Setup Bazel RBE
68- uses : angular/dev-infra/github-actions/bazel/configure-remote@b3df5e35ff652de75d22d1f68f3887696f3b49a2
68+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
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@b3df5e35ff652de75d22d1f68f3887696f3b49a2
90+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
9191 - name : Install node modules
9292 run : pnpm install --frozen-lockfile
9393 - name : Setup Bazel
94- uses : angular/dev-infra/github-actions/bazel/setup@b3df5e35ff652de75d22d1f68f3887696f3b49a2
94+ uses : angular/dev-infra/github-actions/bazel/setup@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
9595 - name : Setup Bazel RBE
96- uses : angular/dev-infra/github-actions/bazel/configure-remote@b3df5e35ff652de75d22d1f68f3887696f3b49a2
96+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
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@b3df5e35ff652de75d22d1f68f3887696f3b49a2
113+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
114114 - name : Setup Bazel
115- uses : angular/dev-infra/github-actions/bazel/setup@b3df5e35ff652de75d22d1f68f3887696f3b49a2
115+ uses : angular/dev-infra/github-actions/bazel/setup@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
116116 - name : Setup Bazel RBE
117- uses : angular/dev-infra/github-actions/bazel/configure-remote@b3df5e35ff652de75d22d1f68f3887696f3b49a2
117+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
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@b3df5e35ff652de75d22d1f68f3887696f3b49a2
141+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
142142 - name : Install node modules
143143 run : pnpm install --frozen-lockfile
144144 - name : Setup Bazel
145- uses : angular/dev-infra/github-actions/bazel/setup@b3df5e35ff652de75d22d1f68f3887696f3b49a2
145+ uses : angular/dev-infra/github-actions/bazel/setup@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
146146 - name : Setup Bazel RBE
147- uses : angular/dev-infra/github-actions/bazel/configure-remote@b3df5e35ff652de75d22d1f68f3887696f3b49a2
147+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
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@b3df5e35ff652de75d22d1f68f3887696f3b49a2
165+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
166166 - name : Install node modules
167167 run : pnpm install --frozen-lockfile
168168 - name : Setup Bazel
169- uses : angular/dev-infra/github-actions/bazel/setup@b3df5e35ff652de75d22d1f68f3887696f3b49a2
169+ uses : angular/dev-infra/github-actions/bazel/setup@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
170170 - name : Setup Bazel RBE
171- uses : angular/dev-infra/github-actions/bazel/configure-remote@b3df5e35ff652de75d22d1f68f3887696f3b49a2
171+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
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@b3df5e35ff652de75d22d1f68f3887696f3b49a2
185+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
186186 - name : Install node modules
187187 run : pnpm install --frozen-lockfile
188188 - name : Setup Bazel
189- uses : angular/dev-infra/github-actions/bazel/setup@b3df5e35ff652de75d22d1f68f3887696f3b49a2
189+ uses : angular/dev-infra/github-actions/bazel/setup@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
190190 - name : Setup Bazel RBE
191- uses : angular/dev-infra/github-actions/bazel/configure-remote@b3df5e35ff652de75d22d1f68f3887696f3b49a2
191+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
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@b3df5e35ff652de75d22d1f68f3887696f3b49a2
221+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
222222 - name : Install node modules
223223 run : pnpm install --frozen-lockfile
224224 - name : Setup Bazel
225- uses : angular/dev-infra/github-actions/bazel/setup@b3df5e35ff652de75d22d1f68f3887696f3b49a2
225+ uses : angular/dev-infra/github-actions/bazel/setup@2c7bab7971084f3f1f6f72735099a9591ee5ebcb
226226 - run : pnpm admin snapshots --verbose
227227 env :
228228 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments