21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Initialize environment
24
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
25
25
- name : Setup Bazel
26
- uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
26
+ uses : angular/dev-infra/github-actions/bazel/setup@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
27
27
- name : Install node modules
28
28
run : pnpm install --frozen-lockfile
29
29
- name : Generate JSON schema types
@@ -44,11 +44,11 @@ jobs:
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Initialize environment
47
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
47
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
48
48
- name : Setup Bazel
49
- uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
49
+ uses : angular/dev-infra/github-actions/bazel/setup@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
50
50
- name : Setup Bazel RBE
51
- uses : angular/dev-infra/github-actions/bazel/configure-remote@8ca74b8a897d28f4735043c745693a706ff5ca81
51
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
52
52
with :
53
53
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
54
54
- name : Install node modules
@@ -61,11 +61,11 @@ jobs:
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Initialize environment
64
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
64
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
65
65
- name : Setup Bazel
66
- uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
66
+ uses : angular/dev-infra/github-actions/bazel/setup@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
67
67
- name : Setup Bazel RBE
68
- uses : angular/dev-infra/github-actions/bazel/configure-remote@8ca74b8a897d28f4735043c745693a706ff5ca81
68
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
69
69
with :
70
70
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
71
71
- name : Install node modules
@@ -87,13 +87,13 @@ jobs:
87
87
runs-on : ${{ matrix.os }}
88
88
steps :
89
89
- name : Initialize environment
90
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
90
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
91
91
- name : Install node modules
92
92
run : pnpm install --frozen-lockfile
93
93
- name : Setup Bazel
94
- uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
94
+ uses : angular/dev-infra/github-actions/bazel/setup@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
95
95
- name : Setup Bazel RBE
96
- uses : angular/dev-infra/github-actions/bazel/configure-remote@8ca74b8a897d28f4735043c745693a706ff5ca81
96
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
97
97
with :
98
98
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
99
99
- name : Run CLI E2E tests
@@ -110,11 +110,11 @@ jobs:
110
110
runs-on : ${{ matrix.os }}
111
111
steps :
112
112
- name : Initialize environment
113
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
113
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
114
114
- name : Setup Bazel
115
- uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
115
+ uses : angular/dev-infra/github-actions/bazel/setup@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
116
116
- name : Setup Bazel RBE
117
- uses : angular/dev-infra/github-actions/bazel/configure-remote@8ca74b8a897d28f4735043c745693a706ff5ca81
117
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
118
118
with :
119
119
allow_windows_rbe : true
120
120
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
@@ -138,13 +138,13 @@ jobs:
138
138
runs-on : ${{ matrix.os }}
139
139
steps :
140
140
- name : Initialize environment
141
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
141
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
142
142
- name : Install node modules
143
143
run : pnpm install --frozen-lockfile
144
144
- name : Setup Bazel
145
- uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
145
+ uses : angular/dev-infra/github-actions/bazel/setup@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
146
146
- name : Setup Bazel RBE
147
- uses : angular/dev-infra/github-actions/bazel/configure-remote@8ca74b8a897d28f4735043c745693a706ff5ca81
147
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
148
148
with :
149
149
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
150
150
- name : Run CLI E2E tests
@@ -162,13 +162,13 @@ jobs:
162
162
runs-on : ${{ matrix.os }}
163
163
steps :
164
164
- name : Initialize environment
165
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
165
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
166
166
- name : Install node modules
167
167
run : pnpm install --frozen-lockfile
168
168
- name : Setup Bazel
169
- uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
169
+ uses : angular/dev-infra/github-actions/bazel/setup@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
170
170
- name : Setup Bazel RBE
171
- uses : angular/dev-infra/github-actions/bazel/configure-remote@8ca74b8a897d28f4735043c745693a706ff5ca81
171
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
172
172
with :
173
173
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
174
174
- name : Run CLI E2E tests
@@ -182,13 +182,13 @@ jobs:
182
182
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
183
183
steps :
184
184
- name : Initialize environment
185
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
185
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
186
186
- name : Install node modules
187
187
run : pnpm install --frozen-lockfile
188
188
- name : Setup Bazel
189
- uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
189
+ uses : angular/dev-infra/github-actions/bazel/setup@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
190
190
- name : Setup Bazel RBE
191
- uses : angular/dev-infra/github-actions/bazel/configure-remote@8ca74b8a897d28f4735043c745693a706ff5ca81
191
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
192
192
with :
193
193
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
194
194
- name : Run E2E Browser tests
@@ -218,11 +218,11 @@ jobs:
218
218
CIRCLE_BRANCH : ${{ github.ref_name }}
219
219
steps :
220
220
- name : Initialize environment
221
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
221
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
222
222
- name : Install node modules
223
223
run : pnpm install --frozen-lockfile
224
224
- name : Setup Bazel
225
- uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
225
+ uses : angular/dev-infra/github-actions/bazel/setup@a4538b2474d3c551f0217c3d1f5f3a99cf4f8eb7
226
226
- run : pnpm admin snapshots --verbose
227
227
env :
228
228
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments