Skip to content

Commit bccaf6b

Browse files
committed
build: update angular shared dev-infra code to 1324bdb
1 parent f7385ff commit bccaf6b

File tree

4 files changed

+682
-422
lines changed

4 files changed

+682
-422
lines changed

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@71057522079cc2ae10687a07fb6ab456790be63c
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@613e401ebf59e12f1b0378e19c8ec7391c3aac49
1616
with:
1717
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818
post_approval_changes:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22-
- uses: angular/dev-infra/github-actions/post-approval-changes@71057522079cc2ae10687a07fb6ab456790be63c
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@613e401ebf59e12f1b0378e19c8ec7391c3aac49
2323
with:
2424
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
lock_closed:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: angular/dev-infra/github-actions/lock-closed@71057522079cc2ae10687a07fb6ab456790be63c
14+
- uses: angular/dev-infra/github-actions/lock-closed@613e401ebf59e12f1b0378e19c8ec7391c3aac49
1515
with:
1616
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
"@angular-devkit/core": "^14.0.1",
7676
"@angular-devkit/schematics": "^14.0.1",
7777
"@angular/bazel": "^14.0.1",
78-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#88270f452ba78174cd7a26fb09e09b2e38eeeac0",
78+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1324bdbde37608b5312d8bb8695f0d34b6aa47bd",
7979
"@angular/cli": "^14.0.1",
8080
"@angular/compiler-cli": "^14.0.1",
8181
"@angular/localize": "^14.0.1",
82-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f8f29b3cc8b8abb48d056533b48c890a7355aa74",
82+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ca6724d20e08b54924c0bd6879c13309bd2ca9a0",
8383
"@angular/platform-browser-dynamic": "^14.0.1",
8484
"@angular/platform-server": "^14.0.1",
8585
"@angular/router": "^14.0.1",

0 commit comments

Comments
 (0)