Skip to content

Commit bfa6e6a

Browse files
build: update cross-repo angular dependencies (#50067)
See associated pull request for more information. PR Close #50067
1 parent cfab3ad commit bfa6e6a

13 files changed

+26
-25
lines changed

.github/workflows/aio-preview-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2626
- uses: ./.github/actions/yarn-install
2727

28-
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@7b31625b050e81dcdb575c22f4ed3991922b5bbc
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@e786beab0cc535c7018c28f6dce5b7111b8651ad
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 //aio:build --jobs=32 --announce_rc --verbose_failures
3636

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

.github/workflows/aio-preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting aio
3535
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting aio ${{env.PREVIEW_SITE}}
3636
37-
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@7b31625b050e81dcdb575c22f4ed3991922b5bbc
37+
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@e786beab0cc535c7018c28f6dce5b7111b8651ad
3838
with:
3939
github-token: '${{secrets.GITHUB_TOKEN}}'
4040
workflow-artifact-name: 'aio'

.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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@7b31625b050e81dcdb575c22f4ed3991922b5bbc
19+
- uses: angular/dev-infra/github-actions/branch-manager@e786beab0cc535c7018c28f6dce5b7111b8651ad
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7b31625b050e81dcdb575c22f4ed3991922b5bbc
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e786beab0cc535c7018c28f6dce5b7111b8651ad
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@7b31625b050e81dcdb575c22f4ed3991922b5bbc
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@e786beab0cc535c7018c28f6dce5b7111b8651ad
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
if: github.repository == 'angular/angular'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: angular/dev-infra/github-actions/feature-request@7b31625b050e81dcdb575c22f4ed3991922b5bbc
17+
- uses: angular/dev-infra/github-actions/feature-request@e786beab0cc535c7018c28f6dce5b7111b8651ad
1818
with:
1919
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16-
- uses: angular/dev-infra/github-actions/google-internal-tests@7b31625b050e81dcdb575c22f4ed3991922b5bbc
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@e786beab0cc535c7018c28f6dce5b7111b8651ad
1717
with:
1818
run-tests-guide-url: http://go/angular-g3sync-start
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/merge-ready-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
status:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/unified-status-check@7b31625b050e81dcdb575c22f4ed3991922b5bbc
12+
- uses: angular/dev-infra/github-actions/unified-status-check@e786beab0cc535c7018c28f6dce5b7111b8651ad
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/update-cli-help.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }}
3434
- name: Create a PR (if necessary)
35-
uses: angular/dev-infra/github-actions/create-pr-for-changes@7b31625b050e81dcdb575c22f4ed3991922b5bbc
35+
uses: angular/dev-infra/github-actions/create-pr-for-changes@e786beab0cc535c7018c28f6dce5b7111b8651ad
3636
with:
3737
branch-prefix: update-cli-help
3838
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'

.github/workflows/update-events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate `events.json`
3636
run: node aio/scripts/generate-events/index.mjs --ignore-invalid-dates
3737
- name: Create a PR (if necessary)
38-
uses: angular/dev-infra/github-actions/create-pr-for-changes@7b31625b050e81dcdb575c22f4ed3991922b5bbc
38+
uses: angular/dev-infra/github-actions/create-pr-for-changes@e786beab0cc535c7018c28f6dce5b7111b8651ad
3939
with:
4040
branch-prefix: docs-update-events
4141
pr-title: 'docs: update events'

aio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@angular-eslint/eslint-plugin": "^15.0.0",
8686
"@angular-eslint/eslint-plugin-template": "^15.0.0",
8787
"@angular-eslint/template-parser": "^15.0.0",
88-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#414801b1253d48294087fed2bd4d7b07634c2b40",
88+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#dcded66e5bb6a360180ee213e8e5b1c32e537dcb",
8989
"@angular/cli": "16.0.0-rc.3",
9090
"@angular/compiler-cli": "16.0.0-rc.3",
9191
"@bazel/bazelisk": "^1.7.5",

0 commit comments

Comments
 (0)