File tree Expand file tree Collapse file tree 11 files changed +27
-24
lines changed Expand file tree Collapse file tree 11 files changed +27
-24
lines changed Original file line number Diff line number Diff line change
1
+ enabled : true
Original file line number Diff line number Diff line change 1
1
trustedContributors :
2
- - renovate-bot
2
+ - renovate-bot
3
+ - gcf-owl-bot[bot]
Original file line number Diff line number Diff line change 12
12
java : [8, 11]
13
13
steps :
14
14
- uses : actions/checkout@v2
15
+ - uses : stCarolas/setup-maven@v4
16
+ with :
17
+ maven-version : 3.8.1
15
18
- uses : actions/setup-java@v1
16
19
with :
17
20
java-version : ${{matrix.java}}
23
26
runs-on : windows-latest
24
27
steps :
25
28
- uses : actions/checkout@v2
29
+ - uses : stCarolas/setup-maven@v4
30
+ with :
31
+ maven-version : 3.8.1
26
32
- uses : actions/setup-java@v1
27
33
with :
28
34
java-version : 8
@@ -37,28 +43,21 @@ jobs:
37
43
java : [8, 11]
38
44
steps :
39
45
- uses : actions/checkout@v2
46
+ - uses : stCarolas/setup-maven@v4
47
+ with :
48
+ maven-version : 3.8.1
40
49
- uses : actions/setup-java@v1
41
50
with :
42
51
java-version : ${{matrix.java}}
43
52
- run : java -version
44
53
- run : .kokoro/dependencies.sh
45
- linkage-monitor :
46
- runs-on : ubuntu-latest
47
- steps :
48
- - uses : actions/checkout@v2
49
- - uses : actions/setup-java@v1
50
- with :
51
- java-version : 8
52
- - run : java -version
53
- - name : Install artifacts to local Maven repository
54
- run : .kokoro/build.sh
55
- shell : bash
56
- - name : Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
57
- uses : GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
58
54
lint :
59
55
runs-on : ubuntu-latest
60
56
steps :
61
57
- uses : actions/checkout@v2
58
+ - uses : stCarolas/setup-maven@v4
59
+ with :
60
+ maven-version : 3.8.1
62
61
- uses : actions/setup-java@v1
63
62
with :
64
63
java-version : 8
70
69
runs-on : ubuntu-latest
71
70
steps :
72
71
- uses : actions/checkout@v2
72
+ - uses : stCarolas/setup-maven@v4
73
+ with :
74
+ maven-version : 3.8.1
73
75
- uses : actions/setup-java@v1
74
76
with :
75
77
java-version : 8
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright 2018 Google Inc.
2
+ # Copyright 2018 Google LLC
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright 2018 Google Inc.
2
+ # Copyright 2018 Google LLC
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright 2018 Google Inc.
2
+ # Copyright 2018 Google LLC
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright 2019 Google Inc.
2
+ # Copyright 2019 Google LLC
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright 2021 Google Inc.
2
+ # Copyright 2021 Google LLC
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright 2018 Google Inc.
2
+ # Copyright 2018 Google LLC
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright 2018 Google Inc.
2
+ # Copyright 2018 Google LLC
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d "
14
+ "sha": "396d9b84a1e93880f5bf88b59ecd38a0a6dffc5e "
15
15
}
16
16
}
17
17
],
23
23
".github/PULL_REQUEST_TEMPLATE.md",
24
24
".github/blunderbuss.yml",
25
25
".github/generated-files-bot.yml",
26
- ".github/readme/synth.py",
27
26
".github/release-please.yml",
27
+ ".github/release-trigger.yml",
28
28
".github/snippet-bot.yml",
29
29
".github/sync-repo-settings.yaml",
30
30
".github/trusted-contribution.yml",
37
37
".kokoro/common.sh",
38
38
".kokoro/continuous/common.cfg",
39
39
".kokoro/continuous/java8.cfg",
40
- ".kokoro/continuous/readme.cfg",
41
40
".kokoro/dependencies.sh",
42
41
".kokoro/nightly/common.cfg",
43
42
".kokoro/nightly/java11.cfg",
You can’t perform that action at this time.
0 commit comments