chore: added CodeQL workflow - #206
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request adds CodeQL configuration and a GitHub Actions workflow. The workflow analyzes Actions and JavaScript/TypeScript code on repository events, a weekly schedule, and manual dispatch. ChangesCodeQL security scanning
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant GitHubEvent
participant CodeQLWorkflow
participant CodeQLActions
GitHubEvent->>CodeQLWorkflow: Trigger analysis
CodeQLWorkflow->>CodeQLActions: Initialize with repository configuration
CodeQLActions->>CodeQLActions: Analyze Actions and JavaScript/TypeScript without a build
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
|
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. |
|
Visit the preview URL for this PR (updated for commit 4075524): https://data-grid-next--data-grid-pr-206-p17bhes3.web.app (expires Fri, 07 Aug 2026 10:37:58 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: b9d49913f5b5988e9af8690a8b37f16143707448 |
There was a problem hiding this comment.
Pull request overview
Adds GitHub CodeQL code scanning to this Nx/Yarn monorepo so security and quality queries run automatically on main and on PRs, plus on a weekly schedule.
Changes:
- Introduced a new CodeQL GitHub Actions workflow that analyzes both GitHub Actions workflows and JavaScript/TypeScript.
- Added a repository-specific CodeQL configuration enabling
security-extendedqueries and ignoring vendored Yarn files under.yarn/.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/codeql.yml |
Adds the CodeQL workflow with matrix scanning (actions, javascript-typescript) and appropriate permissions. |
.github/codeql/codeql-config.yml |
Adds CodeQL configuration (extended security queries + .yarn/** ignore). |
Summary by CodeRabbit