Skip to content

Commit

Permalink
build: update angular shared dev-infra code
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and devversion committed Feb 27, 2023
1 parent 5e67c1a commit c324289
Show file tree
Hide file tree
Showing 8 changed files with 485 additions and 49 deletions.
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@0f3f44d48a8f73c375ab3ef401cf8cc54708758a
- uses: angular/dev-infra/github-actions/branch-manager@93e50fe950f04508be0ea7adfc1b7f8efd459adc
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/build-dev-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
- uses: ./.github/actions/yarn-install

- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@82bf866dd936abf5e6826a282d8da6e720dd1aa2
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@93e50fe950f04508be0ea7adfc1b7f8efd459adc
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 //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32

- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@0f3f44d48a8f73c375ab3ef401cf8cc54708758a
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@93e50fe950f04508be0ea7adfc1b7f8efd459adc
with:
workflow-artifact-name: 'dev-app'
pull-number: '${{github.event.pull_request.number}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}}
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@0f3f44d48a8f73c375ab3ef401cf8cc54708758a
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@93e50fe950f04508be0ea7adfc1b7f8efd459adc
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'dev-app'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0f3f44d48a8f73c375ab3ef401cf8cc54708758a
- uses: angular/dev-infra/github-actions/commit-message-based-labels@93e50fe950f04508be0ea7adfc1b7f8efd459adc
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/post-approval-changes@0f3f44d48a8f73c375ab3ef401cf8cc54708758a
- uses: angular/dev-infra/github-actions/post-approval-changes@93e50fe950f04508be0ea7adfc1b7f8efd459adc
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
- uses: angular/dev-infra/github-actions/google-internal-tests@0f3f44d48a8f73c375ab3ef401cf8cc54708758a
- uses: angular/dev-infra/github-actions/google-internal-tests@93e50fe950f04508be0ea7adfc1b7f8efd459adc
with:
run-tests-guide-url: http://go/angular-material-presubmit
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@0f3f44d48a8f73c375ab3ef401cf8cc54708758a
- uses: angular/dev-infra/github-actions/lock-closed@93e50fe950f04508be0ea7adfc1b7f8efd459adc
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
"@angular-devkit/core": "^15.2.0-rc.0",
"@angular-devkit/schematics": "^15.2.0-rc.0",
"@angular/bazel": "15.0.4",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b3c6270a26d78f9bdb82d4f15927ab9b53a527a5",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#16f13b9e919478d61ec98ce60901f3bdebb5d4e5",
"@angular/cli": "^15.2.0-rc.0",
"@angular/compiler-cli": "^15.2.0-rc.0",
"@angular/localize": "^15.2.0-rc.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9f002087a2e1408d72c2dd9ca4b06174395ebbf3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#46a6cb28a6ca6a3a7a096656280ed27b02243e9a",
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
"@angular/platform-server": "^15.2.0-rc.0",
"@angular/router": "^15.2.0-rc.0",
Expand Down
Loading

0 comments on commit c324289

Please sign in to comment.