mirror of
https://github.com/actions/setup-java.git
synced 2026-09-03 17:43:48 +02:00
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 <brborges@microsoft.com> Copilot-Session: 7ac2d888-2383-49c7-9178-da5455a10034
This commit is contained in:
co-authored by
brunoborges
Copilot App
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Bruno Borges
parent
8fd3240085
commit
4889c4aff5
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user