chore(CI): add codeql for rust code scanning#754
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bd7d28234b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| languages: rust | ||
| build-mode: none |
There was a problem hiding this comment.
Run a build step for Rust CodeQL extraction
For Rust, CodeQL extraction happens during compilation; setting build-mode: none disables autobuild and this workflow doesn’t include a manual cargo build (or github/codeql-action/autobuild) step. In that case the analysis step will run without a populated Rust database, so the scan won’t cover the Rust code. Consider switching to build-mode: autobuild or adding an explicit build step before analysis.
Useful? React with 👍 / 👎.
No description provided.