From ec297f00e7db2125661433cf5b630283049b4d3a Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 12 Jul 2023 17:32:38 +0200 Subject: [PATCH] build: update angular shared dev-infra code (#27289) --- .../workflows/assistant-to-the-branch-manager.yml | 2 +- .github/workflows/build-dev-app.yml | 4 ++-- .github/workflows/deploy-dev-app.yml | 2 +- .github/workflows/dev-infra.yml | 4 ++-- .github/workflows/google-internal-tests.yml | 2 +- package.json | 4 ++-- yarn.lock | 14 ++++++++------ 7 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 309379c09fd1..8b0970d26a3b 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@c0024a8ffe98677f649393a3462779205333fd15 + - uses: angular/dev-infra/github-actions/branch-manager@35d39a8d71f9c2e1a1ea4715cc8f3752ba57612c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/build-dev-app.yml b/.github/workflows/build-dev-app.yml index 445f891f696e..77a7b272da34 100644 --- a/.github/workflows/build-dev-app.yml +++ b/.github/workflows/build-dev-app.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0 - uses: ./.github/actions/yarn-install - - uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@c0024a8ffe98677f649393a3462779205333fd15 + - uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@35d39a8d71f9c2e1a1ea4715cc8f3752ba57612c with: bazelrc: ./.bazelrc.user @@ -34,7 +34,7 @@ jobs: # the number of concurrent actions is determined based on the host resources. - run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32 - - uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@c0024a8ffe98677f649393a3462779205333fd15 + - uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@35d39a8d71f9c2e1a1ea4715cc8f3752ba57612c with: workflow-artifact-name: 'dev-app' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/deploy-dev-app.yml b/.github/workflows/deploy-dev-app.yml index 94cb270ba997..8a8af25350f2 100644 --- a/.github/workflows/deploy-dev-app.yml +++ b/.github/workflows/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/deploy-previews/upload-artifacts-to-firebase@c0024a8ffe98677f649393a3462779205333fd15 + - uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@35d39a8d71f9c2e1a1ea4715cc8f3752ba57612c with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'dev-app' diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 00cf9a65a7f8..a27cab4fe72a 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@c0024a8ffe98677f649393a3462779205333fd15 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@35d39a8d71f9c2e1a1ea4715cc8f3752ba57612c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@c0024a8ffe98677f649393a3462779205333fd15 + - uses: angular/dev-infra/github-actions/post-approval-changes@35d39a8d71f9c2e1a1ea4715cc8f3752ba57612c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index 0803d2e3a117..b851689e9eb4 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@c0024a8ffe98677f649393a3462779205333fd15 + - uses: angular/dev-infra/github-actions/google-internal-tests@35d39a8d71f9c2e1a1ea4715cc8f3752ba57612c with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 4aeb72ef2e26..957da3178188 100644 --- a/package.json +++ b/package.json @@ -75,11 +75,11 @@ "@angular-devkit/core": "^16.1.0", "@angular-devkit/schematics": "^16.1.0", "@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2fd57456111be38f849c0ec7c6fc3134cf87e94b", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#74a10e275613a12d851cc1b83ac6644f425db015", "@angular/cli": "^16.1.0", "@angular/compiler-cli": "^16.1.1", "@angular/localize": "^16.1.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c0f2ac371a43012c15cbb8b7128b8476964c8f9", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9845e7527ebcfe0076c87044eb92ef055959b347", "@angular/platform-browser-dynamic": "^16.1.1", "@angular/platform-server": "^16.1.1", "@angular/router": "^16.1.1", diff --git a/yarn.lock b/yarn.lock index e23432c8c647..2a6412a741f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -159,9 +159,10 @@ "@angular/core" "^13.0.0 || ^14.0.0-0" reflect-metadata "^0.1.13" -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#2fd57456111be38f849c0ec7c6fc3134cf87e94b": - version "0.0.0-76b6f49c0b15b1a2a2a0fe564169209f6f8be427" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2fd57456111be38f849c0ec7c6fc3134cf87e94b" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#74a10e275613a12d851cc1b83ac6644f425db015": + version "0.0.0-35d39a8d71f9c2e1a1ea4715cc8f3752ba57612c" + uid "74a10e275613a12d851cc1b83ac6644f425db015" + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#74a10e275613a12d851cc1b83ac6644f425db015" dependencies: "@angular-devkit/build-angular" "16.1.0" "@angular/benchpress" "0.3.0" @@ -280,9 +281,10 @@ fast-glob "3.2.12" yargs "^17.2.1" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c0f2ac371a43012c15cbb8b7128b8476964c8f9": - version "0.0.0-76b6f49c0b15b1a2a2a0fe564169209f6f8be427" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c0f2ac371a43012c15cbb8b7128b8476964c8f9" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#9845e7527ebcfe0076c87044eb92ef055959b347": + version "0.0.0-35d39a8d71f9c2e1a1ea4715cc8f3752ba57612c" + uid "9845e7527ebcfe0076c87044eb92ef055959b347" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9845e7527ebcfe0076c87044eb92ef055959b347" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.9.0"