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

Codeql Workflow Added #353

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Conversation

andoriyaprashant
Copy link
Contributor

Description

CodeQL is a powerful static analysis tool developed by GitHub that allows developers to analyze their codebases for potential bugs, security vulnerabilities, and other code quality issues. It uses a declarative query language called QL to define and execute queries on the codebase. While CodeQL is often associated with security analysis, it can also be used for general code quality improvements.

Here's a breakdown of how CodeQL features can be utilized in a This repository:

  • Automated Code Scanning
  • CodeQL Queries

Fixes #352

Have you read the Contributing Guidelines on Pull Requests?

  • Yes
  • No

Type of change

  • New feature

Checklist:

  • My code follows the style guidelines(Clean Code) of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • I have added tests/screenshots(if any) that prove my fix is effective or that my feature works.

@avinashkranjan avinashkranjan added level2 Bug fixing, Adding small features gssoc23 Issues for Event GSSOC'23 labels Jul 21, 2023
@avinashkranjan avinashkranjan merged commit e0444a4 into avinashkranjan:main Jul 21, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 Issues for Event GSSOC'23 level2 Bug fixing, Adding small features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add codeql workflow
2 participants