Commit f79d4e6
authored
hotfix: codeql workflow (#393)
This pull request updates the CodeQL workflow configuration in
`.github/workflows/codeql.yml` to enhance language support.
The workflow now builds the project manually instead of autobuild via
CodeQL.
CodeQL can now scan C++ and C# code.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated CodeQL workflow to combine C/C++ and C# language entries and
switch to manual build mode with Ninja generator.
* Added a CMake packaging step with improved compiler environment
configuration for build consistency.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 file changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
129 | 142 | | |
130 | 143 | | |
131 | 144 | | |
| |||
0 commit comments