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@06c699a0574071728a3405e372573176faeed949
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
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@06c699a0574071728a3405e372573176faeed949
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
46
46
- name : Setup Bazel
47
- uses : angular/dev-infra/github-actions/bazel/setup@06c699a0574071728a3405e372573176faeed949
47
+ uses : angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
48
48
- name : Setup Bazel RBE
49
- uses : angular/dev-infra/github-actions/bazel/configure-remote@06c699a0574071728a3405e372573176faeed949
49
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
50
50
- name : Install node modules
51
51
run : yarn install --immutable
52
52
- name : Build release targets
@@ -57,11 +57,11 @@ jobs:
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Initialize environment
60
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06c699a0574071728a3405e372573176faeed949
60
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
61
61
- name : Setup Bazel
62
- uses : angular/dev-infra/github-actions/bazel/setup@06c699a0574071728a3405e372573176faeed949
62
+ uses : angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
63
63
- name : Setup Bazel RBE
64
- uses : angular/dev-infra/github-actions/bazel/configure-remote@06c699a0574071728a3405e372573176faeed949
64
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
65
65
- name : Install node modules
66
66
run : yarn install --immutable
67
67
- name : Run module and package tests
@@ -92,13 +92,13 @@ jobs:
92
92
- run : choco install gzip
93
93
if : ${{matrix.os == 'windows-latest'}}
94
94
- name : Initialize environment
95
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06c699a0574071728a3405e372573176faeed949
95
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
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@06c699a0574071728a3405e372573176faeed949
99
+ uses : angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
100
100
- name : Setup Bazel RBE
101
- uses : angular/dev-infra/github-actions/bazel/configure-remote@06c699a0574071728a3405e372573176faeed949
101
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
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
@@ -114,13 +114,13 @@ jobs:
114
114
runs-on : ${{ matrix.os }}
115
115
steps :
116
116
- name : Initialize environment
117
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06c699a0574071728a3405e372573176faeed949
117
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
118
118
- name : Install node modules
119
119
run : yarn install --immutable
120
120
- name : Setup Bazel
121
- uses : angular/dev-infra/github-actions/bazel/setup@06c699a0574071728a3405e372573176faeed949
121
+ uses : angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
122
122
- name : Setup Bazel RBE
123
- uses : angular/dev-infra/github-actions/bazel/configure-remote@06c699a0574071728a3405e372573176faeed949
123
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
124
124
- name : Run CLI E2E tests
125
125
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 }}
126
126
@@ -136,13 +136,13 @@ jobs:
136
136
runs-on : ${{ matrix.os }}
137
137
steps :
138
138
- name : Initialize environment
139
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06c699a0574071728a3405e372573176faeed949
139
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
140
140
- name : Install node modules
141
141
run : yarn install --immutable
142
142
- name : Setup Bazel
143
- uses : angular/dev-infra/github-actions/bazel/setup@06c699a0574071728a3405e372573176faeed949
143
+ uses : angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
144
144
- name : Setup Bazel RBE
145
- uses : angular/dev-infra/github-actions/bazel/configure-remote@06c699a0574071728a3405e372573176faeed949
145
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
146
146
- name : Run CLI E2E tests
147
147
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 }}
148
148
@@ -154,13 +154,13 @@ jobs:
154
154
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
155
155
steps :
156
156
- name : Initialize environment
157
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06c699a0574071728a3405e372573176faeed949
157
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
158
158
- name : Install node modules
159
159
run : yarn install --immutable
160
160
- name : Setup Bazel
161
- uses : angular/dev-infra/github-actions/bazel/setup@06c699a0574071728a3405e372573176faeed949
161
+ uses : angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
162
162
- name : Setup Bazel RBE
163
- uses : angular/dev-infra/github-actions/bazel/configure-remote@06c699a0574071728a3405e372573176faeed949
163
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
164
164
- name : Run E2E Browser tests
165
165
env :
166
166
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -188,11 +188,11 @@ jobs:
188
188
CIRCLE_BRANCH : ${{ github.ref_name }}
189
189
steps :
190
190
- name : Initialize environment
191
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@06c699a0574071728a3405e372573176faeed949
191
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
192
192
- name : Install node modules
193
193
run : yarn install --immutable
194
194
- name : Setup Bazel
195
- uses : angular/dev-infra/github-actions/bazel/setup@06c699a0574071728a3405e372573176faeed949
195
+ uses : angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
196
196
- run : yarn admin snapshots --verbose
197
197
env :
198
198
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments