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@0823edf256e181000db928a26c9de656a6a3d203
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
25
25
- name : Setup Bazel
26
- uses : angular/dev-infra/github-actions/bazel/setup@0823edf256e181000db928a26c9de656a6a3d203
26
+ uses : angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
47
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
48
48
- name : Setup Bazel
49
- uses : angular/dev-infra/github-actions/bazel/setup@0823edf256e181000db928a26c9de656a6a3d203
49
+ uses : angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
50
50
- name : Setup Bazel RBE
51
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0823edf256e181000db928a26c9de656a6a3d203
51
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
64
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
65
65
- name : Setup Bazel
66
- uses : angular/dev-infra/github-actions/bazel/setup@0823edf256e181000db928a26c9de656a6a3d203
66
+ uses : angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
67
67
- name : Setup Bazel RBE
68
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0823edf256e181000db928a26c9de656a6a3d203
68
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
90
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
94
+ uses : angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
95
95
- name : Setup Bazel RBE
96
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0823edf256e181000db928a26c9de656a6a3d203
96
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
113
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
114
114
- name : Setup Bazel
115
- uses : angular/dev-infra/github-actions/bazel/setup@0823edf256e181000db928a26c9de656a6a3d203
115
+ uses : angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
116
116
- name : Setup Bazel RBE
117
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0823edf256e181000db928a26c9de656a6a3d203
117
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
141
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
145
+ uses : angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
146
146
- name : Setup Bazel RBE
147
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0823edf256e181000db928a26c9de656a6a3d203
147
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
166
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
170
+ uses : angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
171
171
- name : Setup Bazel RBE
172
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0823edf256e181000db928a26c9de656a6a3d203
172
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
186
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
190
+ uses : angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
191
191
- name : Setup Bazel RBE
192
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0823edf256e181000db928a26c9de656a6a3d203
192
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
222
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4d867b54b0a8b4a5a5b1aafc826098546d715148
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@0823edf256e181000db928a26c9de656a6a3d203
226
+ uses : angular/dev-infra/github-actions/bazel/setup@4d867b54b0a8b4a5a5b1aafc826098546d715148
227
227
- run : pnpm admin snapshots --verbose
228
228
env :
229
229
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments