Skip to content

Commit e59ce45

Browse files
committed
ci: update sdk-platform-java reference to google-cloud-java
We moved the definition of the workflow files from sdk-platform-java repository to the sdk-platform-java folder in the google-cloud-java repository. b/503444342
1 parent ebf3c97 commit e59ce45

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/update_generation_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ latest_version=$(get_latest_released_version "com.google.api" "gapic-generator-j
147147
update_config "gapic_generator_version" "${latest_version}" "${generation_config}"
148148

149149
# Update composite action version to latest gapic-generator-java version
150-
update_action "googleapis/sdk-platform-java/.github/scripts" \
150+
update_action "googleapis/google-cloud-java/sdk-platform-java/.github/scripts" \
151151
"${latest_version}" \
152152
"${workflow}"
153153

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"^.github/workflows/unmanaged_dependency_check.yaml$"
2727
],
2828
"matchStrings": [
29-
"uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"
29+
"uses: googleapis/google-cloud-java/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@v(?<currentValue>.+?)\\n"
3030
],
31-
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
31+
"depNameTemplate": "com.google.cloud:gapic-libraries-bom",
3232
"datasourceTemplate": "maven"
3333
}
3434
],

0 commit comments

Comments
 (0)