Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 47be6ac

Browse files
committed
chore: Use gapic-libraries-bom version for tags
1 parent 57b458f commit 47be6ac

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/google-cloud-java/sdk-platform-java/.github/scripts@google-cloud-shared-dependencies/v3.61.0
40+
- uses: googleapis/google-cloud-java/sdk-platform-java/.github/scripts@v1.85.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

.github/workflows/unmanaged-dependency-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
shell: bash
1515
run: .kokoro/build.sh
1616
- name: Unmanaged dependency check
17-
uses: googleapis/google-cloud-java/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.61.0
17+
uses: googleapis/google-cloud-java/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@v1.85.0
1818
with:
1919
bom-path: google-cloud-firestore-bom/pom.xml

renovate.json

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

0 commit comments

Comments
 (0)