diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 4cd5c7f0e90f..a1aaf9a432d4 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + - uses: angular/dev-infra/github-actions/branch-manager@8d620dd288dcde4cb2122afb4eddad246ceae780 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci-privileged.yml b/.github/workflows/ci-privileged.yml index 37fc70454dc2..a1399414c3a3 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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 2180221b2e18..4995f0c8ad26 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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 99fafc9ffbfb..244cfb18178f 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Building dev-app run: | diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 083991a1564a..b37b9a1aeb8d 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@8d620dd288dcde4cb2122afb4eddad246ceae780 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + - uses: angular/dev-infra/github-actions/post-approval-changes@8d620dd288dcde4cb2122afb4eddad246ceae780 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 cf91f56e913c..e7dd975e5415 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + - uses: angular/dev-infra/github-actions/google-internal-tests@8d620dd288dcde4cb2122afb4eddad246ceae780 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 863c8099995d..6309deb4bb84 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 # 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@8d620dd288dcde4cb2122afb4eddad246ceae780 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 2f24b750597b..19fe43c5543d 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@8d620dd288dcde4cb2122afb4eddad246ceae780 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 9491717a30b8..01ab2ba25183 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780 - 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780 with: cache-node-modules: true - name: Install node modules diff --git a/package.json b/package.json index 7bae5af3bec7..fd9d1b01eb1e 100644 --- a/package.json +++ b/package.json @@ -75,11 +75,11 @@ "@angular-devkit/core": "^17.0.0", "@angular-devkit/schematics": "^17.0.0", "@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8d37c849a06f0d259e0276288e67613fa378b154", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1cd003b90ea0b96c97e43108f71e35634cfcf686", "@angular/cli": "^17.0.0", "@angular/compiler-cli": "^17.0.0", "@angular/localize": "^17.0.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c4feed03fe52880f5c3c10496e0980bb86545589", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24dd667b08a5f512f9ddd262ab9254477b363b71", "@angular/platform-browser-dynamic": "^17.0.0", "@angular/platform-server": "^17.0.0", "@angular/router": "^17.0.0", diff --git a/yarn.lock b/yarn.lock index d6df844c3daa..0f63d26e2c24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -161,10 +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#8d37c849a06f0d259e0276288e67613fa378b154": - version "0.0.0-deec58560a3b4e9d3acf75bbce0ae7f9ab969f98" - uid "8d37c849a06f0d259e0276288e67613fa378b154" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8d37c849a06f0d259e0276288e67613fa378b154" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#1cd003b90ea0b96c97e43108f71e35634cfcf686": + version "0.0.0-8d620dd288dcde4cb2122afb4eddad246ceae780" + uid "1cd003b90ea0b96c97e43108f71e35634cfcf686" + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1cd003b90ea0b96c97e43108f71e35634cfcf686" dependencies: "@angular-devkit/build-angular" "17.0.0" "@angular/benchpress" "0.3.0" @@ -289,10 +289,10 @@ fast-glob "3.3.1" yargs "^17.2.1" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#c4feed03fe52880f5c3c10496e0980bb86545589": - version "0.0.0-deec58560a3b4e9d3acf75bbce0ae7f9ab969f98" - uid c4feed03fe52880f5c3c10496e0980bb86545589 - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c4feed03fe52880f5c3c10496e0980bb86545589" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#24dd667b08a5f512f9ddd262ab9254477b363b71": + version "0.0.0-8d620dd288dcde4cb2122afb4eddad246ceae780" + uid "24dd667b08a5f512f9ddd262ab9254477b363b71" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24dd667b08a5f512f9ddd262ab9254477b363b71" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.9.0"