diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 50ea78941573..6a5192bc493e 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + - uses: angular/dev-infra/github-actions/branch-manager@3baae85f9070f71460c61d13adea605f2f584678 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 bd9efb8a72aa..be45027cd51e 100644 --- a/.github/workflows/ci.material-aio.yml +++ b/.github/workflows/ci.material-aio.yml @@ -21,11 +21,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -35,11 +35,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -56,11 +56,11 @@ 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cb336b2fcf5..9a111583b6ef 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -77,13 +77,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -100,13 +100,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -124,13 +124,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -147,13 +147,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -170,13 +170,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -201,7 +201,7 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and @@ -209,9 +209,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@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -239,14 +239,14 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/browserstack@3baae85f9070f71460c61d13adea605f2f584678 - 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 43a3c52f8e68..1a7e35a04903 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index d88858a6ddbc..760249f05109 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + - uses: angular/dev-infra/github-actions/commit-message-based-labels@3baae85f9070f71460c61d13adea605f2f584678 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + - uses: angular/dev-infra/github-actions/post-approval-changes@3baae85f9070f71460c61d13adea605f2f584678 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/docs-preview-build.yml b/.github/workflows/docs-preview-build.yml index 0600165b5b6c..2634b7706903 100644 --- a/.github/workflows/docs-preview-build.yml +++ b/.github/workflows/docs-preview-build.yml @@ -21,16 +21,16 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'docs: preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build docs site run: pnpm bazel build //docs:build.production - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@b9bcdb3f9dff85fbfe8d1ca1d95531ddfe475f80 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@3baae85f9070f71460c61d13adea605f2f584678 with: workflow-artifact-name: 'docs-preview' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/docs-preview-deploy.yml b/.github/workflows/docs-preview-deploy.yml index dcfe2986a48e..15a55e58e8b7 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -40,7 +40,7 @@ jobs: npx -y firebase-tools@latest target:clear --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio npx -y firebase-tools@latest target:apply --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@b9bcdb3f9dff85fbfe8d1ca1d95531ddfe475f80 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@3baae85f9070f71460c61d13adea605f2f584678 with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'docs-preview' diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index 598e8e599aba..1713e53f058f 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + - uses: angular/dev-infra/github-actions/google-internal-tests@3baae85f9070f71460c61d13adea605f2f584678 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 c194d2f51f86..244f08af7e0b 100644 --- a/.github/workflows/pr.material-aio.yml +++ b/.github/workflows/pr.material-aio.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -33,11 +33,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -54,11 +54,11 @@ 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 73543a97a9ac..cdca2610d2e8 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Install node modules @@ -45,7 +45,7 @@ jobs: - name: Check code format run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/linting/licenses@3baae85f9070f71460c61d13adea605f2f584678 # Commit message check is last intentionally, because the caretaker can fix it # during merge, while other lint failures have to be resolved by the PR author. - name: Check commit message @@ -55,13 +55,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -71,13 +71,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -103,13 +103,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -119,13 +119,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -135,13 +135,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -164,7 +164,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -172,8 +172,8 @@ jobs: - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/browserstack@3baae85f9070f71460c61d13adea605f2f584678 - 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 4d506aa5817a..d0683111b2fc 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 # 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@3baae85f9070f71460c61d13adea605f2f584678 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 c72d22d2fa59..428121ace50f 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@3baae85f9070f71460c61d13adea605f2f584678 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 6e82665ae576..133f3ff58bfb 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@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -46,13 +46,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/setup@3baae85f9070f71460c61d13adea605f2f584678 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/bazel/configure-remote@3baae85f9070f71460c61d13adea605f2f584678 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3baae85f9070f71460c61d13adea605f2f584678 with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and diff --git a/WORKSPACE b/WORKSPACE index 81b63b280ba8..9da0bd074b6f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -189,7 +189,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "35131fc980ce5451fb89d8c033efc827ad39ca68", + commit = "3baae85f9070f71460c61d13adea605f2f584678", remote = "https://github.com/angular/dev-infra.git", )