tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
506 stars 34 forks source link

ci: setup codeql #145

Closed G-Rath closed 11 months ago

G-Rath commented 1 year ago

Description

CodeQL is free for open-source projects and now has beta support for Koltin so might as well run it 🤷

Checklist

github-advanced-security[bot] commented 12 months ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

tylerbwong commented 12 months ago

@G-Rath Can we omit the JS scanning job? Also, it looks like we'll have to provide the specific build command.

G-Rath commented 12 months ago

@tylerbwong sure, though it was added automatically since there is technically JavaScript in the repository.

I'll have a crack at getting it working with the build script, but might end up needing your help since I've not really got a lot of experience with Java/Kotlin build tools 😅