Skip to content

Conversation

@AlexanderBarabanov
Copy link
Contributor

@AlexanderBarabanov AlexanderBarabanov commented Dec 18, 2025

πŸ“ Description

This PR extend CodeQL configuration with javascript-typescript as it used in this feature branches.

✨ Changes

Select what type of change your PR is:

  • πŸš€ New feature (non-breaking change which adds functionality)
  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • πŸ”„ Refactor (non-breaking change which refactors the code base)
  • ⚑ Performance improvements
  • 🎨 Style changes (code style/formatting)
  • πŸ§ͺ Tests (adding/modifying tests)
  • πŸ“š Documentation update
  • πŸ“¦ Build system changes
  • 🚧 CI/CD configuration
  • πŸ”§ Chore (general maintenance)
  • πŸ”’ Security update
  • πŸ’₯ Breaking change (fix or feature that would cause existing functionality to not work as expected)

βœ… Checklist

Before you submit your pull request, please make sure you have completed the following steps:

  • πŸ“š I have made the necessary updates to the documentation (if applicable).
  • πŸ§ͺ I have written tests that support my changes and prove that my fix is effective or my feature works (if applicable).
  • 🏷️ My PR title follows conventional commit format.

For more information about code review checklists, see the Code Review Checklist.

Signed-off-by: Barabanov, Alexander <[email protected]>
Copilot AI review requested due to automatic review settings December 18, 2025 14:37
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

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 JavaScript/TypeScript language support to the CodeQL workflow configuration, but restricts its execution to the feature/geti-inspect branch to prevent analysis failures on branches that don't contain JavaScript/TypeScript code.

Key changes:

  • Added javascript-typescript language to the CodeQL analysis matrix
  • Implemented conditional execution logic to run JavaScript/TypeScript analysis only for the feature/geti-inspect branch
  • Applied the conditional check to all workflow steps to ensure consistency

πŸ’‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

βœ… All modified and coverable lines are covered by tests.

πŸ“’ Thoughts on this report? Let us know!

Copy link

@ivanzati ivanzati 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, Alexander!

@AlexanderBarabanov AlexanderBarabanov merged commit 7fe1d85 into feature/geti-inspect Dec 18, 2025
16 checks passed
@AlexanderBarabanov AlexanderBarabanov deleted the barabanov/feature-codeql-config branch December 18, 2025 15:47
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.

4 participants