Fix auto-detection of extractors that aren't languages by henrymercer · Pull Request #3015 · github/codeql-action (original) (raw)
We tried to determine languages using codeql resolve languages, but that actually gives us extractors, and not all extractors are supported languages. We probably want to change our definition to something like "a -queries pack exists" when doing autodetection, but to get this fixed quickly, this PR reverts back to a hardcoded set.