25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Initialize environment
28
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e805b4cfbbf04cf922ca279de2c49e2f778545ff
28
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
29
29
- name : Install node modules
30
30
run : yarn install --frozen-lockfile --ignore-scripts
31
31
- name : Run ESLint
@@ -43,11 +43,11 @@ jobs:
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Initialize environment
46
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e805b4cfbbf04cf922ca279de2c49e2f778545ff
46
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
47
47
- name : Setup Bazel
48
- uses : angular/dev-infra/github-actions/bazel/setup@e805b4cfbbf04cf922ca279de2c49e2f778545ff
48
+ uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
49
49
- name : Setup Bazel RBE
50
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e805b4cfbbf04cf922ca279de2c49e2f778545ff
50
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
51
51
- name : Install node modules
52
52
run : yarn install --frozen-lockfile
53
53
- 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@e805b4cfbbf04cf922ca279de2c49e2f778545ff
60
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
61
61
- name : Setup Bazel
62
- uses : angular/dev-infra/github-actions/bazel/setup@e805b4cfbbf04cf922ca279de2c49e2f778545ff
62
+ uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
63
63
- name : Setup Bazel RBE
64
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e805b4cfbbf04cf922ca279de2c49e2f778545ff
64
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
65
65
- name : Install node modules
66
66
run : yarn install --frozen-lockfile
67
67
- name : Run module tests
@@ -96,13 +96,13 @@ jobs:
96
96
runs-on : ${{ matrix.os }}
97
97
steps :
98
98
- name : Initialize environment
99
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e805b4cfbbf04cf922ca279de2c49e2f778545ff
99
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
100
100
- name : Install node modules
101
101
run : yarn install --frozen-lockfile
102
102
- name : Setup Bazel
103
- uses : angular/dev-infra/github-actions/bazel/setup@e805b4cfbbf04cf922ca279de2c49e2f778545ff
103
+ uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
104
104
- name : Setup Bazel RBE
105
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e805b4cfbbf04cf922ca279de2c49e2f778545ff
105
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
106
106
- name : Run CLI E2E tests
107
107
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 }}
108
108
@@ -117,13 +117,13 @@ jobs:
117
117
runs-on : ${{ matrix.os }}
118
118
steps :
119
119
- name : Initialize environment
120
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e805b4cfbbf04cf922ca279de2c49e2f778545ff
120
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
121
121
- name : Install node modules
122
122
run : yarn install --frozen-lockfile
123
123
- name : Setup Bazel
124
- uses : angular/dev-infra/github-actions/bazel/setup@e805b4cfbbf04cf922ca279de2c49e2f778545ff
124
+ uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
125
125
- name : Setup Bazel RBE
126
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e805b4cfbbf04cf922ca279de2c49e2f778545ff
126
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
127
127
- name : Run CLI E2E tests
128
128
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 }}
129
129
@@ -134,13 +134,13 @@ jobs:
134
134
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
135
135
steps :
136
136
- name : Initialize environment
137
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e805b4cfbbf04cf922ca279de2c49e2f778545ff
137
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
138
138
- name : Install node modules
139
139
run : yarn install --frozen-lockfile
140
140
- name : Setup Bazel
141
- uses : angular/dev-infra/github-actions/bazel/setup@e805b4cfbbf04cf922ca279de2c49e2f778545ff
141
+ uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
142
142
- name : Setup Bazel RBE
143
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e805b4cfbbf04cf922ca279de2c49e2f778545ff
143
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
144
144
- name : Run E2E Browser tests
145
145
env :
146
146
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -167,11 +167,11 @@ jobs:
167
167
CIRCLE_BRANCH : ${{ github.ref_name }}
168
168
steps :
169
169
- name : Initialize environment
170
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e805b4cfbbf04cf922ca279de2c49e2f778545ff
170
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
171
171
- name : Install node modules
172
172
run : yarn install --frozen-lockfile
173
173
- name : Setup Bazel
174
- uses : angular/dev-infra/github-actions/bazel/setup@e805b4cfbbf04cf922ca279de2c49e2f778545ff
174
+ uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
175
175
- run : yarn admin snapshots --verbose
176
176
env :
177
177
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments