Skip to content

Conversation

@PTKu
Copy link
Contributor

@PTKu PTKu commented Dec 5, 2025

This pull request adds a new GitHub Actions workflow for advanced CodeQL analysis. The workflow enables automated code scanning for security vulnerabilities and code quality issues across multiple languages whenever there are pushes, pull requests, or on a scheduled basis.

Continuous integration and code security:

  • Added .github/workflows/codeql.yml to configure CodeQL analysis for the repository, supporting multiple languages (actions, csharp, javascript-typescript) and running on pushes, pull requests, and a weekly schedule.
  • Configured the workflow to use appropriate runners, permissions, and strategies for efficient and secure analysis.
  • Included steps for repository checkout, CodeQL initialization, and analysis, with placeholders for manual build steps if needed.

@github-advanced-security
Copy link
Contributor

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.

@PTKu PTKu merged commit 587be61 into dev Dec 5, 2025
1 check passed
@PTKu PTKu deleted the CodeQL branch December 5, 2025 15:08
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.

2 participants