2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
2525 with :
2626 cache-node-modules : true
2727 - name : Install node modules
@@ -43,13 +43,13 @@ jobs:
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Initialize environment
46- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
46+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
4747 with :
4848 cache-node-modules : true
4949 - name : Setup Bazel
50- uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
50+ uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
5151 - name : Setup Bazel RBE
52- uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
52+ uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
5353 - name : Install node modules
5454 run : yarn install --frozen-lockfile
5555 - name : Run unit tests
@@ -61,13 +61,13 @@ jobs:
6161 runs-on : ubuntu-latest-4core
6262 steps :
6363 - name : Initialize environment
64- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
6565 with :
6666 cache-node-modules : true
6767 - name : Setup Bazel
68- uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
68+ uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
6969 - name : Setup Bazel Remote Caching
70- uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
70+ uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
7171 - name : Install node modules
7272 run : yarn install --frozen-lockfile --network-timeout 100000
7373 - name : Run CI tests for framework
@@ -78,11 +78,11 @@ jobs:
7878 labels : ubuntu-latest-4core
7979 steps :
8080 - name : Initialize environment
81- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
81+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
8282 - name : Setup Bazel
83- uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
83+ uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
8484 - name : Setup Bazel RBE
85- uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
85+ uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
8686 - name : Install node modules
8787 run : yarn install --frozen-lockfile
8888 - name : Build adev in fast mode to ensure it continues to work
@@ -95,13 +95,13 @@ jobs:
9595 labels : ubuntu-latest
9696 steps :
9797 - name : Initialize environment
98- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
98+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
9999 with :
100100 cache-node-modules : true
101101 - name : Setup Bazel
102- uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
102+ uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
103103 - name : Setup Bazel RBE
104- uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
104+ uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
105105 - name : Install node modules
106106 run : yarn install --frozen-lockfile
107107 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -113,17 +113,17 @@ jobs:
113113 labels : ubuntu-latest-4core
114114 steps :
115115 - name : Initialize environment
116- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
116+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
117117 with :
118118 cache-node-modules : true
119119 node-module-directories : |
120120 ./node_modules
121121 ./packages/zone.js/node_modules
122122 ./packages/zone.js/test/typings/node_modules
123123 - name : Setup Bazel
124- uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
124+ uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
125125 - name : Setup Bazel RBE
126- uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
126+ uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
127127 - name : Install node modules
128128 run : yarn install --frozen-lockfile
129129 - run : |
@@ -160,17 +160,17 @@ jobs:
160160 JOBS : 2
161161 steps :
162162 - name : Initialize environment
163- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
163+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
164164 with :
165165 cache-node-modules : true
166166 - name : Install node modules
167167 run : yarn install --frozen-lockfile
168168 - name : Setup Bazel
169- uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
169+ uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
170170 - name : Setup Bazel Remote Caching
171- uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
171+ uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
172172 - name : Setup Saucelabs Variables
173- uses : angular/dev-infra/github-actions/saucelabs@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
173+ uses : angular/dev-infra/github-actions/saucelabs@03b8a7dffd1205e061f0bee949024ebefc2a6592
174174 - name : Set up Sauce Tunnel Daemon
175175 run : yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
176176 env :
@@ -186,11 +186,11 @@ jobs:
186186 runs-on : ubuntu-latest
187187 steps :
188188 - name : Initialize environment
189- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
189+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
190190 - name : Setup Bazel
191- uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
191+ uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
192192 - name : Setup Bazel RBE
193- uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
193+ uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
194194 - name : Install node modules
195195 run : yarn install --frozen-lockfile
196196 - name : Build adev to ensure it continues to work
0 commit comments