2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
2525 - name : Install node modules
2626 run : pnpm install --frozen-lockfile
2727 - name : Check code lint
@@ -41,13 +41,13 @@ jobs:
4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Initialize environment
44- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
44+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
4545 with :
4646 disable-package-manager-cache : true
4747 - name : Setup Bazel
48- uses : angular/dev-infra/github-actions/bazel/setup@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
48+ uses : angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
4949 - name : Setup Bazel RBE
50- uses : angular/dev-infra/github-actions/bazel/configure-remote@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
50+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
5151 with :
5252 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5353 - name : Install node modules
@@ -69,11 +69,11 @@ jobs:
6969 runs-on : ubuntu-latest
7070 steps :
7171 - name : Initialize environment
72- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
72+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
7373 - name : Setup Bazel
74- uses : angular/dev-infra/github-actions/bazel/setup@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
74+ uses : angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
7575 - name : Setup Bazel Remote Caching
76- uses : angular/dev-infra/github-actions/bazel/configure-remote@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
76+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
7777 with :
7878 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7979 - name : Install node modules
@@ -85,11 +85,11 @@ jobs:
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : Initialize environment
88- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
88+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
8989 - name : Setup Bazel
90- uses : angular/dev-infra/github-actions/bazel/setup@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
90+ uses : angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
9191 - name : Setup Bazel Remote Caching
92- uses : angular/dev-infra/github-actions/bazel/configure-remote@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
92+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
9393 with :
9494 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9595 - name : Install node modules
@@ -102,11 +102,11 @@ jobs:
102102 labels : ubuntu-latest
103103 steps :
104104 - name : Initialize environment
105- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
105+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
106106 - name : Setup Bazel
107- uses : angular/dev-infra/github-actions/bazel/setup@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
107+ uses : angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
108108 - name : Setup Bazel RBE
109- uses : angular/dev-infra/github-actions/bazel/configure-remote@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
109+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
110110 with :
111111 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
112112 - name : Install node modules
@@ -121,11 +121,11 @@ jobs:
121121 labels : ubuntu-latest
122122 steps :
123123 - name : Initialize environment
124- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
124+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
125125 - name : Setup Bazel
126- uses : angular/dev-infra/github-actions/bazel/setup@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
126+ uses : angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
127127 - name : Setup Bazel RBE
128- uses : angular/dev-infra/github-actions/bazel/configure-remote@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
128+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
129129 with :
130130 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
131131 - name : Install node modules
@@ -138,11 +138,11 @@ jobs:
138138 labels : ubuntu-latest
139139 steps :
140140 - name : Initialize environment
141- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
141+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
142142 - name : Setup Bazel
143- uses : angular/dev-infra/github-actions/bazel/setup@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
143+ uses : angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
144144 - name : Setup Bazel RBE
145- uses : angular/dev-infra/github-actions/bazel/configure-remote@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
145+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
146146 - name : Install node modules
147147 run : pnpm install --frozen-lockfile
148148 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -154,11 +154,11 @@ jobs:
154154 labels : ubuntu-latest
155155 steps :
156156 - name : Initialize environment
157- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
157+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
158158 - name : Setup Bazel
159- uses : angular/dev-infra/github-actions/bazel/setup@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
159+ uses : angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
160160 - name : Setup Bazel RBE
161- uses : angular/dev-infra/github-actions/bazel/configure-remote@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
161+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
162162 with :
163163 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
164164 - name : Install node modules
@@ -208,11 +208,11 @@ jobs:
208208 runs-on : ubuntu-latest-8core
209209 steps :
210210 - name : Initialize environment
211- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
211+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
212212 - name : Setup Bazel
213- uses : angular/dev-infra/github-actions/bazel/setup@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
213+ uses : angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
214214 - name : Setup Bazel RBE
215- uses : angular/dev-infra/github-actions/bazel/configure-remote@4dec4d2a6ac9e4da12d43d4b053e5c63eeb4c447
215+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
216216 - name : Install node modules
217217 run : pnpm install --frozen-lockfile
218218 - name : Build adev
0 commit comments