feat(security): add CodeQL automated scanning workflow - #63652
feat(security): add CodeQL automated scanning workflow#63652AnzalKhan16 wants to merge 1 commit into
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. |
❌ PR Closed — Files Outside
|
❌ Submission Validation FailedThank you for your contribution! However, some required files are missing or incorrect. 📋 Required Structure🔍 Issues Found:🔠
|
|
🔒 Pull Request Closed This PR was automatically closed because it failed the submission validation check. Please fix the issues listed above, then open a new pull request. Thank you! |
|
🔒 Pull Request Closed: This PR has been automatically closed because it does not contain any file changes under the |
Pull Request Description
This PR introduces a GitHub Actions workflow that performs automated CodeQL analysis to identify potential security vulnerabilities and code quality issues within the repository. It integrates static application security testing (SAST) into the CI pipeline.
Type of Change
Submission Checklist
submissions/(e.g.,submissions/examples/your-feature-name/orsubmissions/docs/your-feature-name/) (N/A - Security & CI update)demo.html— self-contained, opens in browser with no server (N/A)style.css— raw CSS for the proposed feature (N/A)README.md— what it does, how to use it, why it fits EaseMotion CSS (UpdatedSECURITY.mdinstead)core/components/Feature Description
What does this add?
It adds
.github/workflows/codeql.ymlto automatically run GitHub's CodeQL analysis on PRs, pushes tomain, and via a weekly schedule, and documents this inSECURITY.md.How does a developer use it?