File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
1717 with :
1818 persist-credentials : false
19- - uses : angular/dev-infra/github-actions/branch-manager@3bc93449e11b733260d0294305bf57240d7e0a81
19+ - uses : angular/dev-infra/github-actions/branch-manager@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
2020 with :
2121 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 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@3bc93449e11b733260d0294305bf57240d7e0a81
28+ - uses : angular/dev-infra/github-actions/setup-bazel-remote-exec@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
2929 with :
3030 bazelrc : ./.bazelrc.user
3131
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@3bc93449e11b733260d0294305bf57240d7e0a81
37+ - uses : angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
3838 with :
3939 workflow-artifact-name : ' dev-app'
4040 pull-number : ' ${{github.event.pull_request.number}}'
Original file line number Diff line number Diff line change 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@3bc93449e11b733260d0294305bf57240d7e0a81
25+ - uses : angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
2626 with :
2727 github-token : ' ${{secrets.GITHUB_TOKEN}}'
2828 workflow-artifact-name : ' dev-app'
Original file line number Diff line number Diff 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@3bc93449e11b733260d0294305bf57240d7e0a81
15+ - uses : angular/dev-infra/github-actions/commit-message-based-labels@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
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@3bc93449e11b733260d0294305bf57240d7e0a81
22+ - uses : angular/dev-infra/github-actions/post-approval-changes@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
2323 with :
2424 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 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@3bc93449e11b733260d0294305bf57240d7e0a81
16+ - uses : angular/dev-infra/github-actions/google-internal-tests@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
1717 with :
1818 run-tests-guide-url : http://go/angular-material-presubmit
1919 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111 lock_closed :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : angular/dev-infra/github-actions/lock-closed@3bc93449e11b733260d0294305bf57240d7e0a81
14+ - uses : angular/dev-infra/github-actions/lock-closed@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
1515 with :
1616 lock-bot-key : ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 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#700b1eb865783a6dc733206bd9b3eadf1a43042f " ,
76+ "@angular/build-tooling" : " https://github.com/angular/dev-infra-private-build-tooling-builds.git#ab51064a4ca16c5b3e55587f81787c92821ba11c " ,
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#0fd48ee6dfc7fd00f4267794ca2a8bb08fe1e39a " ,
80+ "@angular/ng-dev" : " https://github.com/angular/dev-infra-private-ng-dev-builds.git#a98206cc9acfdf823ce83c3c935c9a5df4c68544 " ,
8181 "@angular/platform-browser-dynamic" : " ^15.0.0" ,
8282 "@angular/platform-server" : " ^15.0.0" ,
8383 "@angular/router" : " ^15.0.0" ,
Original file line number Diff line number Diff line change 242242 "@angular/core" "^13.0.0 || ^14.0.0-0"
243243 reflect-metadata "^0.1.13"
244244
245- "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#700b1eb865783a6dc733206bd9b3eadf1a43042f ":
246- version "0.0.0-3bc93449e11b733260d0294305bf57240d7e0a81 "
247- uid "700b1eb865783a6dc733206bd9b3eadf1a43042f"
248- resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#700b1eb865783a6dc733206bd9b3eadf1a43042f "
245+ "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#ab51064a4ca16c5b3e55587f81787c92821ba11c ":
246+ version "0.0.0-2bc96bc3c55d4028f12a0255f8ef4fb91d47163c "
247+ uid ab51064a4ca16c5b3e55587f81787c92821ba11c
248+ resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ab51064a4ca16c5b3e55587f81787c92821ba11c "
249249 dependencies:
250250 "@angular-devkit/build-angular" "15.1.0-next.0"
251251 "@angular/benchpress" "0.3.0"
375375 glob "8.0.3"
376376 yargs "^17.2.1"
377377
378- "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#0fd48ee6dfc7fd00f4267794ca2a8bb08fe1e39a ":
379- version "0.0.0-3bc93449e11b733260d0294305bf57240d7e0a81 "
380- uid "0fd48ee6dfc7fd00f4267794ca2a8bb08fe1e39a"
381- resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0fd48ee6dfc7fd00f4267794ca2a8bb08fe1e39a "
378+ "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#a98206cc9acfdf823ce83c3c935c9a5df4c68544 ":
379+ version "0.0.0-2bc96bc3c55d4028f12a0255f8ef4fb91d47163c "
380+ uid a98206cc9acfdf823ce83c3c935c9a5df4c68544
381+ resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a98206cc9acfdf823ce83c3c935c9a5df4c68544 "
382382 dependencies:
383383 "@yarnpkg/lockfile" "^1.1.0"
384384 typescript "~4.8.0"
You can’t perform that action at this time.
0 commit comments