Skip to content

[CI] Add CodeQL security scanning #4

Description

@nanotaboada

Problem

No static security analysis runs on the repository. Potential vulnerabilities in dependencies or source code go undetected.

Proposed Solution

Add `.github/workflows/codeql.yml` using CodeQL Advanced, analyzing the `javascript-typescript` language pack.

Suggested Approach

Use `github/codeql-action` with `languages: [javascript-typescript]`. Schedule weekly scans in addition to push/PR triggers.

Acceptance Criteria

  • `.github/workflows/codeql.yml` present
  • Analyzes `javascript-typescript`
  • Triggers on push to `master`, pull requests, and weekly schedule

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgithub_actionsPull requests that update GitHub Actions codepriority mediumPlanned enhancement. Queue for upcoming work.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions