Skip to content

Commit 329f599

Browse files
committed
build: update angular shared dev-infra code
1 parent c4c57f7 commit 329f599

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@93e50fe950f04508be0ea7adfc1b7f8efd459adc
19+
- uses: angular/dev-infra/github-actions/branch-manager@c12a0ca820b97029279dbc3c71c25da5de5bab26
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/build-dev-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
2626
- uses: ./.github/actions/yarn-install
2727

28-
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@93e50fe950f04508be0ea7adfc1b7f8efd459adc
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@c12a0ca820b97029279dbc3c71c25da5de5bab26
2929
with:
3030
bazelrc: ./.bazelrc.user
3131

@@ -34,7 +34,7 @@ jobs:
3434
# the number of concurrent actions is determined based on the host resources.
3535
- run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
3636

37-
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@93e50fe950f04508be0ea7adfc1b7f8efd459adc
37+
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@c12a0ca820b97029279dbc3c71c25da5de5bab26
3838
with:
3939
workflow-artifact-name: 'dev-app'
4040
pull-number: '${{github.event.pull_request.number}}'

.github/workflows/deploy-dev-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app
3434
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}}
3535
36-
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@93e50fe950f04508be0ea7adfc1b7f8efd459adc
36+
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@c12a0ca820b97029279dbc3c71c25da5de5bab26
3737
with:
3838
github-token: '${{secrets.GITHUB_TOKEN}}'
3939
workflow-artifact-name: 'dev-app'

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

.github/workflows/google-internal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
16-
- uses: angular/dev-infra/github-actions/google-internal-tests@93e50fe950f04508be0ea7adfc1b7f8efd459adc
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@c12a0ca820b97029279dbc3c71c25da5de5bab26
1717
with:
1818
run-tests-guide-url: http://go/angular-material-presubmit
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

.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@93e50fe950f04508be0ea7adfc1b7f8efd459adc
14+
- uses: angular/dev-infra/github-actions/lock-closed@c12a0ca820b97029279dbc3c71c25da5de5bab26
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
@@ -74,11 +74,11 @@
7474
"@angular-devkit/core": "^16.0.0-next.0",
7575
"@angular-devkit/schematics": "^16.0.0-next.0",
7676
"@angular/bazel": "15.0.4",
77-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#16f13b9e919478d61ec98ce60901f3bdebb5d4e5",
77+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#c57ba78b57b1a8e43b051e4f2225109b9a64e311",
7878
"@angular/cli": "^16.0.0-next.0",
7979
"@angular/compiler-cli": "^16.0.0-next.0",
8080
"@angular/localize": "^16.0.0-next.0",
81-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#46a6cb28a6ca6a3a7a096656280ed27b02243e9a",
81+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#99a6d6b96288d3c51b3a99164c16704788b7cb22",
8282
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
8383
"@angular/platform-server": "^16.0.0-next.0",
8484
"@angular/router": "^16.0.0-next.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@
148148
"@angular/core" "^13.0.0 || ^14.0.0-0"
149149
reflect-metadata "^0.1.13"
150150

151-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#16f13b9e919478d61ec98ce60901f3bdebb5d4e5":
152-
version "0.0.0-93e50fe950f04508be0ea7adfc1b7f8efd459adc"
153-
uid "16f13b9e919478d61ec98ce60901f3bdebb5d4e5"
154-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#16f13b9e919478d61ec98ce60901f3bdebb5d4e5"
151+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#c57ba78b57b1a8e43b051e4f2225109b9a64e311":
152+
version "0.0.0-c12a0ca820b97029279dbc3c71c25da5de5bab26"
153+
uid c57ba78b57b1a8e43b051e4f2225109b9a64e311
154+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#c57ba78b57b1a8e43b051e4f2225109b9a64e311"
155155
dependencies:
156156
"@angular-devkit/build-angular" "16.0.0-next.1"
157157
"@angular/benchpress" "0.3.0"
@@ -280,10 +280,10 @@
280280
glob "8.1.0"
281281
yargs "^17.2.1"
282282

283-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#46a6cb28a6ca6a3a7a096656280ed27b02243e9a":
284-
version "0.0.0-93e50fe950f04508be0ea7adfc1b7f8efd459adc"
285-
uid "46a6cb28a6ca6a3a7a096656280ed27b02243e9a"
286-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#46a6cb28a6ca6a3a7a096656280ed27b02243e9a"
283+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#99a6d6b96288d3c51b3a99164c16704788b7cb22":
284+
version "0.0.0-c12a0ca820b97029279dbc3c71c25da5de5bab26"
285+
uid "99a6d6b96288d3c51b3a99164c16704788b7cb22"
286+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#99a6d6b96288d3c51b3a99164c16704788b7cb22"
287287
dependencies:
288288
"@yarnpkg/lockfile" "^1.1.0"
289289
typescript "~4.9.0"

0 commit comments

Comments
 (0)