2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
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@2ba53026d5358458a479227fee8c3d6d5c1e1dad
44+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
4545 with :
4646 cache-node-modules : true
4747 - name : Setup Bazel
48- uses : angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad
48+ uses : angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
4949 - name : Setup Bazel RBE
50- uses : angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad
50+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
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@2ba53026d5358458a479227fee8c3d6d5c1e1dad
71+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
7272 with :
7373 cache-node-modules : true
7474 - name : Setup Bazel
75- uses : angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad
75+ uses : angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
7676 - name : Setup Bazel Remote Caching
77- uses : angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad
77+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
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@2ba53026d5358458a479227fee8c3d6d5c1e1dad
89+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
9090 with :
9191 cache-node-modules : true
9292 - name : Setup Bazel
93- uses : angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad
93+ uses : angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
9494 - name : Setup Bazel Remote Caching
95- uses : angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad
95+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
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@2ba53026d5358458a479227fee8c3d6d5c1e1dad
108+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
109109 - name : Setup Bazel
110- uses : angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad
110+ uses : angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
111111 - name : Setup Bazel RBE
112- uses : angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad
112+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
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@2ba53026d5358458a479227fee8c3d6d5c1e1dad
127+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
128128 with :
129129 cache-node-modules : true
130130 - name : Setup Bazel
131- uses : angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad
131+ uses : angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
132132 - name : Setup Bazel RBE
133- uses : angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad
133+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
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@2ba53026d5358458a479227fee8c3d6d5c1e1dad
145+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
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@2ba53026d5358458a479227fee8c3d6d5c1e1dad
153+ uses : angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
154154 - name : Setup Bazel RBE
155- uses : angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad
155+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
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@2ba53026d5358458a479227fee8c3d6d5c1e1dad
207+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
208208 - name : Setup Bazel
209- uses : angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad
209+ uses : angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
210210 - name : Setup Bazel RBE
211- uses : angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad
211+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
212212 - name : Install node modules
213213 run : pnpm install --frozen-lockfile
214214 - name : Build adev to ensure it continues to work
0 commit comments