ci: rely on CodeQL default setup#193
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Walkthrough此变更删除了仓库中的 CodeQL 代码扫描 GitHub Actions 工作流文件,移除了针对 push、pull_request 及定时触发的安全分析任务配置。 Changes
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Preview is ready!
↩️ Previous: ⚡️ 🤖 Powered by surge-preview |
|||||||||||||||
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Removes the repository’s custom (advanced) CodeQL workflow so code scanning is handled exclusively by GitHub CodeQL default setup, avoiding conflicts from SARIF uploads while default setup is enabled.
Changes:
- Deleted
.github/workflows/codeql.yml(advanced CodeQL workflow) to rely on CodeQL default setup only.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #193 +/- ##
=======================================
Coverage 98.34% 98.34%
=======================================
Files 11 11
Lines 423 423
Branches 131 136 +5
=======================================
Hits 416 416
Misses 7 7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|

Summary
Test Plan
npm run lintnpm run tscgh api repos/react-component/input/code-scanning/default-setup --jq '.state'Summary by CodeRabbit