Skip to content

Commit

Permalink
chore: configure unmanaged dependency check version (#2100)
Browse files Browse the repository at this point in the history
* chore: configure unmanaged dependency check version

* change tag in workflow

* use old version of java shared dependencies
  • Loading branch information
JoeWang1127 authored Feb 6, 2024
1 parent 18c4c2a commit b08779d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/unmanaged_dependency_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,8 @@ jobs:
java-version: 11
- name: Install modules
shell: bash
run: |
mvn -B -V -ntp -DskipTests=true \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true \
-T 1C \
clean install
run: .kokoro/build.sh
- name: Unmanaged dependency check
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.23.0
with:
bom-path: google-cloud-bigtable-bom/pom.xml
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
},
{
"fileMatch": [
"^.github/workflows/unmanaged_dependency_check.yaml$"
],
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.*?)"],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
}
],
"semanticCommits": true,
Expand Down

0 comments on commit b08779d

Please sign in to comment.