Skip to content

Conversation

@ReenigneArcher
Copy link
Member

Description

Discovered and fixed a bug when languages are duplicated (e.g. JavaScript and Typescript).

Screenshot

Issues Fixed or Closed

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

@sonarqubecloud
Copy link

Copy link

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 fixes a bug in the CodeQL CI workflow where duplicate languages were being tested by ensuring that a language is added only once into the test matrix.

  • Added a mechanism to track languages already added to prevent duplicates.
  • Normalized language keys and updated logging to reflect the normalized values.

@ReenigneArcher ReenigneArcher merged commit 9a86f68 into master Mar 15, 2025
12 checks passed
@ReenigneArcher ReenigneArcher deleted the ci/codeql/ensure-duplicate-languages-are-not-tested branch March 15, 2025 22:43
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.

2 participants