**Description of the issue** We're using [paths-ignore](https://github.com/Mudlet/Mudlet/blob/development/.github/codeql/codeql-config.yml) on a C++ project to avoid [this problem](https://github.com/github/codeql/issues/5873), however CodeQL is giving this warning: > The "paths"/"paths-ignore" fields of the config only have effect for JavaScript and Python ([link](https://github.com/Mudlet/Mudlet/actions/runs/1322721877)) Is that correct?