-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create codeql.yml #146
Create codeql.yml #146
Conversation
Enable CodeQL
You have successfully added a new CodeQL configuration |
@DzmitryFomchyn , do you know how to setup CodeQL for Java for this repo? It failed to auto scan. |
@ThibaudLopez it seems that the error is |
@DzmitryFomchyn , do you know how to do the setup? |
see mapbox/mapbox-navigation-android#7048 for example of CodeQL setup for Kotlin |
Seems to be way outdated |
re-opening... we still need code scanning for this repo |
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. |
@ThibaudLopez It's broken in its current form. CI/CD didn't pass. |
@eugenes78 , correct, CodeQL is not yet setup to build the Java project of this repo as the CodeQL auto-build doesn't succeed. We need somebody that's familiar with how to build this repo to please setup the CodeQL YAML to do the same build. |
@ThibaudLopez Are you making progress on this one? It's open for more than a year already... |
@eugenes78 ,
No, we've been needing help for a year, somebody familiar with how to build this repo, then put those instructions in the CodeQL YAML. If needed, we can close this PR and leave this repo without code scanning. We can try the other code scanning (we can follow-up internally). |
Enable CodeQL