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