mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies
See associated pull request for more information.
This commit is contained in:
parent
160a8b4be7
commit
960de629ed
15 changed files with 73 additions and 73 deletions
4
.github/actions/saucelabs-legacy/action.yml
vendored
4
.github/actions/saucelabs-legacy/action.yml
vendored
|
|
@ -5,9 +5,9 @@ runs:
|
|||
using: 'composite'
|
||||
steps:
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/saucelabs@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Starting Saucelabs tunnel service
|
||||
shell: bash
|
||||
run: ./tools/saucelabs/sauce-service.sh run &
|
||||
|
|
|
|||
8
.github/workflows/adev-preview-build.yml
vendored
8
.github/workflows/adev-preview-build.yml
vendored
|
|
@ -21,17 +21,17 @@ jobs:
|
|||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview'))
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build adev
|
||||
# `snapshot-build` config is used to stamp the exact version with sha in the footer.
|
||||
run: pnpm bazel build //adev:build.production --config=snapshot-build
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
pull-number: '${{github.event.pull_request.number}}'
|
||||
|
|
|
|||
2
.github/workflows/adev-preview-deploy.yml
vendored
2
.github/workflows/adev-preview-deploy.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
|
||||
npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
|
||||
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
github-token: '${{secrets.GITHUB_TOKEN}}'
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@ jobs:
|
|||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/benchmark-compare.yml
vendored
2
.github/workflows/benchmark-compare.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
|
|
|||
50
.github/workflows/ci.yml
vendored
50
.github/workflows/ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Check code lint
|
||||
|
|
@ -39,13 +39,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -67,11 +67,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -83,11 +83,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -100,11 +100,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -119,11 +119,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -136,11 +136,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
|
||||
|
|
@ -152,11 +152,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -206,11 +206,11 @@ jobs:
|
|||
runs-on: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build adev
|
||||
|
|
|
|||
4
.github/workflows/dev-infra.yml
vendored
4
.github/workflows/dev-infra.yml
vendored
|
|
@ -13,13 +13,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
post_approval_changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/google-internal-tests.yml
vendored
2
.github/workflows/google-internal-tests.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
run-tests-guide-url: http://go/angular-g3sync-start
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
8
.github/workflows/manual.yml
vendored
8
.github/workflows/manual.yml
vendored
|
|
@ -13,15 +13,15 @@ jobs:
|
|||
JOBS: 2
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/saucelabs@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Set up Sauce Tunnel Daemon
|
||||
run: pnpm bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/merge-ready-status.yml
vendored
2
.github/workflows/merge-ready-status.yml
vendored
|
|
@ -9,6 +9,6 @@ jobs:
|
|||
status:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
6
.github/workflows/perf.yml
vendored
6
.github/workflows/perf.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
workflows: ${{ steps.workflows.outputs.workflows }}
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- id: workflows
|
||||
|
|
@ -36,9 +36,9 @@ jobs:
|
|||
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
|
||||
|
|
|
|||
40
.github/workflows/pr.yml
vendored
40
.github/workflows/pr.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Check code lint
|
||||
|
|
@ -37,7 +37,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@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
|
||||
|
||||
|
|
@ -45,13 +45,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run unit tests
|
||||
|
|
@ -71,11 +71,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -95,11 +95,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run integration CI tests for framework
|
||||
|
|
@ -110,11 +110,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run tests
|
||||
|
|
@ -127,11 +127,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run tests
|
||||
|
|
@ -142,11 +142,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ git_override(
|
|||
bazel_dep(name = "devinfra")
|
||||
git_override(
|
||||
module_name = "devinfra",
|
||||
commit = "eaf8b84148f9fd8e974c6498f4cd19602bb7814d",
|
||||
commit = "8757d815eb39854621b7a42ed742fd34e1c448d9",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@
|
|||
"devDependencies": {
|
||||
"@actions/core": "^2.0.0",
|
||||
"@actions/github": "^7.0.0",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c018d7f32d8d6efb63ee3b15485bfe5c4e085581",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#73f978f5efbaaec123125e2f39d1bac6453927aa",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
|
|
|
|||
|
|
@ -336,8 +336,8 @@ importers:
|
|||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
'@angular/ng-dev':
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#c018d7f32d8d6efb63ee3b15485bfe5c4e085581
|
||||
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c018d7f32d8d6efb63ee3b15485bfe5c4e085581(@modelcontextprotocol/sdk@1.25.2)
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#73f978f5efbaaec123125e2f39d1bac6453927aa
|
||||
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/73f978f5efbaaec123125e2f39d1bac6453927aa(@modelcontextprotocol/sdk@1.25.2)
|
||||
'@babel/plugin-proposal-async-generator-functions':
|
||||
specifier: 7.20.7
|
||||
version: 7.20.7(@babel/core@7.28.6)
|
||||
|
|
@ -1731,9 +1731,9 @@ packages:
|
|||
'@angular/platform-browser': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c018d7f32d8d6efb63ee3b15485bfe5c4e085581':
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c018d7f32d8d6efb63ee3b15485bfe5c4e085581}
|
||||
version: 0.0.0-eaf8b84148f9fd8e974c6498f4cd19602bb7814d
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/73f978f5efbaaec123125e2f39d1bac6453927aa':
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/73f978f5efbaaec123125e2f39d1bac6453927aa}
|
||||
version: 0.0.0-8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
hasBin: true
|
||||
|
||||
'@angular/ssr@21.1.0-rc.0':
|
||||
|
|
@ -13595,7 +13595,7 @@ snapshots:
|
|||
rxjs: 7.8.2
|
||||
tslib: 2.8.1
|
||||
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c018d7f32d8d6efb63ee3b15485bfe5c4e085581(@modelcontextprotocol/sdk@1.25.2)':
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/73f978f5efbaaec123125e2f39d1bac6453927aa(@modelcontextprotocol/sdk@1.25.2)':
|
||||
dependencies:
|
||||
'@actions/core': 2.0.2
|
||||
'@google-cloud/spanner': 8.0.0(supports-color@10.2.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue