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

Add codeql GitHub Action #250

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add codeql GitHub Action #250

wants to merge 4 commits into from

Conversation

coliff
Copy link
Member

@coliff coliff commented Nov 12, 2022

Runs once per month (or manually from Actions tab)

REF: github/codeql-action#codeql-action

@bep
Copy link
Member

bep commented Jul 18, 2023

What does it do?

@coliff
Copy link
Member Author

coliff commented Jul 18, 2023

This action runs GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code to find security vulnerabilities. It then automatically uploads the results to GitHub so they can be displayed in the repository's security tab. CodeQL runs an extensible set of queries, which have been developed by the community and the GitHub Security Lab to find common vulnerabilities in your code.

REF: https://github.com/github/codeql-action#codeql-action

@coliff coliff changed the title Create codeql.yml Add codeql GitHub Action May 21, 2024
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.

None yet

2 participants