2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Initialize environment
28- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
28+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
2929 - name : Install node modules
3030 run : yarn install --frozen-lockfile --ignore-scripts
3131 - name : Run ESLint
@@ -43,11 +43,11 @@ jobs:
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Initialize environment
46- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
46+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
4747 - name : Setup Bazel
48- uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
48+ uses : angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
4949 - name : Setup Bazel RBE
50- uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
50+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
5151 - name : Install node modules
5252 run : yarn install --frozen-lockfile
5353 - name : Build release targets
@@ -57,11 +57,11 @@ jobs:
5757 runs-on : ubuntu-latest
5858 steps :
5959 - name : Initialize environment
60- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
60+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
6161 - name : Setup Bazel
62- uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
62+ uses : angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
6363 - name : Setup Bazel RBE
64- uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
64+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
6565 - name : Install node modules
6666 run : yarn install --frozen-lockfile
6767 - name : Run module tests
@@ -96,13 +96,13 @@ jobs:
9696 runs-on : ${{ matrix.os }}
9797 steps :
9898 - name : Initialize environment
99- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
99+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
100100 - name : Install node modules
101101 run : yarn install --frozen-lockfile
102102 - name : Setup Bazel
103- uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
103+ uses : angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
104104 - name : Setup Bazel RBE
105- uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
105+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
106106 - name : Run CLI E2E tests
107107 run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
108108
@@ -117,13 +117,13 @@ jobs:
117117 runs-on : ${{ matrix.os }}
118118 steps :
119119 - name : Initialize environment
120- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
120+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
121121 - name : Install node modules
122122 run : yarn install --frozen-lockfile
123123 - name : Setup Bazel
124- uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
124+ uses : angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
125125 - name : Setup Bazel RBE
126- uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
126+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
127127 - name : Run CLI E2E tests
128128 run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
129129
@@ -134,13 +134,13 @@ jobs:
134134 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
135135 steps :
136136 - name : Initialize environment
137- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
137+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
138138 - name : Install node modules
139139 run : yarn install --frozen-lockfile
140140 - name : Setup Bazel
141- uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
141+ uses : angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
142142 - name : Setup Bazel RBE
143- uses : angular/dev-infra/github-actions/bazel/configure-remote@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
143+ uses : angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
144144 - name : Run E2E Browser tests
145145 env :
146146 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -167,11 +167,11 @@ jobs:
167167 CIRCLE_BRANCH : ${{ github.ref_name }}
168168 steps :
169169 - name : Initialize environment
170- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
170+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
171171 - name : Install node modules
172172 run : yarn install --frozen-lockfile
173173 - name : Setup Bazel
174- uses : angular/dev-infra/github-actions/bazel/setup@02a7d35cb0806b62d6c4f5609eeeb757a40b9074
174+ uses : angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
175175 - run : yarn admin snapshots --verbose
176176 env :
177177 SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments