From 4889c4aff54cecfc8d479c505d9893fd814df73f Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:34:10 -0400 Subject: [PATCH] Fix Temurin EA E2E signature verification (#1260) * Configure Temurin EA E2E signature verification Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> * Disable signature verification for Temurin EA E2E Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> * Fix Temurin EA signature verification scope Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7ac2d888-2383-49c7-9178-da5455a10034 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> Co-authored-by: Bruno Borges Copilot-Session: 7ac2d888-2383-49c7-9178-da5455a10034 --- .github/workflows/e2e-versions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index 3f219b7b..c08b5f08 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -340,6 +340,7 @@ jobs: with: java-version: ${{ matrix.version }} distribution: ${{ matrix.distribution }} + verify-signature: ${{ matrix.distribution == 'temurin' && contains(matrix.version, '-ea') && 'false' || '' }} - name: Verify Java env: JAVA_VERSION: ${{ matrix.version }}