Skip to content

github/workflows/codeql-analysis.yml #815

Description

@emlylopez553-del

perf: optimize CodeQL workflow for faster analysis Descripción: ## Description
This PR optimizes the CodeQL analysis workflow to reduce execution time and resource usage.

Changes

  • Created .github/codeql-analysis.yml with optimized workflow configuration
  • Created .github/codeql-config.yml with path filters and query optimization
  • Limited analysis to JavaScript/TypeScript only
  • Added path filters to skip unnecessary scans

Performance Improvements

  • Reduced analysis scope to relevant directories (src, packages, compiler)
  • Ignores test files and node_modules
  • Only runs on relevant file changes
  • Scheduled analysis to off-peak hours

Fixes #36484

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions