2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
46+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
4747 with :
4848 cache-node-modules : true
4949 - name : Setup Bazel
50- uses : angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
50+ uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
5151 - name : Setup Bazel RBE
52- uses : angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
52+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
6565 with :
6666 cache-node-modules : true
6767 - name : Setup Bazel
68- uses : angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
68+ uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
6969 - name : Setup Bazel Remote Caching
70- uses : angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
70+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
81+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
8282 - name : Setup Bazel
83- uses : angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
83+ uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
8484 - name : Setup Bazel RBE
85- uses : angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
85+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
98+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
9999 with :
100100 cache-node-modules : true
101101 - name : Setup Bazel
102- uses : angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
102+ uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
103103 - name : Setup Bazel RBE
104- uses : angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
104+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
116+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
124+ uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
125125 - name : Setup Bazel RBE
126- uses : angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
126+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
163+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
169+ uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
170170 - name : Setup Bazel Remote Caching
171- uses : angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
171+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
172172 - name : Setup Saucelabs Variables
173- uses : angular/dev-infra/github-actions/saucelabs@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
173+ uses : angular/dev-infra/github-actions/saucelabs@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
189+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
190190 - name : Setup Bazel
191- uses : angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
191+ uses : angular/dev-infra/github-actions/bazel/setup@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
192192 - name : Setup Bazel RBE
193- uses : angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
193+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1ebf18a3a60b182a3dbad12e9a149fd93af5c29b
194194 - name : Install node modules
195195 run : yarn install --frozen-lockfile
196196 - name : Build adev to ensure it continues to work
0 commit comments