diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index afd5a0bd8f9f..2c63707a4ad9 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@93e50fe950f04508be0ea7adfc1b7f8efd459adc + - uses: angular/dev-infra/github-actions/branch-manager@b4837129ba45115207822945848e6d6f067290a9 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 02d7c2ed0b17..61113d30f3c9 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@93e50fe950f04508be0ea7adfc1b7f8efd459adc + - uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@b4837129ba45115207822945848e6d6f067290a9 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@93e50fe950f04508be0ea7adfc1b7f8efd459adc + - uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@b4837129ba45115207822945848e6d6f067290a9 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 611a136d6d0c..982b590640ac 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@93e50fe950f04508be0ea7adfc1b7f8efd459adc + - uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@b4837129ba45115207822945848e6d6f067290a9 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 4881d05ec814..2e7dd817f22e 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@93e50fe950f04508be0ea7adfc1b7f8efd459adc + - uses: angular/dev-infra/github-actions/commit-message-based-labels@b4837129ba45115207822945848e6d6f067290a9 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@93e50fe950f04508be0ea7adfc1b7f8efd459adc + - uses: angular/dev-infra/github-actions/post-approval-changes@b4837129ba45115207822945848e6d6f067290a9 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 029afe0d25c0..679531ceef80 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@93e50fe950f04508be0ea7adfc1b7f8efd459adc + - uses: angular/dev-infra/github-actions/google-internal-tests@b4837129ba45115207822945848e6d6f067290a9 with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 75d83222279b..ef4d3e74ab2d 100644 --- a/package.json +++ b/package.json @@ -74,11 +74,11 @@ "@angular-devkit/core": "^16.0.0-next.7", "@angular-devkit/schematics": "^16.0.0-next.7", "@angular/bazel": "https://github.com/angular/bazel-builds.git#8b1e899d38c5781662ff01812d5e71aa014b861c", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a8012d366831d2dc2350de94b6c0ad926775408d", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fb897a1ae4b084da69f77b3fc09848b57a321421", "@angular/cli": "^16.0.0-next.7", "@angular/compiler-cli": "^16.0.0-next.7", "@angular/localize": "^16.0.0-next.7", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#68a6d97028583799726bdad5ef3234d3ec3463e6", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#698a01b355d13f1d24096dd4b8853d2075f6a42d", "@angular/platform-browser-dynamic": "^16.0.0-next.7", "@angular/platform-server": "^16.0.0-next.7", "@angular/router": "^16.0.0-next.7", diff --git a/yarn.lock b/yarn.lock index ce90d35713f4..5f1d21170b4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -244,9 +244,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#a8012d366831d2dc2350de94b6c0ad926775408d": - version "0.0.0-d28e5f71d00e1d55abafea9eea315bcccd3bc17c" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a8012d366831d2dc2350de94b6c0ad926775408d" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#fb897a1ae4b084da69f77b3fc09848b57a321421": + version "0.0.0-b4837129ba45115207822945848e6d6f067290a9" + uid fb897a1ae4b084da69f77b3fc09848b57a321421 + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fb897a1ae4b084da69f77b3fc09848b57a321421" dependencies: "@angular-devkit/build-angular" "16.0.0-next.4" "@angular/benchpress" "0.3.0" @@ -365,9 +366,10 @@ glob "8.1.0" yargs "^17.2.1" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#68a6d97028583799726bdad5ef3234d3ec3463e6": - version "0.0.0-d28e5f71d00e1d55abafea9eea315bcccd3bc17c" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#68a6d97028583799726bdad5ef3234d3ec3463e6" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#698a01b355d13f1d24096dd4b8853d2075f6a42d": + version "0.0.0-b4837129ba45115207822945848e6d6f067290a9" + uid "698a01b355d13f1d24096dd4b8853d2075f6a42d" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#698a01b355d13f1d24096dd4b8853d2075f6a42d" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.9.0"