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@b79ac7f5d6689becb7f2d559affbab5afb361389
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
25
25
- name : Install node modules
26
26
run : pnpm install --frozen-lockfile
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@b79ac7f5d6689becb7f2d559affbab5afb361389
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
46
46
- name : Setup Bazel
47
- uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
47
+ uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
48
48
- name : Setup Bazel RBE
49
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80
49
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
50
50
- name : Install node modules
51
51
run : pnpm install --frozen-lockfile
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@b79ac7f5d6689becb7f2d559affbab5afb361389
60
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
61
61
- name : Setup Bazel
62
- uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
62
+ uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
63
63
- name : Setup Bazel RBE
64
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80
64
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
65
65
- name : Install node modules
66
66
run : pnpm install --frozen-lockfile
67
67
- name : Run module and package tests
@@ -81,13 +81,13 @@ jobs:
81
81
runs-on : ${{ matrix.os }}
82
82
steps :
83
83
- name : Initialize environment
84
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
84
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
85
85
- name : Install node modules
86
86
run : pnpm install --frozen-lockfile
87
87
- name : Setup Bazel
88
- uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
88
+ uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
89
89
- name : Setup Bazel RBE
90
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80
90
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
91
91
- name : Run CLI E2E tests
92
92
run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
93
93
@@ -102,7 +102,7 @@ jobs:
102
102
runs-on : ${{ matrix.os }}
103
103
steps :
104
104
- name : Initialize environment
105
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
105
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
106
106
- name : Run CLI E2E tests
107
107
uses : ./.github/shared-actions/windows-bazel-test
108
108
with :
@@ -123,13 +123,13 @@ jobs:
123
123
runs-on : ${{ matrix.os }}
124
124
steps :
125
125
- name : Initialize environment
126
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
126
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
127
127
- name : Install node modules
128
128
run : pnpm install --frozen-lockfile
129
129
- name : Setup Bazel
130
- uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
130
+ uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
131
131
- name : Setup Bazel RBE
132
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80
132
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
133
133
- name : Run CLI E2E tests
134
134
run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
135
135
@@ -145,13 +145,13 @@ jobs:
145
145
runs-on : ${{ matrix.os }}
146
146
steps :
147
147
- name : Initialize environment
148
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
148
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
149
149
- name : Install node modules
150
150
run : pnpm install --frozen-lockfile
151
151
- name : Setup Bazel
152
- uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
152
+ uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
153
153
- name : Setup Bazel RBE
154
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80
154
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
155
155
- name : Run CLI E2E tests
156
156
run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
157
157
@@ -163,13 +163,13 @@ jobs:
163
163
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
164
164
steps :
165
165
- name : Initialize environment
166
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
166
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
167
167
- name : Install node modules
168
168
run : pnpm install --frozen-lockfile
169
169
- name : Setup Bazel
170
- uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
170
+ uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
171
171
- name : Setup Bazel RBE
172
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80
172
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
173
173
- name : Run E2E Browser tests
174
174
env :
175
175
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -197,11 +197,11 @@ jobs:
197
197
CIRCLE_BRANCH : ${{ github.ref_name }}
198
198
steps :
199
199
- name : Initialize environment
200
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
200
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
201
201
- name : Install node modules
202
202
run : pnpm install --frozen-lockfile
203
203
- name : Setup Bazel
204
- uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
204
+ uses : angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
205
205
- run : pnpm admin snapshots --verbose
206
206
env :
207
207
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments