Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure TypeScript is checked by CodeQL #281

Merged
merged 1 commit into from Nov 25, 2022
Merged

Ensure TypeScript is checked by CodeQL #281

merged 1 commit into from Nov 25, 2022

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Nov 25, 2022

So apparently typescript is different from javascript in CodeQL config, and for best coverage you should include both (personally I think the docs really don't give that impression, but this came from GitHub staff and it doesn't hurt so 馃し)

@bmish
Copy link
Owner

bmish commented Nov 25, 2022

This seems harmless but I'm still unclear if it's actually necessary?

I have already received CodeQL alerts on my TypeScript code.

https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-typescript/

Support for analyzing TypeScript code is bundled with the CodeQL libraries for JavaScript...

@G-Rath
Copy link
Contributor Author

G-Rath commented Nov 25, 2022

Yeah I'm not sure what additional checks it enables if any, but according to the folks at GitHub its best to include both and its how we have it covered on their octokit repos 馃し

@bmish bmish added the internal label Nov 25, 2022
@bmish bmish merged commit 63d242d into bmish:main Nov 25, 2022
@G-Rath G-Rath deleted the patch-1 branch November 25, 2022 18:55
@bmish bmish changed the title ci: check TypeScript with CodeQL Ensure TypeScript is checked by CodeQL Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants