3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Initialize environment
41- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
41+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b57414124cf00fcbf1ecb190bdeb1a1396361424
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@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
74+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b57414124cf00fcbf1ecb190bdeb1a1396361424
7575 - name : Setup Bazel
76- uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
76+ uses : angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424
7777 - name : Setup Bazel RBE
78- uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
78+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424
7979 - name : Install node modules
8080 run : yarn install --frozen-lockfile
8181 - name : Build release targets
@@ -106,9 +106,9 @@ jobs:
106106 - name : Install node modules
107107 run : yarn install --frozen-lockfile
108108 - name : Setup Bazel
109- uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
109+ uses : angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424
110110 - name : Setup Bazel RBE
111- uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
111+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424
112112 - if : matrix.version == env.defaultVersion
113113 name : Run tests for default node version
114114 run : yarn bazel test --test_tag_filters=-node18,-node16-broken //packages/...
@@ -135,15 +135,15 @@ jobs:
135135 runs-on : ${{ matrix.os }}
136136 steps :
137137 - name : Initialize environment
138- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
138+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b57414124cf00fcbf1ecb190bdeb1a1396361424
139139 with :
140140 fetch-depth : 1
141141 - name : Install node modules
142142 run : yarn install --frozen-lockfile
143143 - name : Setup Bazel
144- uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
144+ uses : angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424
145145 - name : Setup Bazel RBE
146- uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
146+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424
147147 - name : Run CLI E2E tests
148148 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 }}
149149
@@ -160,14 +160,14 @@ jobs:
160160 runs-on : ${{ matrix.os }}
161161 steps :
162162 - name : Initialize environment
163- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
163+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b57414124cf00fcbf1ecb190bdeb1a1396361424
164164 with :
165165 fetch-depth : 1
166166 - name : Install node modules
167167 run : yarn install --frozen-lockfile
168168 - name : Setup Bazel
169- uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
169+ uses : angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424
170170 - name : Setup Bazel RBE
171- uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
171+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424
172172 - name : Run CLI E2E tests
173173 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