2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@80db036355181684ed07021a175e9f039190d3d6
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
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@80db036355181684ed07021a175e9f039190d3d6
44+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
4545 with :
4646 cache-node-modules : true
4747 - name : Setup Bazel
48- uses : angular/dev-infra/github-actions/bazel/setup@80db036355181684ed07021a175e9f039190d3d6
48+ uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
4949 - name : Setup Bazel RBE
50- uses : angular/dev-infra/github-actions/bazel/configure-remote@80db036355181684ed07021a175e9f039190d3d6
50+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
5151 with :
5252 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5353 - name : Install node modules
@@ -68,13 +68,13 @@ jobs:
6868 runs-on : ubuntu-latest-4core
6969 steps :
7070 - name : Initialize environment
71- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@80db036355181684ed07021a175e9f039190d3d6
71+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
7272 with :
7373 cache-node-modules : true
7474 - name : Setup Bazel
75- uses : angular/dev-infra/github-actions/bazel/setup@80db036355181684ed07021a175e9f039190d3d6
75+ uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
7676 - name : Setup Bazel Remote Caching
77- uses : angular/dev-infra/github-actions/bazel/configure-remote@80db036355181684ed07021a175e9f039190d3d6
77+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
7878 with :
7979 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
8080 - name : Install node modules
@@ -86,13 +86,13 @@ jobs:
8686 runs-on : ubuntu-latest-4core
8787 steps :
8888 - name : Initialize environment
89- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@80db036355181684ed07021a175e9f039190d3d6
89+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
9090 with :
9191 cache-node-modules : true
9292 - name : Setup Bazel
93- uses : angular/dev-infra/github-actions/bazel/setup@80db036355181684ed07021a175e9f039190d3d6
93+ uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
9494 - name : Setup Bazel Remote Caching
95- uses : angular/dev-infra/github-actions/bazel/configure-remote@80db036355181684ed07021a175e9f039190d3d6
95+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
9696 with :
9797 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9898 - name : Install node modules
@@ -105,11 +105,11 @@ jobs:
105105 labels : ubuntu-latest-4core
106106 steps :
107107 - name : Initialize environment
108- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@80db036355181684ed07021a175e9f039190d3d6
108+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
109109 - name : Setup Bazel
110- uses : angular/dev-infra/github-actions/bazel/setup@80db036355181684ed07021a175e9f039190d3d6
110+ uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
111111 - name : Setup Bazel RBE
112- uses : angular/dev-infra/github-actions/bazel/configure-remote@80db036355181684ed07021a175e9f039190d3d6
112+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
113113 with :
114114 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
115115 - name : Install node modules
@@ -124,13 +124,13 @@ jobs:
124124 labels : ubuntu-latest
125125 steps :
126126 - name : Initialize environment
127- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@80db036355181684ed07021a175e9f039190d3d6
127+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
128128 with :
129129 cache-node-modules : true
130130 - name : Setup Bazel
131- uses : angular/dev-infra/github-actions/bazel/setup@80db036355181684ed07021a175e9f039190d3d6
131+ uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
132132 - name : Setup Bazel RBE
133- uses : angular/dev-infra/github-actions/bazel/configure-remote@80db036355181684ed07021a175e9f039190d3d6
133+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
134134 - name : Install node modules
135135 run : pnpm install --frozen-lockfile
136136 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -142,17 +142,17 @@ jobs:
142142 labels : ubuntu-latest-4core
143143 steps :
144144 - name : Initialize environment
145- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@80db036355181684ed07021a175e9f039190d3d6
145+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
146146 with :
147147 cache-node-modules : true
148148 node-module-directories : |
149149 ./node_modules
150150 ./packages/zone.js/node_modules
151151 ./packages/zone.js/test/typings/node_modules
152152 - name : Setup Bazel
153- uses : angular/dev-infra/github-actions/bazel/setup@80db036355181684ed07021a175e9f039190d3d6
153+ uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
154154 - name : Setup Bazel RBE
155- uses : angular/dev-infra/github-actions/bazel/configure-remote@80db036355181684ed07021a175e9f039190d3d6
155+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
156156 with :
157157 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
158158 - name : Install node modules
@@ -204,11 +204,11 @@ jobs:
204204 runs-on : ubuntu-latest
205205 steps :
206206 - name : Initialize environment
207- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@80db036355181684ed07021a175e9f039190d3d6
207+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
208208 - name : Setup Bazel
209- uses : angular/dev-infra/github-actions/bazel/setup@80db036355181684ed07021a175e9f039190d3d6
209+ uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
210210 - name : Setup Bazel RBE
211- uses : angular/dev-infra/github-actions/bazel/configure-remote@80db036355181684ed07021a175e9f039190d3d6
211+ uses : angular/dev-infra/github-actions/bazel/configure-remote@7e2eefa1375195fa7616f78a76f538a188852067
212212 - name : Install node modules
213213 run : pnpm install --frozen-lockfile
214214 - name : Build adev to ensure it continues to work
0 commit comments