2121 runs-on : ubuntu-latest 
2222 steps :
2323 - name : Initialize environment 
24-  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8  
24+  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
2525 with :
2626 cache-node-modules : true 
2727 - name : Install node modules 
@@ -41,13 +41,13 @@ jobs:
4141 runs-on : ubuntu-latest 
4242 steps :
4343 - name : Initialize environment 
44-  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8  
44+  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
4545 with :
4646 cache-node-modules : true 
4747 - name : Setup Bazel 
48-  uses : angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8  
48+  uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
4949 - name : Setup Bazel RBE 
50-  uses : angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8  
50+  uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
5151 - name : Install node modules 
5252 run : yarn install --frozen-lockfile 
5353 - name : Run unit tests 
@@ -59,13 +59,13 @@ jobs:
5959 runs-on : ubuntu-latest-4core 
6060 steps :
6161 - name : Initialize environment 
62-  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8  
62+  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
6363 with :
6464 cache-node-modules : true 
6565 - name : Setup Bazel 
66-  uses : angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8  
66+  uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
6767 - name : Setup Bazel Remote Caching 
68-  uses : angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8  
68+  uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
6969 - name : Install node modules 
7070 run : yarn install --frozen-lockfile --network-timeout 100000 
7171 - name : Run CI tests for framework 
@@ -76,11 +76,11 @@ jobs:
7676 labels : ubuntu-latest-4core 
7777 steps :
7878 - name : Initialize environment 
79-  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8  
79+  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
8080 - name : Setup Bazel 
81-  uses : angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8  
81+  uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
8282 - name : Setup Bazel RBE 
83-  uses : angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8  
83+  uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
8484 - name : Install node modules 
8585 run : yarn install --frozen-lockfile 
8686 - name : Build adev in fast mode to ensure it continues to work 
@@ -93,13 +93,13 @@ jobs:
9393 labels : ubuntu-latest 
9494 steps :
9595 - name : Initialize environment 
96-  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8  
96+  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
9797 with :
9898 cache-node-modules : true 
9999 - name : Setup Bazel 
100-  uses : angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8  
100+  uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
101101 - name : Setup Bazel RBE 
102-  uses : angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8  
102+  uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
103103 - name : Install node modules 
104104 run : yarn install --frozen-lockfile 
105105 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials 
@@ -111,17 +111,17 @@ jobs:
111111 labels : ubuntu-latest-4core 
112112 steps :
113113 - name : Initialize environment 
114-  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8  
114+  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
115115 with :
116116 cache-node-modules : true 
117117 node-module-directories : | 
118118 ./node_modules 
119119 ./packages/zone.js/node_modules 
120120 ./packages/zone.js/test/typings/node_modules 
121121name : Setup Bazel 
122-  uses : angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8  
122+  uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
123123 - name : Setup Bazel RBE 
124-  uses : angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8  
124+  uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
125125 - name : Install node modules 
126126 run : yarn install --frozen-lockfile 
127127 - run : | 
@@ -158,17 +158,17 @@ jobs:
158158 JOBS : 2 
159159 steps :
160160 - name : Initialize environment 
161-  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8  
161+  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
162162 with :
163163 cache-node-modules : true 
164164 - name : Install node modules 
165165 run : yarn install --frozen-lockfile 
166166 - name : Setup Bazel 
167-  uses : angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8  
167+  uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
168168 - name : Setup Bazel Remote Caching 
169-  uses : angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8  
169+  uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
170170 - name : Setup Saucelabs Variables 
171-  uses : angular/dev-infra/github-actions/saucelabs@bd7b63896ab21fc258f8f9236165c37e62db27d8  
171+  uses : angular/dev-infra/github-actions/saucelabs@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
172172 - name : Set up Sauce Tunnel Daemon 
173173 run : yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS & 
174174 env :
@@ -184,11 +184,11 @@ jobs:
184184 runs-on : ubuntu-latest 
185185 steps :
186186 - name : Initialize environment 
187-  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8  
187+  uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
188188 - name : Setup Bazel 
189-  uses : angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8  
189+  uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
190190 - name : Setup Bazel RBE 
191-  uses : angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8  
191+  uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a  
192192 - name : Install node modules 
193193 run : yarn install --frozen-lockfile 
194194 - name : Build adev to ensure it continues to work 
0 commit comments