diff --git a/.github/scripts/update_generation_config.sh b/.github/scripts/update_generation_config.sh index 74d0e6cc41..24d97abee3 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}" diff --git a/.github/workflows/hermetic_library_generation.yaml b/.github/workflows/hermetic_library_generation.yaml index b6ae2e0705..8e78bf600d 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 }}