Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: unmanaged dependency check #2223
feat: unmanaged dependency check #2223
Changes from all commits
3b7a7a9
0cc007d
3b151d3
49574ec
cbd15e3
420e8ec
b97b883
7c4ae40
09f3a0e
10c4243
e42a382
e8a6412
2290942
74f69b2
39c5e87
73d79f3
ae9b747
ec17df1
22f99ff
df34a0e
8b1e836
ff4a502
5ba8ce8
8cacf76
abd704e
a952d7a
e404f90
f15ecd9
f72ad9f
df445ba
3feb3e9
d3537f9
5df6a31
1170018
79530e8
6590740
81c23f0
c230765
6a1e3e5
3dd389e
4300d70
a17d693
cd64141
b28ac5e
a526ab0
99baeaa
4c0b1c6
c92525d
0723511
11bb40e
8c39284
20fcebe
9b6d3ae
b01b0f0
67310bd
ae72da2
0f35e6a
3b276df
f47bb73
3f182fa
6c59374
abfe946
ac23cf1
cce1d69
d06099b
38b3ee4
5060033
37a5837
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you add Javadoc for the arguments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think passing the version of Java shared dependencies will be come inconvenient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Users of unmanaged dependency check don't need to pass this parameter.
The version of shared dependencies needs update every two weeks so I think it's fine to set a parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As talked yesterday
${{ github.action_path }}../../java-shared-dependencies/pom.xml
is convenient.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are good error message for library developers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idea. "This pull request seems to be adding a new third-party dependency com.h2.xxx:h2 among the artifacts listed in BOM com.google.cloud:bigtable-bom. Please see go/cloud-sdk-java-dependency-governance. "