From 54a8dd07c9c3e9a8ffe58673c2d484459f12b8c9 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 23 Jan 2025 18:03:53 +0000 Subject: [PATCH] build: update angular shared dev-infra code to fa81be5 --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.material-aio.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/pr.material-aio.yml | 8 +-- .github/workflows/pr.yml | 56 ++++++++--------- .github/workflows/preview-build-dev-app.yml | 8 +-- .github/workflows/preview-deploy-dev-app.yml | 2 +- .github/workflows/scheduled-ci.yml | 14 ++--- material.angular.io/WORKSPACE.bazel | 6 +- 12 files changed, 89 insertions(+), 89 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 2fe989f3df08..68c324919696 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@359350bbc10aab1bac85d0eec61a53377078ab82 + - uses: angular/dev-infra/github-actions/branch-manager@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.material-aio.yml b/.github/workflows/ci.material-aio.yml index 744cbdd5e87f..2f26c1080578 100644 --- a/.github/workflows/ci.material-aio.yml +++ b/.github/workflows/ci.material-aio.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --immutable - name: Execute Linting @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --immutable - name: Execute Direct Production Build (deploy usage) @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --immutable - name: Execute Tests @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-22.04 # Note, fails on Ubuntu 24.04. see https://github.com/actions/runner-images/issues/10636 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --immutable - name: Execute Lighthouse Audit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f689566cecb4..ec5211400fb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Install node modules @@ -54,13 +54,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Check API Goldens @@ -75,13 +75,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run e2e tests @@ -96,13 +96,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run integration tests @@ -120,13 +120,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker AOT tests @@ -141,13 +141,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker JIT tests @@ -162,13 +162,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -183,13 +183,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -204,13 +204,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -235,7 +235,7 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and @@ -243,9 +243,9 @@ jobs: - name: Disable AppArmor run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -273,14 +273,14 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/browserstack@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index 66c08c9555df..df4a97780bdf 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@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 4aaba058fa0f..7cb4af890aa8 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@359350bbc10aab1bac85d0eec61a53377078ab82 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 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@359350bbc10aab1bac85d0eec61a53377078ab82 + - uses: angular/dev-infra/github-actions/post-approval-changes@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 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 ba9ed6831056..6647428e1936 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@359350bbc10aab1bac85d0eec61a53377078ab82 + - uses: angular/dev-infra/github-actions/google-internal-tests@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr.material-aio.yml b/.github/workflows/pr.material-aio.yml index 79e87d497071..bb4fb2b3d98f 100644 --- a/.github/workflows/pr.material-aio.yml +++ b/.github/workflows/pr.material-aio.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --immutable - name: Execute Linting @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --immutable - name: Execute Direct Production Build (deploy usage) @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --immutable - name: Execute Tests @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-22.04 # Note, fails on Ubuntu 24.04. see https://github.com/actions/runner-images/issues/10636 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --immutable - name: Execute Lighthouse Audit diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 428cf4e4c19b..19ea770ccf81 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Install node modules @@ -53,13 +53,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Check API Goldens @@ -69,13 +69,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run e2e tests @@ -85,13 +85,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run integration tests @@ -104,13 +104,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker AOT tests @@ -120,13 +120,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker JIT tests @@ -136,13 +136,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -152,13 +152,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -168,13 +168,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -197,7 +197,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -205,8 +205,8 @@ jobs: - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/browserstack@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/preview-build-dev-app.yml b/.github/workflows/preview-build-dev-app.yml index ad934b43f55b..d07a28aadfe2 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@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 # 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@359350bbc10aab1bac85d0eec61a53377078ab82 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 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 010adfb6b4e3..c49571d06c99 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@359350bbc10aab1bac85d0eec61a53377078ab82 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 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 2282de9da1ca..db3f5966f53c 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@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - 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@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/setup@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 - 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,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605 with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and diff --git a/material.angular.io/WORKSPACE.bazel b/material.angular.io/WORKSPACE.bazel index 9dec9614ea1b..6733cc032e99 100644 --- a/material.angular.io/WORKSPACE.bazel +++ b/material.angular.io/WORKSPACE.bazel @@ -46,9 +46,9 @@ http_archive( http_archive( name = "dev-infra", - strip_prefix = "dev-infra-359350bbc10aab1bac85d0eec61a53377078ab82", - sha256 = "65d9978854686d802df180ca3812080e9acbf8cedafcb8999508457690ec735e", - url = "https://github.com/angular/dev-infra/archive/359350bbc10aab1bac85d0eec61a53377078ab82/359350bbc10aab1bac85d0eec61a53377078ab82.tar.gz", + strip_prefix = "dev-infra-fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605", + sha256 = "74a4647fb95a5c6560612b8fcb4bf016ea4dbd0511fd2d292b654279082e1924", + url = "https://github.com/angular/dev-infra/archive/fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605/fa81be50e9a2ea7c9b68819ac5f69f4cc5ff7605.tar.gz", ) load("@dev-infra//bazel/browsers:browser_repositories.bzl", "browser_repositories")