File tree 8 files changed +18
-18
lines changed
8 files changed +18
-18
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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
19
+ - uses : angular/dev-infra/github-actions/branch-manager@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
28
+ - uses : angular/dev-infra/github-actions/setup-bazel-remote-exec@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
37
+ - uses : angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
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 22
22
if : ${{ github.event.workflow_run.conclusion == 'success' }}
23
23
steps :
24
24
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
25
- - uses : angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
25
+ - uses : angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
26
26
with :
27
27
github-token : ' ${{secrets.GITHUB_TOKEN}}'
28
28
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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
15
+ - uses : angular/dev-infra/github-actions/commit-message-based-labels@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
22
+ - uses : angular/dev-infra/github-actions/post-approval-changes@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
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@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
16
+ - uses : angular/dev-infra/github-actions/google-internal-tests@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
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 11
11
lock_closed :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : angular/dev-infra/github-actions/lock-closed@2bc96bc3c55d4028f12a0255f8ef4fb91d47163c
14
+ - uses : angular/dev-infra/github-actions/lock-closed@51f34baeaffbc8b5df200e9e8cf5a4bde1cc9714
15
15
with :
16
16
lock-bot-key : ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 73
73
"@angular-devkit/core" : " ^15.0.0" ,
74
74
"@angular-devkit/schematics" : " ^15.0.0" ,
75
75
"@angular/bazel" : " ^15.0.0" ,
76
- "@angular/build-tooling" : " https://github.com/angular/dev-infra-private-build-tooling-builds.git#ab51064a4ca16c5b3e55587f81787c92821ba11c " ,
76
+ "@angular/build-tooling" : " https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf " ,
77
77
"@angular/cli" : " ^15.0.0" ,
78
78
"@angular/compiler-cli" : " ^15.0.0" ,
79
79
"@angular/localize" : " ^15.0.0" ,
80
- "@angular/ng-dev" : " https://github.com/angular/dev-infra-private-ng-dev-builds.git#a98206cc9acfdf823ce83c3c935c9a5df4c68544 " ,
80
+ "@angular/ng-dev" : " https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81 " ,
81
81
"@angular/platform-browser-dynamic" : " ^15.0.0" ,
82
82
"@angular/platform-server" : " ^15.0.0" ,
83
83
"@angular/router" : " ^15.0.0" ,
Original file line number Diff line number Diff line change 242
242
"@angular/core" "^13.0.0 || ^14.0.0-0"
243
243
reflect-metadata "^0.1.13"
244
244
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 "
245
+ "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf ":
246
+ version "0.0.0-dd53634ba2a792fce0649c90b30752b7dff6f68a "
247
+ uid d94cd02db1a276929ff63739d0b5f80a45a14abf
248
+ resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf "
249
249
dependencies:
250
250
"@angular-devkit/build-angular" "15.1.0-next.0"
251
251
"@angular/benchpress" "0.3.0"
375
375
glob "8.0.3"
376
376
yargs "^17.2.1"
377
377
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 "
378
+ "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81 ":
379
+ version "0.0.0-dd53634ba2a792fce0649c90b30752b7dff6f68a "
380
+ uid a2a71f76ee8a4cb4795f8a027d946f620e623b81
381
+ resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81 "
382
382
dependencies:
383
383
"@yarnpkg/lockfile" "^1.1.0"
384
384
typescript "~4.8.0"
You can’t perform that action at this time.
0 commit comments