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@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78f80fa56155b444bf8a41d82cc16a33982ee4cf
25
25
with :
26
26
cache-node-modules : true
27
27
- name : Install node modules
@@ -41,13 +41,13 @@ jobs:
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Initialize environment
44
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
44
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78f80fa56155b444bf8a41d82cc16a33982ee4cf
45
45
with :
46
46
cache-node-modules : true
47
47
- name : Setup Bazel
48
- uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
48
+ uses : angular/dev-infra/github-actions/bazel/setup@78f80fa56155b444bf8a41d82cc16a33982ee4cf
49
49
- name : Setup Bazel RBE
50
- uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
50
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78f80fa56155b444bf8a41d82cc16a33982ee4cf
51
51
with :
52
52
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
53
53
- name : Install node modules
@@ -61,13 +61,13 @@ 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@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
64
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78f80fa56155b444bf8a41d82cc16a33982ee4cf
65
65
with :
66
66
cache-node-modules : true
67
67
- name : Setup Bazel
68
- uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
68
+ uses : angular/dev-infra/github-actions/bazel/setup@78f80fa56155b444bf8a41d82cc16a33982ee4cf
69
69
- name : Setup Bazel Remote Caching
70
- uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
70
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78f80fa56155b444bf8a41d82cc16a33982ee4cf
71
71
with :
72
72
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
73
73
- name : Install node modules
@@ -79,13 +79,13 @@ jobs:
79
79
runs-on : ubuntu-latest-4core
80
80
steps :
81
81
- name : Initialize environment
82
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
82
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78f80fa56155b444bf8a41d82cc16a33982ee4cf
83
83
with :
84
84
cache-node-modules : true
85
85
- name : Setup Bazel
86
- uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
86
+ uses : angular/dev-infra/github-actions/bazel/setup@78f80fa56155b444bf8a41d82cc16a33982ee4cf
87
87
- name : Setup Bazel Remote Caching
88
- uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
88
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78f80fa56155b444bf8a41d82cc16a33982ee4cf
89
89
with :
90
90
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
91
91
- name : Install node modules
@@ -98,11 +98,11 @@ jobs:
98
98
labels : ubuntu-latest-4core
99
99
steps :
100
100
- name : Initialize environment
101
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
101
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78f80fa56155b444bf8a41d82cc16a33982ee4cf
102
102
- name : Setup Bazel
103
- uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
103
+ uses : angular/dev-infra/github-actions/bazel/setup@78f80fa56155b444bf8a41d82cc16a33982ee4cf
104
104
- name : Setup Bazel RBE
105
- uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
105
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78f80fa56155b444bf8a41d82cc16a33982ee4cf
106
106
with :
107
107
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
108
108
- name : Install node modules
@@ -119,13 +119,13 @@ jobs:
119
119
labels : ubuntu-latest
120
120
steps :
121
121
- name : Initialize environment
122
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
122
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78f80fa56155b444bf8a41d82cc16a33982ee4cf
123
123
with :
124
124
cache-node-modules : true
125
125
- name : Setup Bazel
126
- uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
126
+ uses : angular/dev-infra/github-actions/bazel/setup@78f80fa56155b444bf8a41d82cc16a33982ee4cf
127
127
- name : Setup Bazel RBE
128
- uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
128
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78f80fa56155b444bf8a41d82cc16a33982ee4cf
129
129
- name : Install node modules
130
130
run : yarn install --frozen-lockfile
131
131
- run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -137,17 +137,17 @@ jobs:
137
137
labels : ubuntu-latest-4core
138
138
steps :
139
139
- name : Initialize environment
140
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
140
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78f80fa56155b444bf8a41d82cc16a33982ee4cf
141
141
with :
142
142
cache-node-modules : true
143
143
node-module-directories : |
144
144
./node_modules
145
145
./packages/zone.js/node_modules
146
146
./packages/zone.js/test/typings/node_modules
147
147
- name : Setup Bazel
148
- uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
148
+ uses : angular/dev-infra/github-actions/bazel/setup@78f80fa56155b444bf8a41d82cc16a33982ee4cf
149
149
- name : Setup Bazel RBE
150
- uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
150
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78f80fa56155b444bf8a41d82cc16a33982ee4cf
151
151
with :
152
152
google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
153
153
- name : Install node modules
@@ -186,7 +186,7 @@ jobs:
186
186
SAUCE_TUNNEL_IDENTIFIER : angular-framework-${{ github.run_number }}
187
187
steps :
188
188
- name : Initialize environment
189
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
189
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78f80fa56155b444bf8a41d82cc16a33982ee4cf
190
190
with :
191
191
cache-node-modules : true
192
192
- name : Install node modules
@@ -199,11 +199,11 @@ jobs:
199
199
runs-on : ubuntu-latest
200
200
steps :
201
201
- name : Initialize environment
202
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
202
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78f80fa56155b444bf8a41d82cc16a33982ee4cf
203
203
- name : Setup Bazel
204
- uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
204
+ uses : angular/dev-infra/github-actions/bazel/setup@78f80fa56155b444bf8a41d82cc16a33982ee4cf
205
205
- name : Setup Bazel RBE
206
- uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
206
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78f80fa56155b444bf8a41d82cc16a33982ee4cf
207
207
- name : Install node modules
208
208
run : yarn install --frozen-lockfile
209
209
- name : Build adev to ensure it continues to work
0 commit comments