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@ae4e34835e566bbcc12bec8f2191b069f307ece2
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
25
25
- name : Setup Bazel
26
- uses : angular/dev-infra/github-actions/bazel/setup@ae4e34835e566bbcc12bec8f2191b069f307ece2
26
+ uses : angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
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@ae4e34835e566bbcc12bec8f2191b069f307ece2
47
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
48
48
- name : Setup Bazel
49
- uses : angular/dev-infra/github-actions/bazel/setup@ae4e34835e566bbcc12bec8f2191b069f307ece2
49
+ uses : angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
50
50
- name : Setup Bazel RBE
51
- uses : angular/dev-infra/github-actions/bazel/configure-remote@ae4e34835e566bbcc12bec8f2191b069f307ece2
51
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
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@ae4e34835e566bbcc12bec8f2191b069f307ece2
64
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
65
65
- name : Setup Bazel
66
- uses : angular/dev-infra/github-actions/bazel/setup@ae4e34835e566bbcc12bec8f2191b069f307ece2
66
+ uses : angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
67
67
- name : Setup Bazel RBE
68
- uses : angular/dev-infra/github-actions/bazel/configure-remote@ae4e34835e566bbcc12bec8f2191b069f307ece2
68
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
69
69
with :
70
70
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
71
71
- name : Install node modules
@@ -85,13 +85,13 @@ jobs:
85
85
runs-on : ${{ matrix.os }}
86
86
steps :
87
87
- name : Initialize environment
88
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae4e34835e566bbcc12bec8f2191b069f307ece2
88
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
89
89
- name : Install node modules
90
90
run : pnpm install --frozen-lockfile
91
91
- name : Setup Bazel
92
- uses : angular/dev-infra/github-actions/bazel/setup@ae4e34835e566bbcc12bec8f2191b069f307ece2
92
+ uses : angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
93
93
- name : Setup Bazel RBE
94
- uses : angular/dev-infra/github-actions/bazel/configure-remote@ae4e34835e566bbcc12bec8f2191b069f307ece2
94
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
95
95
with :
96
96
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
97
97
- name : Run CLI E2E tests
@@ -101,11 +101,11 @@ jobs:
101
101
runs-on : ubuntu-latest
102
102
steps :
103
103
- name : Initialize environment
104
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae4e34835e566bbcc12bec8f2191b069f307ece2
104
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
105
105
- name : Setup Bazel
106
- uses : angular/dev-infra/github-actions/bazel/setup@ae4e34835e566bbcc12bec8f2191b069f307ece2
106
+ uses : angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
107
107
- name : Setup Bazel RBE
108
- uses : angular/dev-infra/github-actions/bazel/configure-remote@ae4e34835e566bbcc12bec8f2191b069f307ece2
108
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
109
109
with :
110
110
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
111
111
- name : Install node modules
@@ -139,7 +139,7 @@ jobs:
139
139
runs-on : ${{ matrix.os }}
140
140
steps :
141
141
- name : Initialize environment
142
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae4e34835e566bbcc12bec8f2191b069f307ece2
142
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
143
143
- name : Install node modules
144
144
run : pnpm install --frozen-lockfile
145
145
- name : Download built Windows E2E tests
@@ -167,13 +167,13 @@ jobs:
167
167
runs-on : ${{ matrix.os }}
168
168
steps :
169
169
- name : Initialize environment
170
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae4e34835e566bbcc12bec8f2191b069f307ece2
170
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
171
171
- name : Install node modules
172
172
run : pnpm install --frozen-lockfile
173
173
- name : Setup Bazel
174
- uses : angular/dev-infra/github-actions/bazel/setup@ae4e34835e566bbcc12bec8f2191b069f307ece2
174
+ uses : angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
175
175
- name : Setup Bazel RBE
176
- uses : angular/dev-infra/github-actions/bazel/configure-remote@ae4e34835e566bbcc12bec8f2191b069f307ece2
176
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
177
177
with :
178
178
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
179
179
- name : Run CLI E2E tests
@@ -192,13 +192,13 @@ jobs:
192
192
runs-on : ${{ matrix.os }}
193
193
steps :
194
194
- name : Initialize environment
195
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae4e34835e566bbcc12bec8f2191b069f307ece2
195
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
196
196
- name : Install node modules
197
197
run : pnpm install --frozen-lockfile
198
198
- name : Setup Bazel
199
- uses : angular/dev-infra/github-actions/bazel/setup@ae4e34835e566bbcc12bec8f2191b069f307ece2
199
+ uses : angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
200
200
- name : Setup Bazel RBE
201
- uses : angular/dev-infra/github-actions/bazel/configure-remote@ae4e34835e566bbcc12bec8f2191b069f307ece2
201
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
202
202
with :
203
203
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
204
204
- name : Run CLI E2E tests
@@ -212,13 +212,13 @@ jobs:
212
212
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
213
213
steps :
214
214
- name : Initialize environment
215
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae4e34835e566bbcc12bec8f2191b069f307ece2
215
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
216
216
- name : Install node modules
217
217
run : pnpm install --frozen-lockfile
218
218
- name : Setup Bazel
219
- uses : angular/dev-infra/github-actions/bazel/setup@ae4e34835e566bbcc12bec8f2191b069f307ece2
219
+ uses : angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
220
220
- name : Setup Bazel RBE
221
- uses : angular/dev-infra/github-actions/bazel/configure-remote@ae4e34835e566bbcc12bec8f2191b069f307ece2
221
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
222
222
with :
223
223
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
224
224
- name : Run E2E Browser tests
@@ -248,11 +248,11 @@ jobs:
248
248
CIRCLE_BRANCH : ${{ github.ref_name }}
249
249
steps :
250
250
- name : Initialize environment
251
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae4e34835e566bbcc12bec8f2191b069f307ece2
251
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
252
252
- name : Install node modules
253
253
run : pnpm install --frozen-lockfile
254
254
- name : Setup Bazel
255
- uses : angular/dev-infra/github-actions/bazel/setup@ae4e34835e566bbcc12bec8f2191b069f307ece2
255
+ uses : angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7
256
256
- run : pnpm admin snapshots --verbose
257
257
env :
258
258
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments