mirror of
https://github.com/actions/setup-java.git
synced 2026-09-04 10:03:47 +02:00
Fix alpine failures by switching default back to only warn on verification failures. To prevent build failures due to missing GPG or rotated vendor keys. (#1262)
Also allow multiple GPG keys to be provided. Co-authored-by: John <1615532+johnoliver@users.noreply.github.com>
This commit is contained in:
@@ -393,7 +393,7 @@ function createRegisteredJdk(version = '21.0.8+9') {
|
||||
architecture: 'x64',
|
||||
version,
|
||||
source: `sha256:${path.basename(root)}`,
|
||||
verification: 'unverified',
|
||||
verification: 'disabled',
|
||||
path: jdkPath
|
||||
};
|
||||
registerJdk(jdk);
|
||||
|
||||
Reference in New Issue
Block a user