From 758ed4ecb6b4668ab75fb3d1b6868a0aa08c11de Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 6 Nov 2023 12:13:21 +0000 Subject: [PATCH] build: update angular shared dev-infra code --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci-privileged.yml | 8 +-- .github/workflows/ci.yml | 62 +++++++++---------- .../workflows/deploy-dev-app-main-push.yml | 6 +- .github/workflows/dev-infra.yml | 4 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/preview-build-dev-app.yml | 8 +-- .github/workflows/preview-deploy-dev-app.yml | 2 +- .github/workflows/scheduled-ci.yml | 20 +++--- package.json | 4 +- yarn.lock | 14 +++-- 11 files changed, 67 insertions(+), 65 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 257d553f73df..d4cdce380d8f 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@e0ec7b60641d7f6369be45d8d02663fd50f320be + - uses: angular/dev-infra/github-actions/branch-manager@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci-privileged.yml b/.github/workflows/ci-privileged.yml index 9a6096e29663..3a0af0a86231 100644 --- a/.github/workflows/ci-privileged.yml +++ b/.github/workflows/ci-privileged.yml @@ -26,7 +26,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -34,7 +34,7 @@ jobs: - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Run tests on Saucelabs run: ./scripts/circleci/run-saucelabs-tests.sh @@ -48,7 +48,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -56,6 +56,6 @@ jobs: - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c0fcede5ee2..8458b743ef6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Install node modules @@ -66,13 +66,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Check API Goldens @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Run e2e tests @@ -108,13 +108,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Run integration tests @@ -132,13 +132,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker AOT tests @@ -153,13 +153,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker JIT tests @@ -174,13 +174,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -195,13 +195,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -217,13 +217,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -249,13 +249,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -275,13 +275,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index 1b0dc434202a..cc468474ec34 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Building dev-app run: | diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 94ed12fb63c8..f1809bef1577 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@e0ec7b60641d7f6369be45d8d02663fd50f320be + - uses: angular/dev-infra/github-actions/commit-message-based-labels@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@e0ec7b60641d7f6369be45d8d02663fd50f320be + - uses: angular/dev-infra/github-actions/post-approval-changes@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index a8bfc770f29c..58b17f29b9ce 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@e0ec7b60641d7f6369be45d8d02663fd50f320be + - uses: angular/dev-infra/github-actions/google-internal-tests@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/preview-build-dev-app.yml b/.github/workflows/preview-build-dev-app.yml index 1ff3e3abfe66..8c9bffb97f69 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,18 +23,18 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df # Build the web package - run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@e0ec7b60641d7f6369be45d8d02663fd50f320be + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: workflow-artifact-name: 'dev-app' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/preview-deploy-dev-app.yml b/.github/workflows/preview-deploy-dev-app.yml index 8c78838cfe5d..e1d08940068d 100644 --- a/.github/workflows/preview-deploy-dev-app.yml +++ b/.github/workflows/preview-deploy-dev-app.yml @@ -33,7 +33,7 @@ jobs: npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@e0ec7b60641d7f6369be45d8d02663fd50f320be + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'dev-app' diff --git a/.github/workflows/scheduled-ci.yml b/.github/workflows/scheduled-ci.yml index 4562fee6d538..16c0cc49a079 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setting up Angular snapshot builds # Angular snapshots must be set up first so that the yarn install properly # updates the yarn.lock as expected with the changes @@ -44,13 +44,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setting up Angular snapshot builds # Angular snapshots must be set up first so that the yarn install properly # updates the yarn.lock as expected with the changes @@ -71,13 +71,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/setup@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/bazel/configure-remote@1492c9f2a41376e2d82aba48aee3c4d8d75196df - name: Setting up Angular snapshot builds # Angular snapshots must be set up first so that the yarn install properly # updates the yarn.lock as expected with the changes @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1492c9f2a41376e2d82aba48aee3c4d8d75196df with: cache-node-modules: true - name: Install node modules diff --git a/package.json b/package.json index 639e1971d88e..857e42d0a583 100644 --- a/package.json +++ b/package.json @@ -75,11 +75,11 @@ "@angular-devkit/core": "^17.0.0-rc.3", "@angular-devkit/schematics": "^17.0.0-rc.3", "@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d05af145e0e0effa8ff2d0abb8e2fdb1ede584ab", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#605bef9e63b2a5d4286430fee20a8b6e1dc9f674", "@angular/cli": "^17.0.0-rc.3", "@angular/compiler-cli": "^17.0.0-rc.2", "@angular/localize": "^17.0.0-rc.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f10010d0d3d96919644bb97f09d11ba678929e9b", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f7e5acc3626142590334e568661aea6f95180249", "@angular/platform-browser-dynamic": "^17.0.0-rc.2", "@angular/platform-server": "^17.0.0-rc.2", "@angular/router": "^17.0.0-rc.2", diff --git a/yarn.lock b/yarn.lock index 6b15526b951f..0cb2d9f01595 100644 --- a/yarn.lock +++ b/yarn.lock @@ -161,9 +161,10 @@ "@angular/core" "^13.0.0 || ^14.0.0-0" reflect-metadata "^0.1.13" -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#d05af145e0e0effa8ff2d0abb8e2fdb1ede584ab": - version "0.0.0-e0ec7b60641d7f6369be45d8d02663fd50f320be" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d05af145e0e0effa8ff2d0abb8e2fdb1ede584ab" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#605bef9e63b2a5d4286430fee20a8b6e1dc9f674": + version "0.0.0-1492c9f2a41376e2d82aba48aee3c4d8d75196df" + uid "605bef9e63b2a5d4286430fee20a8b6e1dc9f674" + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#605bef9e63b2a5d4286430fee20a8b6e1dc9f674" dependencies: "@angular-devkit/build-angular" "17.0.0-rc.3" "@angular/benchpress" "0.3.0" @@ -286,9 +287,10 @@ fast-glob "3.3.1" yargs "^17.2.1" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#f10010d0d3d96919644bb97f09d11ba678929e9b": - version "0.0.0-e0ec7b60641d7f6369be45d8d02663fd50f320be" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f10010d0d3d96919644bb97f09d11ba678929e9b" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#f7e5acc3626142590334e568661aea6f95180249": + version "0.0.0-1492c9f2a41376e2d82aba48aee3c4d8d75196df" + uid f7e5acc3626142590334e568661aea6f95180249 + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f7e5acc3626142590334e568661aea6f95180249" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.9.0"