From aeb082d95aa1af6b69b6b231760212ed8a90a0e4 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 17 Apr 2026 21:22:47 +0000 Subject: [PATCH 1/2] ci: update hermetic generation workflow to use the latest image 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. This uses the "latest" Docker tag in .github/workflows/hermetic_library_generation.yaml to confirm the behavior of the today's hermetic build container image update. b/503444342 --- .github/workflows/hermetic_library_generation.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hermetic_library_generation.yaml b/.github/workflows/hermetic_library_generation.yaml index b6ae2e070..8e78bf600 100644 --- a/.github/workflows/hermetic_library_generation.yaml +++ b/.github/workflows/hermetic_library_generation.yaml @@ -40,6 +40,7 @@ jobs: - uses: googleapis/google-cloud-java/sdk-platform-java/.github/scripts@v1.85.0 if: env.SHOULD_RUN == 'true' with: + image_tag: latest base_ref: ${{ github.base_ref }} head_ref: ${{ github.head_ref }} token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} From 350ea1bb390ac411848da031586ecdada9294af7 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Fri, 17 Apr 2026 21:26:56 +0000 Subject: [PATCH 2/2] chore: generate libraries at Fri Apr 17 21:24:46 UTC 2026 --- .github/scripts/update_generation_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/update_generation_config.sh b/.github/scripts/update_generation_config.sh index 74d0e6cc4..24d97abee 100644 --- a/.github/scripts/update_generation_config.sh +++ b/.github/scripts/update_generation_config.sh @@ -147,7 +147,7 @@ latest_version=$(get_latest_released_version "com.google.api" "gapic-generator-j update_config "gapic_generator_version" "${latest_version}" "${generation_config}" # Update composite action version to latest gapic-generator-java version -update_action "googleapis/sdk-platform-java/.github/scripts" \ +update_action "googleapis/google-cloud-java/sdk-platform-java/.github/scripts" \ "${latest_version}" \ "${workflow}"