2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Initialize environment
27- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
27+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
2828 with :
2929 cache-node-modules : true
3030 node-module-directories : |
@@ -59,13 +59,13 @@ jobs:
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Initialize environment
62- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
62+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
6363 with :
6464 cache-node-modules : true
6565 - name : Setup Bazel
66- uses : angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
66+ uses : angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
6767 - name : Setup Bazel RBE
68- uses : angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
68+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
6969 - name : Install node modules
7070 run : yarn install --frozen-lockfile
7171 - name : Run unit tests
@@ -77,13 +77,13 @@ jobs:
7777 runs-on : ubuntu-latest-4core
7878 steps :
7979 - name : Initialize environment
80- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
80+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
8181 with :
8282 cache-node-modules : true
8383 - name : Setup Bazel
84- uses : angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
84+ uses : angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
8585 - name : Setup Bazel Remote Caching
86- uses : angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
86+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
8787 - name : Install node modules
8888 run : yarn install --frozen-lockfile --network-timeout 100000
8989 - name : Run CI tests for framework
@@ -94,11 +94,11 @@ jobs:
9494 labels : ubuntu-latest-4core
9595 steps :
9696 - name : Initialize environment
97- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
97+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
9898 - name : Setup Bazel
99- uses : angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
99+ uses : angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
100100 - name : Setup Bazel RBE
101- uses : angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
101+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
102102 - name : Install node modules
103103 run : yarn install --frozen-lockfile
104104 - name : Build adev to ensure it continues to work
@@ -110,13 +110,13 @@ jobs:
110110 labels : ubuntu-latest
111111 steps :
112112 - name : Initialize environment
113- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
113+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
114114 with :
115115 cache-node-modules : true
116116 - name : Setup Bazel
117- uses : angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
117+ uses : angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
118118 - name : Setup Bazel RBE
119- uses : angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
119+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
120120 - name : Install node modules
121121 run : yarn install --frozen-lockfile
122122 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -128,17 +128,17 @@ jobs:
128128 labels : ubuntu-latest-4core
129129 steps :
130130 - name : Initialize environment
131- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
131+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
132132 with :
133133 cache-node-modules : true
134134 node-module-directories : |
135135 ./node_modules
136136 ./packages/zone.js/node_modules
137137 ./packages/zone.js/test/typings/node_modules
138138 - name : Setup Bazel
139- uses : angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
139+ uses : angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
140140 - name : Setup Bazel RBE
141- uses : angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
141+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
142142 - name : Install node modules
143143 run : yarn install --frozen-lockfile
144144 - run : |
@@ -177,19 +177,19 @@ jobs:
177177 JOBS : 2
178178 steps :
179179 - name : Initialize environment
180- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
180+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
181181 with :
182182 cache-node-modules : true
183183 # Checking out the pull request commit is intended here as we need to run the changed code tests.
184184 ref : ${{ github.event.pull_request.head.sha }}
185185 - name : Install node modules
186186 run : yarn install --frozen-lockfile
187187 - name : Setup Bazel
188- uses : angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
188+ uses : angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
189189 - name : Setup Bazel Remote Caching
190- uses : angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
190+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
191191 - name : Setup Saucelabs Variables
192- uses : angular/dev-infra/github-actions/saucelabs@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
192+ uses : angular/dev-infra/github-actions/saucelabs@0581ca5177f61a7dba5221c17e60522776cef714
193193 - name : Set up Sauce Tunnel Daemon
194194 run : yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
195195 env :
@@ -205,15 +205,15 @@ jobs:
205205 SAUCE_TUNNEL_IDENTIFIER : angular-framework-${{ github.run_number }}
206206 steps :
207207 - name : Initialize environment
208- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
208+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
209209 with :
210210 cache-node-modules : true
211211 - name : Install node modules
212212 run : yarn install --frozen-lockfile
213213 - name : Setup Bazel
214- uses : angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
214+ uses : angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
215215 - name : Setup Saucelabs Variables
216- uses : angular/dev-infra/github-actions/saucelabs@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
216+ uses : angular/dev-infra/github-actions/saucelabs@0581ca5177f61a7dba5221c17e60522776cef714
217217 - name : Starting Saucelabs tunnel service
218218 run : ./tools/saucelabs/sauce-service.sh run &
219219 # Build test fixtures for a test that rely on Bazel-generated fixtures. Note that disabling
@@ -254,11 +254,11 @@ jobs:
254254 runs-on : ubuntu-latest
255255 steps :
256256 - name : Initialize environment
257- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
257+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0581ca5177f61a7dba5221c17e60522776cef714
258258 - name : Setup Bazel
259- uses : angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
259+ uses : angular/dev-infra/github-actions/bazel/setup@0581ca5177f61a7dba5221c17e60522776cef714
260260 - name : Setup Bazel RBE
261- uses : angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
261+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
262262 - name : Install node modules
263263 run : yarn install --frozen-lockfile
264264 - name : Build adev to ensure it continues to work
0 commit comments