mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 01:08:46 +00:00
Use all
This commit is contained in:
+1
-1
@@ -763,7 +763,7 @@ async function run(startedAt: Date) {
|
||||
// Add the network debugging options.
|
||||
core.exportVariable(
|
||||
"JAVA_TOOL_OPTIONS",
|
||||
`${existingJavaToolOptions} -Djavax.net.debug=ssl,handshake,certpath`,
|
||||
`${existingJavaToolOptions} -Djavax.net.debug=all`,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user