Skip to content

Commit 57a9190

Browse files
build: update angular shared dev-infra code (#26202)
1 parent dcf2fac commit 57a9190

8 files changed

+387
-213
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@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
19+
- uses: angular/dev-infra/github-actions/branch-manager@0a49ed85541ecbb28a0e19eefce7a874c1eaab5e
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@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@0a49ed85541ecbb28a0e19eefce7a874c1eaab5e
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@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
37+
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@0a49ed85541ecbb28a0e19eefce7a874c1eaab5e
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
@@ -22,7 +22,7 @@ jobs:
2222
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2323
steps:
2424
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
25-
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
25+
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@0a49ed85541ecbb28a0e19eefce7a874c1eaab5e
2626
with:
2727
github-token: '${{secrets.GITHUB_TOKEN}}'
2828
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@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0a49ed85541ecbb28a0e19eefce7a874c1eaab5e
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@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@0a49ed85541ecbb28a0e19eefce7a874c1eaab5e
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@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@0a49ed85541ecbb28a0e19eefce7a874c1eaab5e
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@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
14+
- uses: angular/dev-infra/github-actions/lock-closed@0a49ed85541ecbb28a0e19eefce7a874c1eaab5e
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
@@ -73,11 +73,11 @@
7373
"@angular-devkit/core": "^15.0.0",
7474
"@angular-devkit/schematics": "^15.0.0",
7575
"@angular/bazel": "^15.0.0",
76-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf",
76+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1fd144d9f9db6a6cfe3e2617c4fc70e119a400cb",
7777
"@angular/cli": "^15.0.0",
7878
"@angular/compiler-cli": "^15.0.0",
7979
"@angular/localize": "^15.0.0",
80-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81",
80+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#20d1bd232100d278c53820226427039f51881d3f",
8181
"@angular/platform-browser-dynamic": "^15.0.0",
8282
"@angular/platform-server": "^15.0.0",
8383
"@angular/router": "^15.0.0",

0 commit comments

Comments
 (0)