File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1414 shell : bash
1515 run : mvn install -B -ntp -T 1C -DskipTests -Dclirr.skip -Dcheckstyle.skip
1616 - name : Unmanaged dependency check
17- uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
17+ uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.27.0
1818 with :
1919 bom-path : gapic-libraries-bom/pom.xml
Original file line number Diff line number Diff line change 2424 " .kokoro/nightly/graalvm-sub-jobs/native*/common.cfg" ,
2525 " .kokoro/presubmit/graalvm-native*.cfg" ,
2626 " owl-bot-postprocessor/synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native*.cfg" ,
27- " generation_config.yaml"
27+ " generation_config.yaml" ,
28+ " .github/workflows/unmanaged_dependency_check.yaml"
2829 ],
2930 "regexManagers" : [
3031 {
5960 ],
6061 "depNameTemplate" : " com.google.api:gapic-generator-java" ,
6162 "datasourceTemplate" : " maven"
63+ },
64+ {
65+ "customType" : " regex" ,
66+ "fileMatch" : [
67+ " ^.github/workflows/unmanaged_dependency_check.yaml$"
68+ ],
69+ "matchStrings" : [" uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\ n" ],
70+ "depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
71+ "datasourceTemplate" : " maven"
6272 }
6373 ]
6474}
You can’t perform that action at this time.
0 commit comments