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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
78
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
79
79
- name : Setup Bazel
80
- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
80
+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
81
81
- name : Setup Bazel RBE
82
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
82
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
99
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
100
100
- name : Setup Bazel
101
- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
101
+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
102
102
- name : Setup Bazel RBE
103
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
103
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
104
104
- name : Install node modules
105
105
run : yarn install --frozen-lockfile
106
106
- name : Run module tests
@@ -130,13 +130,13 @@ jobs:
130
130
runs-on : ${{ matrix.os }}
131
131
steps :
132
132
- name : Initialize environment
133
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
133
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
134
134
- name : Install node modules
135
135
run : yarn install --frozen-lockfile
136
136
- name : Setup Bazel
137
- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
137
+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
138
138
- name : Setup Bazel RBE
139
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
139
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
140
140
- name : Run CLI E2E tests
141
141
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 }}
142
142
@@ -153,13 +153,13 @@ jobs:
153
153
runs-on : ${{ matrix.os }}
154
154
steps :
155
155
- name : Initialize environment
156
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
156
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
157
157
- name : Install node modules
158
158
run : yarn install --frozen-lockfile
159
159
- name : Setup Bazel
160
- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
160
+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
161
161
- name : Setup Bazel RBE
162
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
162
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
163
163
- name : Run CLI E2E tests
164
164
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 }}
165
165
@@ -171,13 +171,13 @@ jobs:
171
171
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
172
172
steps :
173
173
- name : Initialize environment
174
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
174
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
175
175
- name : Install node modules
176
176
run : yarn install --frozen-lockfile
177
177
- name : Setup Bazel
178
- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
178
+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
179
179
- name : Setup Bazel RBE
180
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
180
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
181
181
- name : Run E2E Browser tests
182
182
env :
183
183
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -205,11 +205,11 @@ jobs:
205
205
CIRCLE_BRANCH : ${{ github.ref_name }}
206
206
steps :
207
207
- name : Initialize environment
208
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
208
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
209
209
- name : Install node modules
210
210
run : yarn install --frozen-lockfile
211
211
- name : Setup Bazel
212
- uses : angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
212
+ uses : angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
213
213
- run : yarn admin snapshots --verbose
214
214
env :
215
215
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments