Skip to content

Create codeql.yml #11

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

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Create codeql.yml #11

merged 1 commit into from
Oct 30, 2024

Conversation

ahmedsza
Copy link
Owner

This pull request adds a new GitHub Actions workflow for CodeQL analysis to the repository. The workflow is designed to automatically analyze the codebase for security vulnerabilities and code quality issues on a regular schedule, as well as on pushes and pull requests to the main branch.

Key additions:

  • Added a new workflow file .github/workflows/codeql.yml to set up CodeQL analysis for multiple languages including C# and Ruby. This includes defining the job matrix, initializing CodeQL, and performing the analysis.
  • Configured the workflow to run on push events to the main branch, pull requests to the main branch, and on a weekly schedule.
  • Included steps to check out the repository, initialize CodeQL with the specified languages and build modes, and perform the analysis.

@ahmedsza ahmedsza merged commit 7426c11 into main Oct 30, 2024
2 checks passed
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.

1 participant