2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
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@58610eacb7efbc261f16197586fa7fb4c81adccd
42+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
4343 with :
4444 disable-package-manager-cache : true
4545 - name : Setup Bazel
46- uses : angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
46+ uses : angular/dev-infra/github-actions/bazel/setup@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
4747 - name : Setup Bazel RBE
48- uses : angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
48+ uses : angular/dev-infra/github-actions/bazel/configure-remote@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
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@58610eacb7efbc261f16197586fa7fb4c81adccd
75+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
7676 - name : Setup Bazel
77- uses : angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
77+ uses : angular/dev-infra/github-actions/bazel/setup@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
7878 - name : Setup Bazel Remote Caching
79- uses : angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
79+ uses : angular/dev-infra/github-actions/bazel/configure-remote@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
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@58610eacb7efbc261f16197586fa7fb4c81adccd
91+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
9292 - name : Setup Bazel
93- uses : angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
93+ uses : angular/dev-infra/github-actions/bazel/setup@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
9494 - name : Setup Bazel Remote Caching
95- uses : angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
95+ uses : angular/dev-infra/github-actions/bazel/configure-remote@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
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@58610eacb7efbc261f16197586fa7fb4c81adccd
108+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
109109 - name : Setup Bazel
110- uses : angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
110+ uses : angular/dev-infra/github-actions/bazel/setup@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
111111 - name : Setup Bazel RBE
112- uses : angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
112+ uses : angular/dev-infra/github-actions/bazel/configure-remote@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
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@58610eacb7efbc261f16197586fa7fb4c81adccd
127+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
128128 - name : Setup Bazel
129- uses : angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
129+ uses : angular/dev-infra/github-actions/bazel/setup@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
130130 - name : Setup Bazel RBE
131- uses : angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
131+ uses : angular/dev-infra/github-actions/bazel/configure-remote@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
132132 with :
133133 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
134134 - name : Install node modules
@@ -146,13 +146,13 @@ jobs:
146146 labels : ubuntu-latest
147147 steps :
148148 - name : Initialize environment
149- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
149+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
150150 with :
151151 cache-node-modules : true
152152 - name : Setup Bazel
153- uses : angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
153+ uses : angular/dev-infra/github-actions/bazel/setup@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
154154 - name : Setup Bazel RBE
155- uses : angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
155+ uses : angular/dev-infra/github-actions/bazel/configure-remote@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
156156 - name : Install node modules
157157 run : pnpm install --frozen-lockfile
158158 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -164,11 +164,11 @@ jobs:
164164 labels : ubuntu-latest
165165 steps :
166166 - name : Initialize environment
167- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
167+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
168168 - name : Setup Bazel
169- uses : angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
169+ uses : angular/dev-infra/github-actions/bazel/setup@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
170170 - name : Setup Bazel RBE
171- uses : angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
171+ uses : angular/dev-infra/github-actions/bazel/configure-remote@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
172172 with :
173173 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
174174 - name : Install node modules
@@ -218,11 +218,11 @@ jobs:
218218 runs-on : ubuntu-latest-8core
219219 steps :
220220 - name : Initialize environment
221- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@58610eacb7efbc261f16197586fa7fb4c81adccd
221+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
222222 - name : Setup Bazel
223- uses : angular/dev-infra/github-actions/bazel/setup@58610eacb7efbc261f16197586fa7fb4c81adccd
223+ uses : angular/dev-infra/github-actions/bazel/setup@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
224224 - name : Setup Bazel RBE
225- uses : angular/dev-infra/github-actions/bazel/configure-remote@58610eacb7efbc261f16197586fa7fb4c81adccd
225+ uses : angular/dev-infra/github-actions/bazel/configure-remote@56543b10ddb9941c76b4413cc24ec3fa7a43cf5c
226226 - name : Install node modules
227227 run : pnpm install --frozen-lockfile
228228 - name : Build adev
0 commit comments