-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use cpp as CodeQL Language #469
Comments
@ArielSAdamsNASA - Would it be better to change it to "cpp" or just remove the "languages" parameter entirely and let CodeQL auto-detect? |
@thnkslprpt I would prefer to use cpp. That way we don't have to check the workflow several times to ensure the correct language is used across multiple repos. If we let CodeQL auto-detect, we would get a note that goes something like this: "We have attempted to detect the languages in your repository. Please check the |
|
@thnkslprpt Looks good! All that needs to be done is to create a pull request. Here is more information on how to create PRs in our Contributing Guide if needed. |
@ArielSAdamsNASA OK no worries. Just wanted to check before I created the pull request. |
Fix #469, Addresses invalid CodeQL language option
Checklist (Please check before submitting)
Describe the bug
The codeql-reusable.yml workflow uses C as the language, which is not a valid option. It should be cpp instead.
Expected behavior
Use cpp as the CodeQL language.
Code snips
Reporter Info
Ariel Adams, ASRC Federal
The text was updated successfully, but these errors were encountered: