2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Initialize environment
26- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
26+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
2727 with :
2828 cache-node-modules : true
2929 node-module-directories : |
@@ -60,13 +60,13 @@ jobs:
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Initialize environment
63- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
63+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
6464 with :
6565 cache-node-modules : true
6666 - name : Setup Bazel
67- uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
67+ uses : angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
6868 - name : Setup Bazel RBE
69- uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
69+ uses : angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
7070 - name : Install node modules
7171 run : yarn install --frozen-lockfile
7272 - name : Run unit tests
@@ -78,13 +78,13 @@ jobs:
7878 runs-on : ubuntu-latest-4core
7979 steps :
8080 - name : Initialize environment
81- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
81+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
8282 with :
8383 cache-node-modules : true
8484 - name : Setup Bazel
85- uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
85+ uses : angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
8686 - name : Setup Bazel Remote Caching
87- uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
87+ uses : angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
8888 - name : Install node modules
8989 run : yarn install --frozen-lockfile --network-timeout 100000
9090 - name : Run CI tests for framework
@@ -94,15 +94,15 @@ jobs:
9494 runs-on : ubuntu-latest-4core
9595 steps :
9696 - name : Initialize environment
97- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
97+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
9898 with :
9999 cache-node-modules : true
100100 node-module-directories : |
101101 ./aio/node_modules
102102 - name : Setup Bazel
103- uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
103+ uses : angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
104104 - name : Setup Bazel RBE
105- uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
105+ uses : angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
106106 - name : Install node modules for aio
107107 run : yarn install --cwd aio --frozen-lockfile
108108 - name : Run AIO tests with upstream packages
@@ -115,15 +115,15 @@ jobs:
115115 labels : ubuntu-latest-4core
116116 steps :
117117 - name : Initialize environment
118- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
118+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
119119 with :
120120 cache-node-modules : true
121121 node-module-directories : |
122122 ./aio/node_modules
123123 - name : Setup Bazel
124- uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
124+ uses : angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
125125 - name : Setup Bazel RBE
126- uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
126+ uses : angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
127127 - name : Install node modules
128128 run : yarn install --cwd aio --frozen-lockfile
129129 - name : Run AIO tests with local packages
@@ -138,15 +138,15 @@ jobs:
138138 labels : ubuntu-latest
139139 steps :
140140 - name : Initialize environment
141- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
141+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
142142 with :
143143 cache-node-modules : true
144144 node-module-directories : |
145145 ./aio/node_modules
146146 - name : Setup Bazel
147- uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
147+ uses : angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
148148 - name : Setup Bazel RBE
149- uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
149+ uses : angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
150150 - name : Install node modules for aio
151151 run : yarn install --cwd aio --frozen-lockfile
152152 - name : Set the stable branch environment variable
@@ -182,13 +182,13 @@ jobs:
182182 labels : ubuntu-latest
183183 steps :
184184 - name : Initialize environment
185- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
185+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
186186 with :
187187 cache-node-modules : true
188188 - name : Setup Bazel
189- uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
189+ uses : angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
190190 - name : Setup Bazel RBE
191- uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
191+ uses : angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
192192 - name : Install node modules
193193 run : yarn install --frozen-lockfile
194194 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -200,17 +200,17 @@ jobs:
200200 labels : ubuntu-latest-4core
201201 steps :
202202 - name : Initialize environment
203- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
203+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
204204 with :
205205 cache-node-modules : true
206206 node-module-directories : |
207207 ./node_modules
208208 ./packages/zone.js/node_modules
209209 ./packages/zone.js/test/typings/node_modules
210210 - name : Setup Bazel
211- uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
211+ uses : angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
212212 - name : Setup Bazel RBE
213- uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
213+ uses : angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
214214 - name : Install node modules
215215 run : yarn install --frozen-lockfile
216216 - run : |
@@ -251,17 +251,17 @@ jobs:
251251 JOBS : 2
252252 steps :
253253 - name : Initialize environment
254- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
254+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@322163a896c47a584de7e721cc7427b017f51ccb
255255 with :
256256 cache-node-modules : true
257257 # Checking out the pull request commit is intended here as we need to run the changed code tests.
258258 ref : ${{ github.event.pull_request.head.sha }}
259259 - name : Install node modules
260260 run : yarn install --frozen-lockfile
261261 - name : Setup Bazel
262- uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
262+ uses : angular/dev-infra/github-actions/bazel/setup@322163a896c47a584de7e721cc7427b017f51ccb
263263 - name : Setup Bazel Remote Caching
264- uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
264+ uses : angular/dev-infra/github-actions/bazel/configure-remote@322163a896c47a584de7e721cc7427b017f51ccb
265265 - name : Set up Sauce Tunnel Daemon
266266 run : yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
267267 env :
0 commit comments