From 0f856b84c76bf82c39d0bffa532d743cfc9d5b94 Mon Sep 17 00:00:00 2001 From: Evgheni Popusoi Date: Mon, 7 Sep 2026 17:19:49 +0300 Subject: [PATCH] fix: Remove unused version input from graalvm/setup-graalvm step 'version: latest' is a Mandrel-specific alias and has no effect with distribution: graalvm; java-version + distribution alone control the GraalVM release for JDK 17+. Co-Authored-By: Claude Sonnet 5 --- .../workflows/pnp-build-native-autopilot-processor-nested.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pnp-build-native-autopilot-processor-nested.yml b/.github/workflows/pnp-build-native-autopilot-processor-nested.yml index 39e7c129..63fedeaf 100644 --- a/.github/workflows/pnp-build-native-autopilot-processor-nested.yml +++ b/.github/workflows/pnp-build-native-autopilot-processor-nested.yml @@ -323,7 +323,6 @@ jobs: with: java-version: ${{ inputs.java-version }} distribution: ${{ inputs.graalvm-distribution }} - version: 'latest' components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} cache: 'maven'