2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06bada8d42711ac8db590552fa8103777baa7ccf
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
2525 - name : Install node modules
2626 run : pnpm install --frozen-lockfile
2727 - name : Check code lint
@@ -39,13 +39,13 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Initialize environment
42- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06bada8d42711ac8db590552fa8103777baa7ccf
42+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
4343 with :
4444 disable-package-manager-cache : true
4545 - name : Setup Bazel
46- uses : angular/dev-infra/github-actions/bazel/setup@06bada8d42711ac8db590552fa8103777baa7ccf
46+ uses : angular/dev-infra/github-actions/bazel/setup@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
4747 - name : Setup Bazel RBE
48- uses : angular/dev-infra/github-actions/bazel/configure-remote@06bada8d42711ac8db590552fa8103777baa7ccf
48+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
4949 with :
5050 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5151 - name : Cache downloaded Cypress binary
@@ -72,11 +72,11 @@ jobs:
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Initialize environment
75- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06bada8d42711ac8db590552fa8103777baa7ccf
75+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
7676 - name : Setup Bazel
77- uses : angular/dev-infra/github-actions/bazel/setup@06bada8d42711ac8db590552fa8103777baa7ccf
77+ uses : angular/dev-infra/github-actions/bazel/setup@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
7878 - name : Setup Bazel Remote Caching
79- uses : angular/dev-infra/github-actions/bazel/configure-remote@06bada8d42711ac8db590552fa8103777baa7ccf
79+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
8080 with :
8181 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
8282 - name : Install node modules
@@ -88,11 +88,11 @@ jobs:
8888 runs-on : ubuntu-latest
8989 steps :
9090 - name : Initialize environment
91- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06bada8d42711ac8db590552fa8103777baa7ccf
91+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
9292 - name : Setup Bazel
93- uses : angular/dev-infra/github-actions/bazel/setup@06bada8d42711ac8db590552fa8103777baa7ccf
93+ uses : angular/dev-infra/github-actions/bazel/setup@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
9494 - name : Setup Bazel Remote Caching
95- uses : angular/dev-infra/github-actions/bazel/configure-remote@06bada8d42711ac8db590552fa8103777baa7ccf
95+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
9696 with :
9797 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9898 - name : Install node modules
@@ -105,11 +105,11 @@ jobs:
105105 labels : ubuntu-latest
106106 steps :
107107 - name : Initialize environment
108- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06bada8d42711ac8db590552fa8103777baa7ccf
108+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
109109 - name : Setup Bazel
110- uses : angular/dev-infra/github-actions/bazel/setup@06bada8d42711ac8db590552fa8103777baa7ccf
110+ uses : angular/dev-infra/github-actions/bazel/setup@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
111111 - name : Setup Bazel RBE
112- uses : angular/dev-infra/github-actions/bazel/configure-remote@06bada8d42711ac8db590552fa8103777baa7ccf
112+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
113113 with :
114114 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
115115 - name : Install node modules
@@ -124,11 +124,11 @@ jobs:
124124 labels : ubuntu-latest
125125 steps :
126126 - name : Initialize environment
127- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06bada8d42711ac8db590552fa8103777baa7ccf
127+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
128128 - name : Setup Bazel
129- uses : angular/dev-infra/github-actions/bazel/setup@06bada8d42711ac8db590552fa8103777baa7ccf
129+ uses : angular/dev-infra/github-actions/bazel/setup@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
130130 - name : Setup Bazel RBE
131- uses : angular/dev-infra/github-actions/bazel/configure-remote@06bada8d42711ac8db590552fa8103777baa7ccf
131+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
132132 - name : Install node modules
133133 run : pnpm install --frozen-lockfile
134134 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -140,11 +140,11 @@ jobs:
140140 labels : ubuntu-latest
141141 steps :
142142 - name : Initialize environment
143- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06bada8d42711ac8db590552fa8103777baa7ccf
143+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
144144 - name : Setup Bazel
145- uses : angular/dev-infra/github-actions/bazel/setup@06bada8d42711ac8db590552fa8103777baa7ccf
145+ uses : angular/dev-infra/github-actions/bazel/setup@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
146146 - name : Setup Bazel RBE
147- uses : angular/dev-infra/github-actions/bazel/configure-remote@06bada8d42711ac8db590552fa8103777baa7ccf
147+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
148148 with :
149149 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
150150 - name : Install node modules
@@ -194,11 +194,11 @@ jobs:
194194 runs-on : ubuntu-latest-8core
195195 steps :
196196 - name : Initialize environment
197- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06bada8d42711ac8db590552fa8103777baa7ccf
197+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
198198 - name : Setup Bazel
199- uses : angular/dev-infra/github-actions/bazel/setup@06bada8d42711ac8db590552fa8103777baa7ccf
199+ uses : angular/dev-infra/github-actions/bazel/setup@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
200200 - name : Setup Bazel RBE
201- uses : angular/dev-infra/github-actions/bazel/configure-remote@06bada8d42711ac8db590552fa8103777baa7ccf
201+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9b8eb9494aa8ad5c9fab8e13de90d43160f66384
202202 - name : Install node modules
203203 run : pnpm install --frozen-lockfile
204204 - name : Build adev
0 commit comments