Skip to content

Conversation

@antonioalwan
Copy link
Contributor

Proposed changes

Fix codeQL S360 KPI for uploading a snapshot for cpp

Type of change

  • Feature work
  • Bug fix
  • Documentation
  • Engineering change
  • Test
  • Logging/Telemetry

Risk

  • High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
  • Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
  • Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)

Additional information

CodeQL issue here

@antonioalwan antonioalwan requested a review from a team as a code owner October 24, 2025 02:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a CodeQL workflow configuration to enable automated security scanning for the repository, addressing a CodeQL S360 KPI requirement for snapshot uploads.

Key Changes:

  • Adds a new GitHub Actions workflow for CodeQL analysis covering multiple languages (JavaScript/TypeScript, Python, Ruby, and C/C++)
  • Configures automated scanning on push/PR to dev, master, and release branches, plus weekly scheduled runs
  • Sets up matrix strategy to analyze each language with appropriate build modes

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Removed support for Python, Ruby, and C/C++ languages in CodeQL workflow.
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