2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b9bca459f29f61177a829e69089730415c95ccde
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
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@b9bca459f29f61177a829e69089730415c95ccde
44+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
4545 with :
4646 disable-package-manager-cache : true
4747 - name : Setup Bazel
48- uses : angular/dev-infra/github-actions/bazel/setup@b9bca459f29f61177a829e69089730415c95ccde
48+ uses : angular/dev-infra/github-actions/bazel/setup@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
4949 - name : Setup Bazel RBE
50- uses : angular/dev-infra/github-actions/bazel/configure-remote@b9bca459f29f61177a829e69089730415c95ccde
50+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
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@b9bca459f29f61177a829e69089730415c95ccde
72+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
7373 - name : Setup Bazel
74- uses : angular/dev-infra/github-actions/bazel/setup@b9bca459f29f61177a829e69089730415c95ccde
74+ uses : angular/dev-infra/github-actions/bazel/setup@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
7575 - name : Setup Bazel Remote Caching
76- uses : angular/dev-infra/github-actions/bazel/configure-remote@b9bca459f29f61177a829e69089730415c95ccde
76+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
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@b9bca459f29f61177a829e69089730415c95ccde
88+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
8989 - name : Setup Bazel
90- uses : angular/dev-infra/github-actions/bazel/setup@b9bca459f29f61177a829e69089730415c95ccde
90+ uses : angular/dev-infra/github-actions/bazel/setup@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
9191 - name : Setup Bazel Remote Caching
92- uses : angular/dev-infra/github-actions/bazel/configure-remote@b9bca459f29f61177a829e69089730415c95ccde
92+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
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@b9bca459f29f61177a829e69089730415c95ccde
105+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
106106 - name : Setup Bazel
107- uses : angular/dev-infra/github-actions/bazel/setup@b9bca459f29f61177a829e69089730415c95ccde
107+ uses : angular/dev-infra/github-actions/bazel/setup@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
108108 - name : Setup Bazel RBE
109- uses : angular/dev-infra/github-actions/bazel/configure-remote@b9bca459f29f61177a829e69089730415c95ccde
109+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
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@b9bca459f29f61177a829e69089730415c95ccde
124+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
125125 - name : Setup Bazel
126- uses : angular/dev-infra/github-actions/bazel/setup@b9bca459f29f61177a829e69089730415c95ccde
126+ uses : angular/dev-infra/github-actions/bazel/setup@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
127127 - name : Setup Bazel RBE
128- uses : angular/dev-infra/github-actions/bazel/configure-remote@b9bca459f29f61177a829e69089730415c95ccde
128+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
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@b9bca459f29f61177a829e69089730415c95ccde
141+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
142142 - name : Setup Bazel
143- uses : angular/dev-infra/github-actions/bazel/setup@b9bca459f29f61177a829e69089730415c95ccde
143+ uses : angular/dev-infra/github-actions/bazel/setup@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
144144 - name : Setup Bazel RBE
145- uses : angular/dev-infra/github-actions/bazel/configure-remote@b9bca459f29f61177a829e69089730415c95ccde
145+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
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@b9bca459f29f61177a829e69089730415c95ccde
157+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
158158 - name : Setup Bazel
159- uses : angular/dev-infra/github-actions/bazel/setup@b9bca459f29f61177a829e69089730415c95ccde
159+ uses : angular/dev-infra/github-actions/bazel/setup@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
160160 - name : Setup Bazel RBE
161- uses : angular/dev-infra/github-actions/bazel/configure-remote@b9bca459f29f61177a829e69089730415c95ccde
161+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
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@b9bca459f29f61177a829e69089730415c95ccde
211+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
212212 - name : Setup Bazel
213- uses : angular/dev-infra/github-actions/bazel/setup@b9bca459f29f61177a829e69089730415c95ccde
213+ uses : angular/dev-infra/github-actions/bazel/setup@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
214214 - name : Setup Bazel RBE
215- uses : angular/dev-infra/github-actions/bazel/configure-remote@b9bca459f29f61177a829e69089730415c95ccde
215+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55af1f65dbeb0fe6a3de1d1134bd0dd8bc5e60cc
216216 - name : Install node modules
217217 run : pnpm install --frozen-lockfile
218218 - name : Build adev
0 commit comments