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

Commit 58bbee1

Browse files
committed
fix: Correct github action paths for v1.86.0 update
The recent renovate update to v1.86.0 in #2377 incorrectly pointed to a subfolder of google-cloud-java instead of the correct sdk-platform-java repository, breaking the hermetic library generation and unmanaged dependency check jobs. This restores the correct path.
1 parent 2fece4a commit 58bbee1

2 files changed

Lines changed: 2 additions & 2 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_GITHUB_TOKEN }}
40-
- uses: googleapis/google-cloud-java/sdk-platform-java/.github/scripts@v1.86.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v1.86.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@v1.86.0
17+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@v1.86.0
1818
with:
1919
bom-path: google-cloud-firestore-bom/pom.xml

0 commit comments

Comments
 (0)