2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@77b20173e6aee60aa43dd47cab8f2c3933651a1c
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
45+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
4646 - name : Setup Bazel
47- uses : angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
47+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
4848 - name : Setup Bazel RBE
49- uses : angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
49+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
62+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
6363 - name : Setup Bazel
64- uses : angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
64+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
6565 - name : Setup Bazel RBE
66- uses : angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
66+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
88+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
8989 - name : Install node modules
9090 run : pnpm install --frozen-lockfile
9191 - name : Setup Bazel
92- uses : angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
92+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
9393 - name : Setup Bazel RBE
94- uses : angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
94+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
111+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
112112 - name : Setup Bazel RBE
113- uses : angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
113+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
137+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
138138 - name : Install node modules
139139 run : pnpm install --frozen-lockfile
140140 - name : Setup Bazel
141- uses : angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
141+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
142142 - name : Setup Bazel RBE
143- uses : angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
143+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
161+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
162162 - name : Install node modules
163163 run : pnpm install --frozen-lockfile
164164 - name : Setup Bazel
165- uses : angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
165+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
166166 - name : Setup Bazel RBE
167- uses : angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
167+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
181+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
182182 - name : Install node modules
183183 run : pnpm install --frozen-lockfile
184184 - name : Setup Bazel
185- uses : angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
185+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
186186 - name : Setup Bazel RBE
187- uses : angular/dev-infra/github-actions/bazel/configure-remote@77b20173e6aee60aa43dd47cab8f2c3933651a1c
187+ uses : angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68
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@77b20173e6aee60aa43dd47cab8f2c3933651a1c
217+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@35131fc980ce5451fb89d8c033efc827ad39ca68
218218 - name : Install node modules
219219 run : pnpm install --frozen-lockfile
220220 - name : Setup Bazel
221- uses : angular/dev-infra/github-actions/bazel/setup@77b20173e6aee60aa43dd47cab8f2c3933651a1c
221+ uses : angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68
222222 - run : pnpm admin snapshots --verbose
223223 env :
224224 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments