eclipse-uprotocol / up-java

uProtocol Language Specific Library for Java
Apache License 2.0
9 stars 14 forks source link

Add workflow for codeql analysis using Java 17 #112

Closed netomi closed 5 months ago

netomi commented 5 months ago

Related to https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4698.

After this PR has been merged we need to alter the configuration of the repo to switch to advanced mode for CodeQL.

netomi commented 5 months ago

hmm, need to adjust the workflow as it is failing atm

netomi commented 5 months ago

set build-mode to none as suggested for java only projects, but now autobuild is running and seems to be able to successfully build the project ... picture me surprised, but at least it works.

The workflow still fails but because code scanning is still set to default mode, and the upload of the results fails because of that. Once it is set to advanced mode it should also work uploading the results, so should be fine to merge imho.