diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 2fe989f3df08..f5b4683f5e00 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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..74ad016b0d62 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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 5076e4084934..c062be93c741 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -235,13 +235,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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -269,14 +269,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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/browserstack@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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..b37155e35431 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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..bbe202cc5308 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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..1b87f9906637 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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..31a005f17ac5 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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..6ac304ff6b81 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/browserstack@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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..55ed4ece41a0 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b # 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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..d2884d81cd96 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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 e51025c8c40c..0eb721694235 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b - 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@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b with: cache-node-modules: true - name: Install node modules diff --git a/material.angular.io/WORKSPACE.bazel b/material.angular.io/WORKSPACE.bazel index 9dec9614ea1b..8e9d2846badf 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-2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b", + sha256 = "b403ceb1238f4ab16d75a72530965cdb6048aa80fd62facacbce562a945393c5", + url = "https://github.com/angular/dev-infra/archive/2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b/2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b.tar.gz", ) load("@dev-infra//bazel/browsers:browser_repositories.bzl", "browser_repositories")