diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 42a47a6de710..9be0a8fd3891 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@1ce250a660eca5f613794a32cbae6d0f7a449918 + - uses: angular/dev-infra/github-actions/branch-manager@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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 809da2ee90b8..b3351c0715e7 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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 141e72276f22..1b0dbd936fb2 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 # 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/browserstack@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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 cccbac8bcfd7..b742edef156f 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 7b00624d618c..0f5b621e8b66 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: angular/dev-infra/github-actions/pull-request-labeling@1ce250a660eca5f613794a32cbae6d0f7a449918 + - uses: angular/dev-infra/github-actions/pull-request-labeling@b816685b6260ab760f1a24fc6f79db9bd1cb4921 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: angular/dev-infra/github-actions/pull-request-labeling@1ce250a660eca5f613794a32cbae6d0f7a449918 + - uses: angular/dev-infra/github-actions/pull-request-labeling@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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 7e75d5c37b20..ae53c8659b95 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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 60ac7fe7ead4..43f4e61b7ec2 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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 9b2d87471571..28764b7a8656 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: angular/dev-infra/github-actions/google-internal-tests@1ce250a660eca5f613794a32cbae6d0f7a449918 + - uses: angular/dev-infra/github-actions/google-internal-tests@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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 d0a361968846..824e4a03837e 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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 dd4c56520dab..3c3127487cb8 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/linting/licenses@b816685b6260ab760f1a24fc6f79db9bd1cb4921 # 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/browserstack@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - 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 521e2339dc77..12bd7742dd51 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 # 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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 ec169c174f86..7bd656e92ed8 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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 fecbf4762e2b..83f449f88811 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/setup@b816685b6260ab760f1a24fc6f79db9bd1cb4921 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b816685b6260ab760f1a24fc6f79db9bd1cb4921 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@1ce250a660eca5f613794a32cbae6d0f7a449918 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b816685b6260ab760f1a24fc6f79db9bd1cb4921 # 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 045d6292bb86..feca63b29eda 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "1ce250a660eca5f613794a32cbae6d0f7a449918", + commit = "b816685b6260ab760f1a24fc6f79db9bd1cb4921", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 536eda386c9f..60edc2cbcbfb 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#7f29a07e259169c1eb3f1659b75faa164f017972", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0b9654158d79ed9bf68866d619ea3a12700ed385", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d68cfb3dffa..8a82c0c86e55 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,8 +126,8 @@ importers: specifier: 'catalog:' version: 21.1.0-rc.0(@angular/compiler-cli@21.1.0-rc.0(@angular/compiler@21.1.0-rc.0)(typescript@5.9.2))(@angular/compiler@21.1.0-rc.0) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#7f29a07e259169c1eb3f1659b75faa164f017972 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7f29a07e259169c1eb3f1659b75faa164f017972(@modelcontextprotocol/sdk@1.25.2) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#0b9654158d79ed9bf68866d619ea3a12700ed385 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0b9654158d79ed9bf68866d619ea3a12700ed385(@modelcontextprotocol/sdk@1.25.2) '@angular/platform-server': specifier: 'catalog:' version: 21.1.0-rc.0(@angular/common@21.1.0-rc.0(@angular/compiler-cli@21.1.0-rc.0(@angular/compiler@21.1.0-rc.0)(typescript@5.9.2))(@angular/core@21.1.0-rc.0(@angular/compiler@21.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-rc.0(@angular/compiler@21.1.0-rc.0)(typescript@5.9.2))(@angular/compiler@21.1.0-rc.0)(@angular/core@21.1.0-rc.0(@angular/compiler@21.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.0))(@angular/platform-browser@21.1.0-rc.0(@angular/common@21.1.0-rc.0(@angular/compiler-cli@21.1.0-rc.0(@angular/compiler@21.1.0-rc.0)(typescript@5.9.2))(@angular/core@21.1.0-rc.0(@angular/compiler@21.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.0))(rxjs@6.6.7))(@angular/compiler-cli@21.1.0-rc.0(@angular/compiler@21.1.0-rc.0)(typescript@5.9.2))(@angular/core@21.1.0-rc.0(@angular/compiler@21.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.16.0)))(rxjs@6.6.7) @@ -972,9 +972,9 @@ packages: '@angular/compiler': 21.1.0-rc.0 '@angular/compiler-cli': 21.1.0-rc.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7f29a07e259169c1eb3f1659b75faa164f017972': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7f29a07e259169c1eb3f1659b75faa164f017972} - version: 0.0.0-1ce250a660eca5f613794a32cbae6d0f7a449918 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0b9654158d79ed9bf68866d619ea3a12700ed385': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0b9654158d79ed9bf68866d619ea3a12700ed385} + version: 0.0.0-b816685b6260ab760f1a24fc6f79db9bd1cb4921 hasBin: true '@angular/platform-browser-dynamic@21.1.0-rc.0': @@ -10068,7 +10068,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7f29a07e259169c1eb3f1659b75faa164f017972(@modelcontextprotocol/sdk@1.25.2)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0b9654158d79ed9bf68866d619ea3a12700ed385(@modelcontextprotocol/sdk@1.25.2)': dependencies: '@actions/core': 2.0.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2)