Skip to content

build: update angular shared dev-infra code #26173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
- uses: angular/dev-infra/github-actions/branch-manager@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/build-dev-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
with:
bazelrc: ./.bazelrc.user

Expand All @@ -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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
with:
workflow-artifact-name: 'dev-app'
pull-number: '${{github.event.pull_request.number}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'dev-app'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
- uses: angular/dev-infra/github-actions/commit-message-based-labels@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
- uses: angular/dev-infra/github-actions/post-approval-changes@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/google-internal-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
- uses: angular/dev-infra/github-actions/google-internal-tests@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
with:
run-tests-guide-url: http://go/angular-material-presubmit
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
- uses: angular/dev-infra/github-actions/lock-closed@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"@angular-devkit/core": "^15.0.0",
"@angular-devkit/schematics": "^15.0.0",
"@angular/bazel": "^15.0.0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ab51064a4ca16c5b3e55587f81787c92821ba11c",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/localize": "^15.0.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a98206cc9acfdf823ce83c3c935c9a5df4c68544",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/platform-server": "^15.0.0",
"@angular/router": "^15.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,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#ab51064a4ca16c5b3e55587f81787c92821ba11c":
version "0.0.0-2bc96bc3c55d4028f12a0255f8ef4fb91d47163c"
uid ab51064a4ca16c5b3e55587f81787c92821ba11c
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ab51064a4ca16c5b3e55587f81787c92821ba11c"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf":
version "0.0.0-dd53634ba2a792fce0649c90b30752b7dff6f68a"
uid d94cd02db1a276929ff63739d0b5f80a45a14abf
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf"
dependencies:
"@angular-devkit/build-angular" "15.1.0-next.0"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -375,10 +375,10 @@
glob "8.0.3"
yargs "^17.2.1"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#a98206cc9acfdf823ce83c3c935c9a5df4c68544":
version "0.0.0-2bc96bc3c55d4028f12a0255f8ef4fb91d47163c"
uid a98206cc9acfdf823ce83c3c935c9a5df4c68544
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a98206cc9acfdf823ce83c3c935c9a5df4c68544"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81":
version "0.0.0-dd53634ba2a792fce0649c90b30752b7dff6f68a"
uid a2a71f76ee8a4cb4795f8a027d946f620e623b81
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.8.0"
Expand Down