codeql-java-queries icon indicating copy to clipboard operation
codeql-java-queries copied to clipboard

Convert to CodeQL workspace and CodeQL packs

Open Marcono1234 opened this issue 5 months ago • 0 comments

Background

Currently this repository includes the github/codeql repository as Git submodule, and then uses its CodeQL libraries. Back then this was the standard way to set up such a project (?), but in the meantime CodeQL workspaces and CodeQL packs were added.

Feature description

Convert this repository to use CodeQL workspaces and CodeQL packs instead of a Git submodule.

Have to research which approaches exist for CI respectively automatic updating of the CodeQL dependency and CodeQL CLI version.

Marcono1234 avatar Jul 01 '25 10:07 Marcono1234