ci: add CodeQL analysis#21
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
edf3767
into
feat/phase-3-polish-sharing-deployment
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 60359a8995
ℹ️ 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".
| push: | ||
| branches: ["feat/phase-3-polish-sharing-deployment"] | ||
| pull_request: | ||
| branches: ["feat/phase-3-polish-sharing-deployment"] |
There was a problem hiding this comment.
Point CodeQL triggers at the default branch
The workflow is being added on top of main, but both event filters target feat/phase-3-polish-sharing-deployment. Since pull_request.branches matches the base branch and push.branches matches the pushed branch, PRs targeting main and pushes to main will not run CodeQL; only manual dispatch and the weekly scheduled scan remain. This leaves the intended per-PR/default-branch code scanning coverage absent unless contributors open PRs against that feature branch.
Useful? React with 👍 / 👎.
What
Why
How
Testing
Performance Impact
Risk / Notes