Skip to content

Commit 667ce37

Browse files
build: update angular shared dev-infra code to cc061c7 (#25306)
1 parent 8ef59d5 commit 667ce37

File tree

4 files changed

+1103
-665
lines changed

4 files changed

+1103
-665
lines changed

.github/workflows/dev-infra.yml

+2-2
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@b5e4e3227f855adf65529353b73669718bcb8a12
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@cd02891231926b56e403fa94849a6638899e98ce
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@b5e4e3227f855adf65529353b73669718bcb8a12
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@cd02891231926b56e403fa94849a6638899e98ce
2323
with:
2424
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

+1-1
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@b5e4e3227f855adf65529353b73669718bcb8a12
14+
- uses: angular/dev-infra/github-actions/lock-closed@cd02891231926b56e403fa94849a6638899e98ce
1515
with:
1616
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@angular/bazel": "^14.0.1",
7878
"@angular/cli": "^14.0.1",
7979
"@angular/compiler-cli": "^14.0.1",
80-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#fed440324f82e9220f107c74c039210bd9c6ec19",
80+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#cc061c7d21af7d18cea0a6d60de490e3450f8fc9",
8181
"@angular/localize": "^14.0.1",
8282
"@angular/platform-browser-dynamic": "^14.0.1",
8383
"@angular/platform-server": "^14.0.1",

0 commit comments

Comments
 (0)