2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3281d9bc91f6ce814e541533577cc5ca472da7f0
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
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@3281d9bc91f6ce814e541533577cc5ca472da7f0
44+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
4545 with :
4646 cache-node-modules : true
4747 - name : Setup Bazel
48- uses : angular/dev-infra/github-actions/bazel/setup@3281d9bc91f6ce814e541533577cc5ca472da7f0
48+ uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
4949 - name : Setup Bazel RBE
50- uses : angular/dev-infra/github-actions/bazel/configure-remote@3281d9bc91f6ce814e541533577cc5ca472da7f0
50+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
5151 with :
5252 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5353 - name : Install node modules
@@ -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@3281d9bc91f6ce814e541533577cc5ca472da7f0
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
6565 with :
6666 cache-node-modules : true
6767 - name : Setup Bazel
68- uses : angular/dev-infra/github-actions/bazel/setup@3281d9bc91f6ce814e541533577cc5ca472da7f0
68+ uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
6969 - name : Setup Bazel Remote Caching
70- uses : angular/dev-infra/github-actions/bazel/configure-remote@3281d9bc91f6ce814e541533577cc5ca472da7f0
70+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
7171 with :
7272 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7373 - name : Install node modules
@@ -80,11 +80,11 @@ jobs:
8080 labels : ubuntu-latest-4core
8181 steps :
8282 - name : Initialize environment
83- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3281d9bc91f6ce814e541533577cc5ca472da7f0
83+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
8484 - name : Setup Bazel
85- uses : angular/dev-infra/github-actions/bazel/setup@3281d9bc91f6ce814e541533577cc5ca472da7f0
85+ uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
8686 - name : Setup Bazel RBE
87- uses : angular/dev-infra/github-actions/bazel/configure-remote@3281d9bc91f6ce814e541533577cc5ca472da7f0
87+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
8888 with :
8989 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9090 - name : Install node modules
@@ -101,13 +101,13 @@ jobs:
101101 labels : ubuntu-latest
102102 steps :
103103 - name : Initialize environment
104- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3281d9bc91f6ce814e541533577cc5ca472da7f0
104+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
105105 with :
106106 cache-node-modules : true
107107 - name : Setup Bazel
108- uses : angular/dev-infra/github-actions/bazel/setup@3281d9bc91f6ce814e541533577cc5ca472da7f0
108+ uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
109109 - name : Setup Bazel RBE
110- uses : angular/dev-infra/github-actions/bazel/configure-remote@3281d9bc91f6ce814e541533577cc5ca472da7f0
110+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
111111 - name : Install node modules
112112 run : yarn install --frozen-lockfile
113113 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -119,17 +119,17 @@ jobs:
119119 labels : ubuntu-latest-4core
120120 steps :
121121 - name : Initialize environment
122- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3281d9bc91f6ce814e541533577cc5ca472da7f0
122+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
123123 with :
124124 cache-node-modules : true
125125 node-module-directories : |
126126 ./node_modules
127127 ./packages/zone.js/node_modules
128128 ./packages/zone.js/test/typings/node_modules
129129 - name : Setup Bazel
130- uses : angular/dev-infra/github-actions/bazel/setup@3281d9bc91f6ce814e541533577cc5ca472da7f0
130+ uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
131131 - name : Setup Bazel RBE
132- uses : angular/dev-infra/github-actions/bazel/configure-remote@3281d9bc91f6ce814e541533577cc5ca472da7f0
132+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
133133 with :
134134 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
135135 - name : Install node modules
@@ -168,7 +168,7 @@ jobs:
168168 SAUCE_TUNNEL_IDENTIFIER : angular-framework-${{ github.run_number }}
169169 steps :
170170 - name : Initialize environment
171- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3281d9bc91f6ce814e541533577cc5ca472da7f0
171+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
172172 with :
173173 cache-node-modules : true
174174 - name : Install node modules
@@ -181,11 +181,11 @@ jobs:
181181 runs-on : ubuntu-latest
182182 steps :
183183 - name : Initialize environment
184- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3281d9bc91f6ce814e541533577cc5ca472da7f0
184+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
185185 - name : Setup Bazel
186- uses : angular/dev-infra/github-actions/bazel/setup@3281d9bc91f6ce814e541533577cc5ca472da7f0
186+ uses : angular/dev-infra/github-actions/bazel/setup@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
187187 - name : Setup Bazel RBE
188- uses : angular/dev-infra/github-actions/bazel/configure-remote@3281d9bc91f6ce814e541533577cc5ca472da7f0
188+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a9c1c54ac3921fa2dcb3498712b2aa778a56dd7a
189189 - name : Install node modules
190190 run : yarn install --frozen-lockfile
191191 - name : Build adev to ensure it continues to work
0 commit comments