42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Initialize environment
45
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@cef5d14b65c8f8afe7ee57858512c57d953813a4
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
46
46
- name : Setup ESLint Caching
47
47
uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
48
48
with :
@@ -75,11 +75,11 @@ jobs:
75
75
runs-on : ubuntu-latest
76
76
steps :
77
77
- name : Initialize environment
78
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@cef5d14b65c8f8afe7ee57858512c57d953813a4
78
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
79
79
- name : Setup Bazel
80
- uses : angular/dev-infra/github-actions/bazel/setup@cef5d14b65c8f8afe7ee57858512c57d953813a4
80
+ uses : angular/dev-infra/github-actions/bazel/setup@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
81
81
- name : Setup Bazel RBE
82
- uses : angular/dev-infra/github-actions/bazel/configure-remote@cef5d14b65c8f8afe7ee57858512c57d953813a4
82
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
83
83
- name : Install node modules
84
84
run : yarn install --frozen-lockfile
85
85
- name : Build release targets
@@ -96,11 +96,11 @@ jobs:
96
96
runs-on : ubuntu-latest
97
97
steps :
98
98
- name : Initialize environment
99
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@cef5d14b65c8f8afe7ee57858512c57d953813a4
99
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
100
100
- name : Setup Bazel
101
- uses : angular/dev-infra/github-actions/bazel/setup@cef5d14b65c8f8afe7ee57858512c57d953813a4
101
+ uses : angular/dev-infra/github-actions/bazel/setup@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
102
102
- name : Setup Bazel RBE
103
- uses : angular/dev-infra/github-actions/bazel/configure-remote@cef5d14b65c8f8afe7ee57858512c57d953813a4
103
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
104
104
- name : Install node modules
105
105
run : yarn install --frozen-lockfile
106
106
- name : Run tests
@@ -128,13 +128,13 @@ jobs:
128
128
runs-on : ${{ matrix.os }}
129
129
steps :
130
130
- name : Initialize environment
131
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@cef5d14b65c8f8afe7ee57858512c57d953813a4
131
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
132
132
- name : Install node modules
133
133
run : yarn install --frozen-lockfile
134
134
- name : Setup Bazel
135
- uses : angular/dev-infra/github-actions/bazel/setup@cef5d14b65c8f8afe7ee57858512c57d953813a4
135
+ uses : angular/dev-infra/github-actions/bazel/setup@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
136
136
- name : Setup Bazel RBE
137
- uses : angular/dev-infra/github-actions/bazel/configure-remote@cef5d14b65c8f8afe7ee57858512c57d953813a4
137
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
138
138
- name : Run CLI E2E tests
139
139
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
140
140
@@ -151,13 +151,13 @@ jobs:
151
151
runs-on : ${{ matrix.os }}
152
152
steps :
153
153
- name : Initialize environment
154
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@cef5d14b65c8f8afe7ee57858512c57d953813a4
154
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
155
155
- name : Install node modules
156
156
run : yarn install --frozen-lockfile
157
157
- name : Setup Bazel
158
- uses : angular/dev-infra/github-actions/bazel/setup@cef5d14b65c8f8afe7ee57858512c57d953813a4
158
+ uses : angular/dev-infra/github-actions/bazel/setup@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
159
159
- name : Setup Bazel RBE
160
- uses : angular/dev-infra/github-actions/bazel/configure-remote@cef5d14b65c8f8afe7ee57858512c57d953813a4
160
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
161
161
- name : Run CLI E2E tests
162
162
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
163
163
@@ -169,13 +169,13 @@ jobs:
169
169
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
170
170
steps :
171
171
- name : Initialize environment
172
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@cef5d14b65c8f8afe7ee57858512c57d953813a4
172
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
173
173
- name : Install node modules
174
174
run : yarn install --frozen-lockfile
175
175
- name : Setup Bazel
176
- uses : angular/dev-infra/github-actions/bazel/setup@cef5d14b65c8f8afe7ee57858512c57d953813a4
176
+ uses : angular/dev-infra/github-actions/bazel/setup@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
177
177
- name : Setup Bazel RBE
178
- uses : angular/dev-infra/github-actions/bazel/configure-remote@cef5d14b65c8f8afe7ee57858512c57d953813a4
178
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
179
179
- name : Run E2E Browser tests
180
180
env :
181
181
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -203,11 +203,11 @@ jobs:
203
203
CIRCLE_BRANCH : ${{ github.ref_name }}
204
204
steps :
205
205
- name : Initialize environment
206
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@cef5d14b65c8f8afe7ee57858512c57d953813a4
206
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
207
207
- name : Install node modules
208
208
run : yarn install --frozen-lockfile
209
209
- name : Setup Bazel
210
- uses : angular/dev-infra/github-actions/bazel/setup@cef5d14b65c8f8afe7ee57858512c57d953813a4
210
+ uses : angular/dev-infra/github-actions/bazel/setup@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
211
211
- run : yarn admin snapshots --verbose
212
212
env :
213
213
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments