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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Set up CodeQL checks #947

Merged
merged 1 commit into from May 12, 2021

Conversation

artem-smotrakov
Copy link
Contributor

GitHub now offers static analysis scans for open-source projects. The scans are based on CodeQL engine that is also used on LGTM.com

https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository

When enabled on pull requests, the scans help to prevent introducing multiple issues (including security ones).

This pull requests adds a GitHub action that runs a scan for master branch and pull requests.

This fixes #946

Signed-off-by: Artem Smotrakov artem.smotrakov@gmail.com

Signed-off-by: Artem Smotrakov <artem.smotrakov@gmail.com>
@artem-smotrakov artem-smotrakov changed the title Set up CodeQL checks [master] Set up CodeQL checks Oct 28, 2020
Copy link
Member

@lukasj lukasj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lukasj lukasj merged commit 5e4e8c7 into eclipse-ee4j:master May 12, 2021
@artem-smotrakov artem-smotrakov deleted the setup-codeql branch May 12, 2021 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable CodeQL checks
2 participants