File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
17
17
with :
18
18
persist-credentials : false
19
- - uses : angular/dev-infra/github-actions/branch-manager@71b0c8c48c7332174781fcfbcdf6d3f4779f79df
19
+ - uses : angular/dev-infra/github-actions/branch-manager@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
20
20
with :
21
21
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
26
26
- uses : ./.github/actions/yarn-install
27
27
28
- - uses : angular/dev-infra/github-actions/setup-bazel-remote-exec@71b0c8c48c7332174781fcfbcdf6d3f4779f79df
28
+ - uses : angular/dev-infra/github-actions/setup-bazel-remote-exec@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
29
29
with :
30
30
bazelrc : ./.bazelrc.user
31
31
34
34
# the number of concurrent actions is determined based on the host resources.
35
35
- run : bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
36
36
37
- - uses : angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@71b0c8c48c7332174781fcfbcdf6d3f4779f79df
37
+ - uses : angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
38
38
with :
39
39
workflow-artifact-name : ' dev-app'
40
40
pull-number : ' ${{github.event.pull_request.number}}'
Original file line number Diff line number Diff line change 33
33
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app
34
34
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}}
35
35
36
- - uses : angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@71b0c8c48c7332174781fcfbcdf6d3f4779f79df
36
+ - uses : angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
37
37
with :
38
38
github-token : ' ${{secrets.GITHUB_TOKEN}}'
39
39
workflow-artifact-name : ' dev-app'
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15
- - uses : angular/dev-infra/github-actions/commit-message-based-labels@71b0c8c48c7332174781fcfbcdf6d3f4779f79df
15
+ - uses : angular/dev-infra/github-actions/commit-message-based-labels@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
16
16
with :
17
17
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
18
18
post_approval_changes :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22
- - uses : angular/dev-infra/github-actions/post-approval-changes@71b0c8c48c7332174781fcfbcdf6d3f4779f79df
22
+ - uses : angular/dev-infra/github-actions/post-approval-changes@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
23
23
with :
24
24
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
16
- - uses : angular/dev-infra/github-actions/google-internal-tests@71b0c8c48c7332174781fcfbcdf6d3f4779f79df
16
+ - uses : angular/dev-infra/github-actions/google-internal-tests@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
17
17
with :
18
18
run-tests-guide-url : http://go/angular-material-presubmit
19
19
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 74
74
"@angular-devkit/core" : " ^16.0.0" ,
75
75
"@angular-devkit/schematics" : " ^16.0.0" ,
76
76
"@angular/bazel" : " https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469" ,
77
- "@angular/build-tooling" : " https://github.com/angular/dev-infra-private-build-tooling-builds.git#fb2948aed4cfd5dfbd2eb2773a487c6b190956d3 " ,
77
+ "@angular/build-tooling" : " https://github.com/angular/dev-infra-private-build-tooling-builds.git#829572899a3ca7617a5a9858ccf3beb41c7ff470 " ,
78
78
"@angular/cli" : " ^16.0.0" ,
79
79
"@angular/compiler-cli" : " ^16.0.0" ,
80
80
"@angular/localize" : " ^16.0.0" ,
81
- "@angular/ng-dev" : " https://github.com/angular/dev-infra-private-ng-dev-builds.git#ef87cbbb1feb4513035c633a3ab561f0269095a5 " ,
81
+ "@angular/ng-dev" : " https://github.com/angular/dev-infra-private-ng-dev-builds.git#16ca2cc0e2038538710aa5fa98d4b39af03eece2 " ,
82
82
"@angular/platform-browser-dynamic" : " ^16.0.0" ,
83
83
"@angular/platform-server" : " ^16.0.0" ,
84
84
"@angular/router" : " ^16.0.0" ,
Original file line number Diff line number Diff line change 257
257
"@angular/core" "^13.0.0 || ^14.0.0-0"
258
258
reflect-metadata "^0.1.13"
259
259
260
- "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#fb2948aed4cfd5dfbd2eb2773a487c6b190956d3 ":
261
- version "0.0.0-71b0c8c48c7332174781fcfbcdf6d3f4779f79df "
262
- uid fb2948aed4cfd5dfbd2eb2773a487c6b190956d3
263
- resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fb2948aed4cfd5dfbd2eb2773a487c6b190956d3 "
260
+ "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#829572899a3ca7617a5a9858ccf3beb41c7ff470 ":
261
+ version "0.0.0-3fbdd552384e8b3d7e32e520e1c508c6ed384ce4 "
262
+ uid "829572899a3ca7617a5a9858ccf3beb41c7ff470"
263
+ resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#829572899a3ca7617a5a9858ccf3beb41c7ff470 "
264
264
dependencies:
265
265
"@angular-devkit/build-angular" "16.1.0-next.0"
266
266
"@angular/benchpress" "0.3.0"
379
379
glob "8.1.0"
380
380
yargs "^17.2.1"
381
381
382
- "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#ef87cbbb1feb4513035c633a3ab561f0269095a5 ":
383
- version "0.0.0-71b0c8c48c7332174781fcfbcdf6d3f4779f79df "
384
- uid ef87cbbb1feb4513035c633a3ab561f0269095a5
385
- resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ef87cbbb1feb4513035c633a3ab561f0269095a5 "
382
+ "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#16ca2cc0e2038538710aa5fa98d4b39af03eece2 ":
383
+ version "0.0.0-3fbdd552384e8b3d7e32e520e1c508c6ed384ce4 "
384
+ uid "16ca2cc0e2038538710aa5fa98d4b39af03eece2"
385
+ resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#16ca2cc0e2038538710aa5fa98d4b39af03eece2 "
386
386
dependencies:
387
387
"@yarnpkg/lockfile" "^1.1.0"
388
388
typescript "~4.9.0"
You can’t perform that action at this time.
0 commit comments