This repository is intended to be a working directory for any custom CodeQL work until it finds a permanent home in OSS. I provide no warranty on the works within.
|-- .github ( Contains GitHub Actions and helpers)
|-- config ( Contains CodeQL configuration files for various purposes)
|-- java
    |-- debugging (Queries used for debugging Java CodeQL)
Use the configuration files from any configuration!
    - name: Initialize CodeQL
      uses: github/codeql-action/init@v3
      with:
        languages: ${{ matrix.language }}
        config-file: felickz/custom-codeql/config/codeql-synthetics.yml@maincodeql pack install .\java\
codeql pack create .\java\
gh auth login --scopes "write:packages,read:packages,repo"
gh auth token | codeql pack publish .\java --github-auth-stdin