Skip to content

chore(CI): add codeql for rust code scanning#754

Merged
makeecat merged 1 commit into
masterfrom
yang/chore/codeql
Jan 28, 2026
Merged

chore(CI): add codeql for rust code scanning#754
makeecat merged 1 commit into
masterfrom
yang/chore/codeql

Conversation

@makeecat

Copy link
Copy Markdown
Collaborator

No description provided.

@makeecat makeecat self-assigned this Jan 28, 2026
@makeecat makeecat merged commit cfd95a3 into master Jan 28, 2026
26 checks passed
@makeecat makeecat deleted the yang/chore/codeql branch January 28, 2026 03:47

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 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".

Comment on lines +29 to +30
languages: rust
build-mode: none

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge 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 👍 / 👎.

@makeecat makeecat added the ci label Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant