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