diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index ab48261cf6e2..50e86e0270db 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/branch-manager@fabf48e542781bd9f18b1dd9dddfd5053cde77ac 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 fc2140bdfa68..159280234916 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -56,11 +56,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - 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 880fce81f1c4..cb84cd38011a 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -49,11 +49,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -65,11 +65,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -81,11 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -98,11 +98,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -114,11 +114,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -130,11 +130,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Build Snapshots @@ -154,15 +154,15 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -185,12 +185,12 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/browserstack@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - 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 c41d0ef6f619..42658b49eb3e 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,11 +17,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index aa755b84c45e..5e66ecbdf808 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - - uses: angular/dev-infra/github-actions/pull-request-labeling@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/pull-request-labeling@fabf48e542781bd9f18b1dd9dddfd5053cde77ac with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - - uses: angular/dev-infra/github-actions/post-approval-changes@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/post-approval-changes@fabf48e542781bd9f18b1dd9dddfd5053cde77ac 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 bb2bb102e833..1a666bcb43cf 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@fabf48e542781bd9f18b1dd9dddfd5053cde77ac 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 6372763dd834..dc392fbe5d66 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@fabf48e542781bd9f18b1dd9dddfd5053cde77ac 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 46b210338655..5e2c0148bbdb 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - - uses: angular/dev-infra/github-actions/google-internal-tests@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/google-internal-tests@fabf48e542781bd9f18b1dd9dddfd5053cde77ac 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 e923261cffe6..0334e4672488 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -54,11 +54,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - 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 e64054308d02..1328a418d184 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/linting/licenses@fabf48e542781bd9f18b1dd9dddfd5053cde77ac # 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,11 +55,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -69,11 +69,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -83,11 +83,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -97,11 +97,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -111,11 +111,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -125,11 +125,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -152,15 +152,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac with: # Checking out the pull request commit is intended here as we need to run the changed code tests. ref: ${{ github.event.pull_request.head.sha }} - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/browserstack@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - 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 5281f194ff63..27745566976a 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,16 +23,16 @@ 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac # 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@fabf48e542781bd9f18b1dd9dddfd5053cde77ac 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 0f53db3b67df..2d357c89ccea 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@fabf48e542781bd9f18b1dd9dddfd5053cde77ac 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 55b1cd8e4724..04bec09c5a5b 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - name: Disable AppArmor diff --git a/MODULE.bazel b/MODULE.bazel index 2a72be6f9fe5..6521475749ea 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "e53a3b15d4c80d8a6030992399e753878e21d57a", + commit = "fabf48e542781bd9f18b1dd9dddfd5053cde77ac", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 0c985a8303ce..b904dc63a29e 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "devDependencies": { "@angular/compiler-cli": "catalog:", "@angular/localize": "catalog:", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a6bcef88323031f5c157227705792019833c5c08", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#19b0de8c238ca855171534f45c598e4b180f66e5", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca8b2251350c..89cc3d0a5765 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,8 +126,8 @@ importers: specifier: 'catalog:' version: 21.0.3(@angular/compiler-cli@21.0.3(@angular/compiler@21.0.3)(typescript@5.9.2))(@angular/compiler@21.0.3) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#a6bcef88323031f5c157227705792019833c5c08 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a6bcef88323031f5c157227705792019833c5c08(@modelcontextprotocol/sdk@1.24.0) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#19b0de8c238ca855171534f45c598e4b180f66e5 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/19b0de8c238ca855171534f45c598e4b180f66e5(@modelcontextprotocol/sdk@1.24.0) '@angular/platform-server': specifier: 'catalog:' version: 21.0.3(@angular/common@21.0.3(@angular/compiler-cli@21.0.3(@angular/compiler@21.0.3)(typescript@5.9.2))(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.3(@angular/compiler@21.0.3)(typescript@5.9.2))(@angular/compiler@21.0.3)(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.3(@angular/common@21.0.3(@angular/compiler-cli@21.0.3(@angular/compiler@21.0.3)(typescript@5.9.2))(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.3(@angular/compiler@21.0.3)(typescript@5.9.2))(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) @@ -972,9 +972,9 @@ packages: '@angular/compiler': 21.0.3 '@angular/compiler-cli': 21.0.3 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a6bcef88323031f5c157227705792019833c5c08': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a6bcef88323031f5c157227705792019833c5c08} - version: 0.0.0-73051ae248ba64911a8e7e66536d8c99ba07ef2a + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/19b0de8c238ca855171534f45c598e4b180f66e5': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/19b0de8c238ca855171534f45c598e4b180f66e5} + version: 0.0.0-fabf48e542781bd9f18b1dd9dddfd5053cde77ac hasBin: true '@angular/platform-browser-dynamic@21.0.3': @@ -2374,8 +2374,8 @@ packages: resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} engines: {node: '>=18'} - '@google/genai@1.30.0': - resolution: {integrity: sha512-3MRcgczBFbUat1wIlZoLJ0vCCfXgm7Qxjh59cZi2X08RgWLtm9hKOspzp7TOg1TV2e26/MLxR2GR5yD5GmBV2w==} + '@google/genai@1.31.0': + resolution: {integrity: sha512-rK0RKXxNkbK35eDl+G651SxtxwHNEOogjyeZJUJe+Ed4yxu3xy5ufCiU0+QLT7xo4M9Spey8OAYfD8LPRlYBKw==} engines: {node: '>=20.0.0'} peerDependencies: '@modelcontextprotocol/sdk': ^1.20.1 @@ -10524,11 +10524,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a6bcef88323031f5c157227705792019833c5c08(@modelcontextprotocol/sdk@1.24.0)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/19b0de8c238ca855171534f45c598e4b180f66e5(@modelcontextprotocol/sdk@1.24.0)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) - '@google/genai': 1.30.0(@modelcontextprotocol/sdk@1.24.0)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5) + '@google/genai': 1.31.0(@modelcontextprotocol/sdk@1.24.0)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5) '@inquirer/prompts': 8.0.2(@types/node@24.10.1) '@inquirer/type': 4.0.2(@types/node@24.10.1) '@octokit/auth-app': 8.1.2 @@ -12135,7 +12135,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.30.0(@modelcontextprotocol/sdk@1.24.0)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5)': + '@google/genai@1.31.0(@modelcontextprotocol/sdk@1.24.0)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5)': dependencies: google-auth-library: 10.5.0(supports-color@10.2.2) ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) @@ -18307,7 +18307,7 @@ snapshots: openapi3-ts@3.2.0: dependencies: - yaml: 2.8.1 + yaml: 2.8.2 opener@1.5.2: {}