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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
46
46
- name : Setup ESLint Caching
47
47
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
78
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
79
79
- name : Setup Bazel
80
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
80
+ uses : angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
81
81
- name : Setup Bazel RBE
82
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
82
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
99
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
100
100
- name : Setup Bazel
101
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
101
+ uses : angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
102
102
- name : Setup Bazel RBE
103
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
103
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
104
104
- name : Install node modules
105
105
run : yarn install --frozen-lockfile
106
106
- name : Run module tests
@@ -135,13 +135,13 @@ jobs:
135
135
runs-on : ${{ matrix.os }}
136
136
steps :
137
137
- name : Initialize environment
138
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
138
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
139
139
- name : Install node modules
140
140
run : yarn install --frozen-lockfile
141
141
- name : Setup Bazel
142
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
142
+ uses : angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
143
143
- name : Setup Bazel RBE
144
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
144
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
145
145
- name : Run CLI E2E tests
146
146
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 }}
147
147
@@ -158,13 +158,13 @@ jobs:
158
158
runs-on : ${{ matrix.os }}
159
159
steps :
160
160
- name : Initialize environment
161
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
161
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
162
162
- name : Install node modules
163
163
run : yarn install --frozen-lockfile
164
164
- name : Setup Bazel
165
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
165
+ uses : angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
166
166
- name : Setup Bazel RBE
167
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
167
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
168
168
- name : Run CLI E2E tests
169
169
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 }}
170
170
@@ -176,13 +176,13 @@ jobs:
176
176
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
177
177
steps :
178
178
- name : Initialize environment
179
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
179
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
180
180
- name : Install node modules
181
181
run : yarn install --frozen-lockfile
182
182
- name : Setup Bazel
183
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
183
+ uses : angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
184
184
- name : Setup Bazel RBE
185
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
185
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
186
186
- name : Run E2E Browser tests
187
187
env :
188
188
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -210,11 +210,11 @@ jobs:
210
210
CIRCLE_BRANCH : ${{ github.ref_name }}
211
211
steps :
212
212
- name : Initialize environment
213
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
213
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
214
214
- name : Install node modules
215
215
run : yarn install --frozen-lockfile
216
216
- name : Setup Bazel
217
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
217
+ uses : angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
218
218
- run : yarn admin snapshots --verbose
219
219
env :
220
220
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments