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@72763ac08dc5934ddb59f61800c0ebc424308e1d
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a135f30fd5951cb549d2b7df2be64af6f841857
25
25
- name : Setup Bazel
26
- uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
26
+ uses : angular/dev-infra/github-actions/bazel/setup@6a135f30fd5951cb549d2b7df2be64af6f841857
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@72763ac08dc5934ddb59f61800c0ebc424308e1d
47
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a135f30fd5951cb549d2b7df2be64af6f841857
48
48
- name : Setup Bazel
49
- uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
49
+ uses : angular/dev-infra/github-actions/bazel/setup@6a135f30fd5951cb549d2b7df2be64af6f841857
50
50
- name : Setup Bazel RBE
51
- uses : angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d
51
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6a135f30fd5951cb549d2b7df2be64af6f841857
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-4core
62
62
steps :
63
63
- name : Initialize environment
64
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72763ac08dc5934ddb59f61800c0ebc424308e1d
64
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a135f30fd5951cb549d2b7df2be64af6f841857
65
65
- name : Setup Bazel
66
- uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
66
+ uses : angular/dev-infra/github-actions/bazel/setup@6a135f30fd5951cb549d2b7df2be64af6f841857
67
67
- name : Setup Bazel RBE
68
- uses : angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d
68
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6a135f30fd5951cb549d2b7df2be64af6f841857
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@72763ac08dc5934ddb59f61800c0ebc424308e1d
90
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a135f30fd5951cb549d2b7df2be64af6f841857
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@72763ac08dc5934ddb59f61800c0ebc424308e1d
94
+ uses : angular/dev-infra/github-actions/bazel/setup@6a135f30fd5951cb549d2b7df2be64af6f841857
95
95
- name : Setup Bazel RBE
96
- uses : angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d
96
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6a135f30fd5951cb549d2b7df2be64af6f841857
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@72763ac08dc5934ddb59f61800c0ebc424308e1d
113
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a135f30fd5951cb549d2b7df2be64af6f841857
114
114
- name : Setup Bazel
115
- uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
115
+ uses : angular/dev-infra/github-actions/bazel/setup@6a135f30fd5951cb549d2b7df2be64af6f841857
116
116
- name : Setup Bazel RBE
117
- uses : angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d
117
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6a135f30fd5951cb549d2b7df2be64af6f841857
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@72763ac08dc5934ddb59f61800c0ebc424308e1d
141
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a135f30fd5951cb549d2b7df2be64af6f841857
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@72763ac08dc5934ddb59f61800c0ebc424308e1d
145
+ uses : angular/dev-infra/github-actions/bazel/setup@6a135f30fd5951cb549d2b7df2be64af6f841857
146
146
- name : Setup Bazel RBE
147
- uses : angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d
147
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6a135f30fd5951cb549d2b7df2be64af6f841857
148
148
with :
149
149
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
150
150
- name : Run CLI E2E tests
@@ -163,13 +163,13 @@ jobs:
163
163
runs-on : ${{ matrix.os }}
164
164
steps :
165
165
- name : Initialize environment
166
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72763ac08dc5934ddb59f61800c0ebc424308e1d
166
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a135f30fd5951cb549d2b7df2be64af6f841857
167
167
- name : Install node modules
168
168
run : pnpm install --frozen-lockfile
169
169
- name : Setup Bazel
170
- uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
170
+ uses : angular/dev-infra/github-actions/bazel/setup@6a135f30fd5951cb549d2b7df2be64af6f841857
171
171
- name : Setup Bazel RBE
172
- uses : angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d
172
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6a135f30fd5951cb549d2b7df2be64af6f841857
173
173
with :
174
174
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
175
175
- name : Run CLI E2E tests
@@ -183,13 +183,13 @@ jobs:
183
183
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
184
184
steps :
185
185
- name : Initialize environment
186
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72763ac08dc5934ddb59f61800c0ebc424308e1d
186
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a135f30fd5951cb549d2b7df2be64af6f841857
187
187
- name : Install node modules
188
188
run : pnpm install --frozen-lockfile
189
189
- name : Setup Bazel
190
- uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
190
+ uses : angular/dev-infra/github-actions/bazel/setup@6a135f30fd5951cb549d2b7df2be64af6f841857
191
191
- name : Setup Bazel RBE
192
- uses : angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d
192
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@6a135f30fd5951cb549d2b7df2be64af6f841857
193
193
with :
194
194
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
195
195
- name : Run E2E Browser tests
@@ -219,11 +219,11 @@ jobs:
219
219
CIRCLE_BRANCH : ${{ github.ref_name }}
220
220
steps :
221
221
- name : Initialize environment
222
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72763ac08dc5934ddb59f61800c0ebc424308e1d
222
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a135f30fd5951cb549d2b7df2be64af6f841857
223
223
- name : Install node modules
224
224
run : pnpm install --frozen-lockfile
225
225
- name : Setup Bazel
226
- uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
226
+ uses : angular/dev-infra/github-actions/bazel/setup@6a135f30fd5951cb549d2b7df2be64af6f841857
227
227
- run : pnpm admin snapshots --verbose
228
228
env :
229
229
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments