diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index ae3ac2d3fbba..dcbd55fb47c1 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@35c6b5e6701396d0b2e004657b9330e6f858208b + - uses: angular/dev-infra/github-actions/branch-manager@0004737f3823ef0908fdc95a742ec3f03cb1af03 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 0f09a3928f1e..8bbf7b36fbfb 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - 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 a8ec36f3a5fa..c1358e545bd9 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Checking package externals @@ -47,11 +47,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -63,11 +63,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -79,11 +79,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -96,11 +96,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -112,11 +112,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -152,15 +152,15 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 # 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -183,12 +183,12 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/browserstack@0004737f3823ef0908fdc95a742ec3f03cb1af03 - 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 4c1fbf955276..0d562fe1498d 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 12b5ee9f6c11..86aeeabe6cff 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@35c6b5e6701396d0b2e004657b9330e6f858208b + - uses: angular/dev-infra/github-actions/pull-request-labeling@0004737f3823ef0908fdc95a742ec3f03cb1af03 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@35c6b5e6701396d0b2e004657b9330e6f858208b + - uses: angular/dev-infra/github-actions/post-approval-changes@0004737f3823ef0908fdc95a742ec3f03cb1af03 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 82ea42e8b6fa..a4cff40838b1 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - 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@35c6b5e6701396d0b2e004657b9330e6f858208b + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@0004737f3823ef0908fdc95a742ec3f03cb1af03 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 477ae2319949..a01ade2b8462 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@35c6b5e6701396d0b2e004657b9330e6f858208b + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@0004737f3823ef0908fdc95a742ec3f03cb1af03 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 454806a1329f..8d44ff3fe8ea 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@35c6b5e6701396d0b2e004657b9330e6f858208b + - uses: angular/dev-infra/github-actions/google-internal-tests@0004737f3823ef0908fdc95a742ec3f03cb1af03 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 801b59fe31b6..6c1c57401a40 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - 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 51adc4faccbd..c6c1c0d15eba 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Checking package externals @@ -43,7 +43,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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/linting/licenses@0004737f3823ef0908fdc95a742ec3f03cb1af03 # 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 @@ -53,11 +53,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -67,11 +67,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -81,11 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -95,11 +95,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -109,11 +109,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -123,11 +123,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -150,15 +150,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/browserstack@0004737f3823ef0908fdc95a742ec3f03cb1af03 - 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 07f31f586307..f21bcd22549a 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 # 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@35c6b5e6701396d0b2e004657b9330e6f858208b + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@0004737f3823ef0908fdc95a742ec3f03cb1af03 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 4cf17598bc72..916f2ea1d4a1 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@35c6b5e6701396d0b2e004657b9330e6f858208b + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@0004737f3823ef0908fdc95a742ec3f03cb1af03 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 c1e54d17a198..c597ee4ccdf9 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/setup@0004737f3823ef0908fdc95a742ec3f03cb1af03 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/bazel/configure-remote@0004737f3823ef0908fdc95a742ec3f03cb1af03 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@35c6b5e6701396d0b2e004657b9330e6f858208b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0004737f3823ef0908fdc95a742ec3f03cb1af03 # 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 e03f4506f6df..db48255aa934 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "35c6b5e6701396d0b2e004657b9330e6f858208b", + commit = "0004737f3823ef0908fdc95a742ec3f03cb1af03", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index afe3155f1d11..a661f72457e0 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#03721faa87ef097af8cb4f657e8e4becc594f727", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f1aac3fc3a6704ad3ea36c0c2bc46b11eb4e4d11", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f5283251a974..cd6120ddd977 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,8 +126,8 @@ importers: specifier: 'catalog:' version: 21.0.0-next.3(@angular/compiler-cli@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(typescript@5.9.2))(@angular/compiler@21.0.0-next.3) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#03721faa87ef097af8cb4f657e8e4becc594f727 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/03721faa87ef097af8cb4f657e8e4becc594f727(@modelcontextprotocol/sdk@1.17.5) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#f1aac3fc3a6704ad3ea36c0c2bc46b11eb4e4d11 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f1aac3fc3a6704ad3ea36c0c2bc46b11eb4e4d11(@modelcontextprotocol/sdk@1.17.5) '@angular/platform-server': specifier: 'catalog:' version: 21.0.0-next.3(@angular/common@21.0.0-next.3(@angular/compiler-cli@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(typescript@5.9.2))(@angular/core@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(typescript@5.9.2))(@angular/compiler@21.0.0-next.3)(@angular/core@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.3(@angular/common@21.0.0-next.3(@angular/compiler-cli@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(typescript@5.9.2))(@angular/core@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(typescript@5.9.2))(@angular/core@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) @@ -950,9 +950,9 @@ packages: '@angular/compiler': 21.0.0-next.3 '@angular/compiler-cli': 21.0.0-next.3 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/03721faa87ef097af8cb4f657e8e4becc594f727': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/03721faa87ef097af8cb4f657e8e4becc594f727} - version: 0.0.0-35c6b5e6701396d0b2e004657b9330e6f858208b + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f1aac3fc3a6704ad3ea36c0c2bc46b11eb4e4d11': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f1aac3fc3a6704ad3ea36c0c2bc46b11eb4e4d11} + version: 0.0.0-0004737f3823ef0908fdc95a742ec3f03cb1af03 hasBin: true '@angular/platform-browser-dynamic@21.0.0-next.3': @@ -9842,7 +9842,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/03721faa87ef097af8cb4f657e8e4becc594f727(@modelcontextprotocol/sdk@1.17.5)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f1aac3fc3a6704ad3ea36c0c2bc46b11eb4e4d11(@modelcontextprotocol/sdk@1.17.5)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2)