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@db91da4e742cd081bfba01db2edc4e816018419b
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
25
25
- name : Install node modules
26
26
run : yarn install --immutable
27
27
- name : Generate JSON schema types
@@ -42,11 +42,11 @@ jobs:
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@db91da4e742cd081bfba01db2edc4e816018419b
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
46
46
- name : Setup Bazel
47
- uses : angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
47
+ uses : angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
48
48
- name : Setup Bazel RBE
49
- uses : angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
49
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
50
50
- name : Install node modules
51
51
run : yarn install --immutable
52
52
- name : Build release targets
@@ -56,11 +56,11 @@ jobs:
56
56
runs-on : ubuntu-latest
57
57
steps :
58
58
- name : Initialize environment
59
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
59
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
60
60
- name : Setup Bazel
61
- uses : angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
61
+ uses : angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
62
62
- name : Setup Bazel RBE
63
- uses : angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
63
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
64
64
- name : Install node modules
65
65
run : yarn install --immutable
66
66
- name : Run module tests
@@ -92,13 +92,13 @@ jobs:
92
92
runs-on : ${{ matrix.os }}
93
93
steps :
94
94
- name : Initialize environment
95
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
95
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
96
96
- name : Install node modules
97
97
run : yarn install --immutable
98
98
- name : Setup Bazel
99
- uses : angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
99
+ uses : angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
100
100
- name : Setup Bazel RBE
101
- uses : angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
101
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
102
102
- name : Run CLI E2E tests
103
103
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 }}
104
104
@@ -113,13 +113,13 @@ jobs:
113
113
runs-on : ${{ matrix.os }}
114
114
steps :
115
115
- name : Initialize environment
116
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
116
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
117
117
- name : Install node modules
118
118
run : yarn install --immutable
119
119
- name : Setup Bazel
120
- uses : angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
120
+ uses : angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
121
121
- name : Setup Bazel RBE
122
- uses : angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
122
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
123
123
- name : Run CLI E2E tests
124
124
run : yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
125
125
@@ -134,13 +134,13 @@ jobs:
134
134
runs-on : ${{ matrix.os }}
135
135
steps :
136
136
- name : Initialize environment
137
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
137
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
138
138
- name : Install node modules
139
139
run : yarn install --immutable
140
140
- name : Setup Bazel
141
- uses : angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
141
+ uses : angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
142
142
- name : Setup Bazel RBE
143
- uses : angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
143
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
144
144
- name : Run CLI E2E tests
145
145
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 }}
146
146
@@ -151,13 +151,13 @@ jobs:
151
151
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
152
152
steps :
153
153
- name : Initialize environment
154
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
154
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
155
155
- name : Install node modules
156
156
run : yarn install --immutable
157
157
- name : Setup Bazel
158
- uses : angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
158
+ uses : angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
159
159
- name : Setup Bazel RBE
160
- uses : angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
160
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
161
161
- name : Run E2E Browser tests
162
162
env :
163
163
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -184,11 +184,11 @@ jobs:
184
184
CIRCLE_BRANCH : ${{ github.ref_name }}
185
185
steps :
186
186
- name : Initialize environment
187
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
187
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
188
188
- name : Install node modules
189
189
run : yarn install --immutable
190
190
- name : Setup Bazel
191
- uses : angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
191
+ uses : angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
192
192
- run : yarn admin snapshots --verbose
193
193
env :
194
194
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments