Description of the issue
Apparently codeql-pack.yml and qlpack.yml are equivalent:
|
``codeql-pack.yml`` is an alias for ``qlpack.yml``. |
This might be a source of confusion, so it would be good to at least consistently refer to this file only by one name1 (except for the specification mentioned above). Here are cases where codeql-pack.yml is currently used:
github/codeql
|
2. Create a model pack file ``/codeql-pack.yml`` with the following content: |
- ...?
github/docs
github/vscode-codeql
Additionally it might be good to mention in https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/publishing-and-using-codeql-packs#about-qlpackyml-files that codeql-pack.yml is an alias.
What do you think?
Description of the issue
Apparently
codeql-pack.ymlandqlpack.ymlare equivalent:codeql/docs/codeql/ql-language-reference/ql-language-specification.rst
Line 67 in 3674966
This might be a source of confusion, so it would be good to at least consistently refer to this file only by one name1 (except for the specification mentioned above). Here are cases where
codeql-pack.ymlis currently used:github/codeqlcodeql/docs/codeql/codeql-language-guides/customizing-library-models-for-actions.rst
Line 71 in 3674966
github/docsgithub/vscode-codeqlqlpack.ymlinstead ofcodeql-pack.yml? vscode-codeql#4104Additionally it might be good to mention in https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/publishing-and-using-codeql-packs#about-qlpackyml-files that
codeql-pack.ymlis an alias.What do you think?
Footnotes
If the canonical name is
qlpack.yml, then maybe prefer that, except that the lock file is namedcodeql-pack.lock.yml... ↩