Skip to content

Add Missing Languages to CodeQL Advanced Configuration#51

Merged
cheshire137 merged 2 commits intoactions:mainfrom
KyFaSt:patch-1
Jan 7, 2026
Merged

Add Missing Languages to CodeQL Advanced Configuration#51
cheshire137 merged 2 commits intoactions:mainfrom
KyFaSt:patch-1

Conversation

@KyFaSt
Copy link
Contributor

@KyFaSt KyFaSt commented Jul 10, 2025

We are working to improve and streamline CodeQL configuration at GitHub. Your repository

  1. Uses advanced CodeQL configuration
  2. Has languages in the repository that are not configured to be scanned by Code Scanning (CodeQL)

This PR adds those languages to your configuration. Merging this PR will ensure code scanning happens in your repo reliably and should eliminate future findings in Security Findings (assuming you update the configuration as contents of your repository changes).

If your repository does not require or benefit from advanced config (e.g. for compiled languages), you can change to default setup in lieu of merging this PR.

If you have concerns or questions about this, please mention @github/prodsec-engineering in this PR or drop in our slack channel with your question.

Copilot AI review requested due to automatic review settings July 10, 2025 13:21
@KyFaSt KyFaSt requested a review from a team as a code owner July 10, 2025 13:21
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds missing languages to the CodeQL analysis configuration to ensure comprehensive security scanning coverage across the repository. The change extends the existing advanced CodeQL setup to include languages that were previously not being scanned.

  • Adds "actions" language to the existing TypeScript configuration in the CodeQL matrix
  • Ensures Security Findings compliance by including all repository languages in code scanning

matrix:
language:
- TypeScript
- TypeScript, actions
Copy link

Copilot AI Jul 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The matrix language configuration is incorrect. Each language should be a separate list item, not comma-separated values in a single item. This should be two separate entries: '- typescript' and '- javascript' (note: CodeQL uses 'javascript' for both JS and TS, and 'actions' is not a valid CodeQL language).

Suggested change
- TypeScript, actions
- javascript
- javascript

Copilot uses AI. Check for mistakes.
@cheshire137 cheshire137 enabled auto-merge January 7, 2026 17:27
Copy link
Contributor

@cheshire137 cheshire137 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, sorry for the delay on this!

@cheshire137 cheshire137 merged commit 6399312 into actions:main Jan 7, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants