2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72dca5ee77c57dae112585acfdcdef48e74bca50
2525 - name : Install node modules
2626 run : pnpm install --frozen-lockfile
2727 - name : Check code lint
@@ -39,13 +39,13 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Initialize environment
42- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
42+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72dca5ee77c57dae112585acfdcdef48e74bca50
4343 with :
4444 disable-package-manager-cache : true
4545 - name : Setup Bazel
46- uses : angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
46+ uses : angular/dev-infra/github-actions/bazel/setup@72dca5ee77c57dae112585acfdcdef48e74bca50
4747 - name : Setup Bazel RBE
48- uses : angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
48+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72dca5ee77c57dae112585acfdcdef48e74bca50
4949 with :
5050 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5151 - name : Install node modules
@@ -67,11 +67,11 @@ jobs:
6767 runs-on : ubuntu-latest
6868 steps :
6969 - name : Initialize environment
70- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
70+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72dca5ee77c57dae112585acfdcdef48e74bca50
7171 - name : Setup Bazel
72- uses : angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
72+ uses : angular/dev-infra/github-actions/bazel/setup@72dca5ee77c57dae112585acfdcdef48e74bca50
7373 - name : Setup Bazel Remote Caching
74- uses : angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
74+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72dca5ee77c57dae112585acfdcdef48e74bca50
7575 with :
7676 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7777 - name : Install node modules
@@ -83,11 +83,11 @@ jobs:
8383 runs-on : ubuntu-latest
8484 steps :
8585 - name : Initialize environment
86- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
86+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72dca5ee77c57dae112585acfdcdef48e74bca50
8787 - name : Setup Bazel
88- uses : angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
88+ uses : angular/dev-infra/github-actions/bazel/setup@72dca5ee77c57dae112585acfdcdef48e74bca50
8989 - name : Setup Bazel Remote Caching
90- uses : angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
90+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72dca5ee77c57dae112585acfdcdef48e74bca50
9191 with :
9292 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9393 - name : Install node modules
@@ -100,11 +100,11 @@ jobs:
100100 labels : ubuntu-latest
101101 steps :
102102 - name : Initialize environment
103- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
103+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72dca5ee77c57dae112585acfdcdef48e74bca50
104104 - name : Setup Bazel
105- uses : angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
105+ uses : angular/dev-infra/github-actions/bazel/setup@72dca5ee77c57dae112585acfdcdef48e74bca50
106106 - name : Setup Bazel RBE
107- uses : angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
107+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72dca5ee77c57dae112585acfdcdef48e74bca50
108108 with :
109109 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
110110 - name : Install node modules
@@ -119,11 +119,11 @@ jobs:
119119 labels : ubuntu-latest
120120 steps :
121121 - name : Initialize environment
122- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
122+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72dca5ee77c57dae112585acfdcdef48e74bca50
123123 - name : Setup Bazel
124- uses : angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
124+ uses : angular/dev-infra/github-actions/bazel/setup@72dca5ee77c57dae112585acfdcdef48e74bca50
125125 - name : Setup Bazel RBE
126- uses : angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
126+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72dca5ee77c57dae112585acfdcdef48e74bca50
127127 with :
128128 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
129129 - name : Install node modules
@@ -136,11 +136,11 @@ jobs:
136136 labels : ubuntu-latest
137137 steps :
138138 - name : Initialize environment
139- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
139+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72dca5ee77c57dae112585acfdcdef48e74bca50
140140 - name : Setup Bazel
141- uses : angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
141+ uses : angular/dev-infra/github-actions/bazel/setup@72dca5ee77c57dae112585acfdcdef48e74bca50
142142 - name : Setup Bazel RBE
143- uses : angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
143+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72dca5ee77c57dae112585acfdcdef48e74bca50
144144 - name : Install node modules
145145 run : pnpm install --frozen-lockfile
146146 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -152,11 +152,11 @@ jobs:
152152 labels : ubuntu-latest
153153 steps :
154154 - name : Initialize environment
155- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
155+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72dca5ee77c57dae112585acfdcdef48e74bca50
156156 - name : Setup Bazel
157- uses : angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
157+ uses : angular/dev-infra/github-actions/bazel/setup@72dca5ee77c57dae112585acfdcdef48e74bca50
158158 - name : Setup Bazel RBE
159- uses : angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
159+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72dca5ee77c57dae112585acfdcdef48e74bca50
160160 with :
161161 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
162162 - name : Install node modules
@@ -206,11 +206,11 @@ jobs:
206206 runs-on : ubuntu-latest-8core
207207 steps :
208208 - name : Initialize environment
209- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
209+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@72dca5ee77c57dae112585acfdcdef48e74bca50
210210 - name : Setup Bazel
211- uses : angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
211+ uses : angular/dev-infra/github-actions/bazel/setup@72dca5ee77c57dae112585acfdcdef48e74bca50
212212 - name : Setup Bazel RBE
213- uses : angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd
213+ uses : angular/dev-infra/github-actions/bazel/configure-remote@72dca5ee77c57dae112585acfdcdef48e74bca50
214214 - name : Install node modules
215215 run : pnpm install --frozen-lockfile
216216 - name : Build adev
0 commit comments