-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Jenkins Security Scan and bypass CodeQL's JavaCompiler to support JDK 17+ #917
Enable Jenkins Security Scan and bypass CodeQL's JavaCompiler to support JDK 17+ #917
Conversation
Does not work:
I guess though this should have been obvious looking at the first part of the stack trace. |
Maybe just try adding something like workflow-cps-plugin/lib/pom.xml Line 63 in a6f67a8
|
I think this should be in draft for now? |
The CodeQL action does not seem to be using a Maven cache, so it takes forever to download dependencies, and I wonder if this is a problem in terms of trying to reduce bandwidth usage on https://repo.jenkins-ci.org. Maybe I misunderstand the setup though. |
01feb61 seems to work ( |
I mentioned this upstream in github/codeql#7535 (comment). |
Seems worthwhile to file a helpdesk to investigate. |
Experimental workaround based on the stack trace observed in #901. Undoes #915.
Testing done
Submitter checklist