3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Initialize environment
41- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
41+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
4242 - name : Setup ESLint Caching
4343 uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444 with :
@@ -71,11 +71,11 @@ jobs:
7171 runs-on : ubuntu-latest
7272 steps :
7373 - name : Initialize environment
74- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
74+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
7575 - name : Setup Bazel
76- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
76+ uses : angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
7777 - name : Setup Bazel RBE
78- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
78+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
7979 - name : Install node modules
8080 run : yarn install --frozen-lockfile
8181 - name : Build release targets
@@ -92,13 +92,13 @@ jobs:
9292 runs-on : ubuntu-latest
9393 steps :
9494 - name : Initialize environment
95- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
95+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
9696 with :
9797 fetch-depth : 1
9898 - name : Setup Bazel
99- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
99+ uses : angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
100100 - name : Setup Bazel RBE
101- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
101+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
102102 - name : Install node modules
103103 run : yarn install --frozen-lockfile
104104 - name : Run tests
@@ -123,15 +123,15 @@ jobs:
123123 runs-on : ${{ matrix.os }}
124124 steps :
125125 - name : Initialize environment
126- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
126+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
127127 with :
128128 fetch-depth : 1
129129 - name : Install node modules
130130 run : yarn install --frozen-lockfile
131131 - name : Setup Bazel
132- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
132+ uses : angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
133133 - name : Setup Bazel RBE
134- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
134+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
135135 - name : Run CLI E2E tests
136136 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 }}
137137
@@ -148,14 +148,14 @@ jobs:
148148 runs-on : ${{ matrix.os }}
149149 steps :
150150 - name : Initialize environment
151- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
151+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
152152 with :
153153 fetch-depth : 1
154154 - name : Install node modules
155155 run : yarn install --frozen-lockfile
156156 - name : Setup Bazel
157- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
157+ uses : angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
158158 - name : Setup Bazel RBE
159- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
159+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
160160 - name : Run CLI E2E tests
161161 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 }}
0 commit comments