Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/aio-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: ./.github/actions/yarn-install

- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@7b31625b050e81dcdb575c22f4ed3991922b5bbc
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
bazelrc: ./.bazelrc.user

Expand All @@ -34,7 +34,7 @@ jobs:
# the number of concurrent actions is determined based on the host resources.
- run: bazel build //aio:build --jobs=32 --announce_rc --verbose_failures

- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@7b31625b050e81dcdb575c22f4ed3991922b5bbc
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
workflow-artifact-name: 'aio'
pull-number: '${{github.event.pull_request.number}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aio-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting aio
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting aio ${{env.PREVIEW_SITE}}

- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@7b31625b050e81dcdb575c22f4ed3991922b5bbc
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'aio'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@7b31625b050e81dcdb575c22f4ed3991922b5bbc
- uses: angular/dev-infra/github-actions/branch-manager@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7b31625b050e81dcdb575c22f4ed3991922b5bbc
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: angular/dev-infra/github-actions/post-approval-changes@7b31625b050e81dcdb575c22f4ed3991922b5bbc
- uses: angular/dev-infra/github-actions/post-approval-changes@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
if: github.repository == 'angular/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@7b31625b050e81dcdb575c22f4ed3991922b5bbc
- uses: angular/dev-infra/github-actions/feature-request@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/google-internal-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: angular/dev-infra/github-actions/google-internal-tests@7b31625b050e81dcdb575c22f4ed3991922b5bbc
- uses: angular/dev-infra/github-actions/google-internal-tests@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-ready-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@7b31625b050e81dcdb575c22f4ed3991922b5bbc
- uses: angular/dev-infra/github-actions/unified-status-check@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/update-cli-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }}
- name: Create a PR (if necessary)
uses: angular/dev-infra/github-actions/create-pr-for-changes@7b31625b050e81dcdb575c22f4ed3991922b5bbc
uses: angular/dev-infra/github-actions/create-pr-for-changes@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
branch-prefix: update-cli-help
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Generate `events.json`
run: node aio/scripts/generate-events/index.mjs --ignore-invalid-dates
- name: Create a PR (if necessary)
uses: angular/dev-infra/github-actions/create-pr-for-changes@7b31625b050e81dcdb575c22f4ed3991922b5bbc
uses: angular/dev-infra/github-actions/create-pr-for-changes@e786beab0cc535c7018c28f6dce5b7111b8651ad
with:
branch-prefix: docs-update-events
pr-title: 'docs: update events'
Expand Down
2 changes: 1 addition & 1 deletion aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@angular-eslint/eslint-plugin": "^15.0.0",
"@angular-eslint/eslint-plugin-template": "^15.0.0",
"@angular-eslint/template-parser": "^15.0.0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#414801b1253d48294087fed2bd4d7b07634c2b40",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#dcded66e5bb6a360180ee213e8e5b1c32e537dcb",
"@angular/cli": "16.0.0-rc.3",
"@angular/compiler-cli": "16.0.0-rc.3",
"@bazel/bazelisk": "^1.7.5",
Expand Down
7 changes: 4 additions & 3 deletions aio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,10 @@
"@angular/core" "^13.0.0 || ^14.0.0-0"
reflect-metadata "^0.1.13"

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#414801b1253d48294087fed2bd4d7b07634c2b40":
version "0.0.0-7b31625b050e81dcdb575c22f4ed3991922b5bbc"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#414801b1253d48294087fed2bd4d7b07634c2b40"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#dcded66e5bb6a360180ee213e8e5b1c32e537dcb":
version "0.0.0-e786beab0cc535c7018c28f6dce5b7111b8651ad"
uid dcded66e5bb6a360180ee213e8e5b1c32e537dcb
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#dcded66e5bb6a360180ee213e8e5b1c32e537dcb"
dependencies:
"@angular-devkit/build-angular" "16.0.0-rc.0"
"@angular/benchpress" "0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
},
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.",
"devDependencies": {
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#414801b1253d48294087fed2bd4d7b07634c2b40",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9c3620b19ad53b3bf3cf3a6c837663f9edb3246a",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#dcded66e5bb6a360180ee213e8e5b1c32e537dcb",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#548da6498b4ba261a52b4e5e05e1dd1239c69c7e",
"@bazel/bazelisk": "^1.7.5",
"@bazel/buildifier": "^6.0.0",
"@bazel/ibazel": "^0.16.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@
"@angular/core" "^13.0.0 || ^14.0.0-0"
reflect-metadata "^0.1.13"

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#414801b1253d48294087fed2bd4d7b07634c2b40":
version "0.0.0-7b31625b050e81dcdb575c22f4ed3991922b5bbc"
uid "414801b1253d48294087fed2bd4d7b07634c2b40"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#414801b1253d48294087fed2bd4d7b07634c2b40"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#dcded66e5bb6a360180ee213e8e5b1c32e537dcb":
version "0.0.0-e786beab0cc535c7018c28f6dce5b7111b8651ad"
uid dcded66e5bb6a360180ee213e8e5b1c32e537dcb
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#dcded66e5bb6a360180ee213e8e5b1c32e537dcb"
dependencies:
"@angular-devkit/build-angular" "16.0.0-rc.0"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -377,10 +377,10 @@
"@material/typography" "15.0.0-canary.684e33d25.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#9c3620b19ad53b3bf3cf3a6c837663f9edb3246a":
version "0.0.0-7b31625b050e81dcdb575c22f4ed3991922b5bbc"
uid "9c3620b19ad53b3bf3cf3a6c837663f9edb3246a"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9c3620b19ad53b3bf3cf3a6c837663f9edb3246a"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#548da6498b4ba261a52b4e5e05e1dd1239c69c7e":
version "0.0.0-e786beab0cc535c7018c28f6dce5b7111b8651ad"
uid "548da6498b4ba261a52b4e5e05e1dd1239c69c7e"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#548da6498b4ba261a52b4e5e05e1dd1239c69c7e"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down