Uh oh!
There was an error while loading. Please reload this page.
Add CodeQL analysis workflow configuration - #496
Conversation
This is the default, auto-generated file which we need to update to fix C not autobuilding.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
…automated policy happy
… one of the constants from it
There was a problem hiding this comment.
Pull Request Overview
This PR adds a CodeQL Advanced workflow configuration to enable security scanning across multiple languages, with manual build configuration for C to satisfy corporate security policy requirements despite minimal C code usage.
- Configures CodeQL analysis for 6 languages (actions, c-cpp, java-kotlin, javascript-typescript, python, rust)
- Sets up manual build mode for C/C++ analysis to handle the build failure issue
- Creates a minimal C program build step that includes the project's header file to satisfy scanning requirements
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
CleanCut
commented
Sep 3, 2025
I wasn't able to find a no-op workaround. After consulting in |
This PR starts with the default, auto-generated Code QL configuration file which you get when you toggle on "advanced mode" for Code QL, and then switches C to a manual setup. We need to update to fix C not autobuilding to resolvethis security vulnerability issue