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 josephperrott committed Jul 24, 2023
1 parent df9ade9 commit 46f228f
Show file tree
Hide file tree
Showing 8 changed files with 464 additions and 53 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@2ec31a92100367a52100fca54d5e8c7c78cb149c
- uses: angular/dev-infra/github-actions/branch-manager@c1c17eae47b2e4714440a25c71ca07f3d40c84e8
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@2ec31a92100367a52100fca54d5e8c7c78cb149c
- uses: angular/dev-infra/github-actions/bazel/configure-remote@c1c17eae47b2e4714440a25c71ca07f3d40c84e8
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@2ec31a92100367a52100fca54d5e8c7c78cb149c
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@c1c17eae47b2e4714440a25c71ca07f3d40c84e8
with:
workflow-artifact-name: 'dev-app'
pull-number: '${{github.event.pull_request.number}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@852c3d1898775ec9fbc87213e519f16e78805b57
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c1c17eae47b2e4714440a25c71ca07f3d40c84e8
with:
cache-node-modules: true
- name: Install node modules
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@2ec31a92100367a52100fca54d5e8c7c78cb149c
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@c1c17eae47b2e4714440a25c71ca07f3d40c84e8
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@2ec31a92100367a52100fca54d5e8c7c78cb149c
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c1c17eae47b2e4714440a25c71ca07f3d40c84e8
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@2ec31a92100367a52100fca54d5e8c7c78cb149c
- uses: angular/dev-infra/github-actions/post-approval-changes@c1c17eae47b2e4714440a25c71ca07f3d40c84e8
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@2ec31a92100367a52100fca54d5e8c7c78cb149c
- uses: angular/dev-infra/github-actions/google-internal-tests@c1c17eae47b2e4714440a25c71ca07f3d40c84e8
with:
run-tests-guide-url: http://go/angular-material-presubmit
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"@angular-devkit/core": "^16.1.0",
"@angular-devkit/schematics": "^16.1.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2fd57456111be38f849c0ec7c6fc3134cf87e94b",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3ee596e428247729fb0554fb9c75610a89f6027c",
"@angular/cli": "^16.1.0",
"@angular/compiler-cli": "^16.1.1",
"@angular/localize": "^16.1.1",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c0f2ac371a43012c15cbb8b7128b8476964c8f9",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f15a4aeb96a2b55a8e04315a2b2ea9dd0768f2d1",
"@angular/platform-browser-dynamic": "^16.1.1",
"@angular/platform-server": "^16.1.1",
"@angular/router": "^16.1.1",
Expand Down Expand Up @@ -207,6 +207,7 @@
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"sass": "^1.55.0",
"seek-bzip": "1.0.6",
"selenium-webdriver": "^3.6.0",
"semver": "^7.3.5",
"send": "^0.17.2",
Expand Down
Loading

0 comments on commit 46f228f

Please sign in to comment.