Files
codeql/CODEOWNERS
Line: 2: incorrect codeowner organization: github/code-scanning-alert-coverage Line: 2: no users/groups matched Line: 5: incorrect codeowner organization: github/code-scanning-alert-coverage Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: github/codeql-c-analysis Line: 6: no users/groups matched Line: 7: incorrect codeowner organization: github/codeql-csharp Line: 7: no users/groups matched Line: 8: incorrect codeowner organization: github/codeql-c-extractor Line: 8: incorrect codeowner organization: github/code-scanning-language-coverage Line: 8: no users/groups matched Line: 9: incorrect codeowner organization: github/codeql-c-extractor Line: 9: incorrect codeowner organization: github/code-scanning-language-coverage Line: 9: no users/groups matched Line: 10: incorrect codeowner organization: github/codeql-go Line: 10: no users/groups matched Line: 11: incorrect codeowner organization: github/codeql-go Line: 11: incorrect codeowner organization: github/code-scanning-language-coverage Line: 11: no users/groups matched Line: 12: incorrect codeowner organization: github/codeql-go Line: 12: incorrect codeowner organization: github/code-scanning-language-coverage Line: 12: no users/groups matched Line: 13: incorrect codeowner organization: github/codeql-go Line: 13: incorrect codeowner organization: github/code-scanning-language-coverage Line: 13: no users/groups matched Line: 14: incorrect codeowner organization: github/codeql-go Line: 14: incorrect codeowner organization: github/code-scanning-language-coverage Line: 14: no users/groups matched Line: 15: incorrect codeowner organization: github/codeql-go Line: 15: incorrect codeowner organization: github/code-scanning-language-coverage Line: 15: no users/groups matched Line: 16: incorrect codeowner organization: github/codeql-java Line: 16: no users/groups matched Line: 17: incorrect codeowner organization: github/codeql-javascript Line: 17: no users/groups matched Line: 18: incorrect codeowner organization: github/codeql-javascript Line: 18: incorrect codeowner organization: github/code-scanning-language-coverage Line: 18: no users/groups matched Line: 19: incorrect codeowner organization: github/codeql-python Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: github/codeql-python Line: 20: incorrect codeowner organization: github/code-scanning-language-coverage Line: 20: no users/groups matched Line: 21: incorrect codeowner organization: github/codeql-ql-for-ql-reviewers Line: 21: no users/groups matched Line: 22: incorrect codeowner organization: github/codeql-ruby Line: 22: no users/groups matched Line: 23: incorrect codeowner organization: github/codeql-ruby Line: 23: incorrect codeowner organization: github/code-scanning-language-coverage Line: 23: no users/groups matched Line: 24: incorrect codeowner organization: github/codeql-rust Line: 24: no users/groups matched Line: 25: incorrect codeowner organization: github/codeql-rust Line: 25: incorrect codeowner organization: github/code-scanning-language-coverage Line: 25: no users/groups matched Line: 26: incorrect codeowner organization: github/codeql-shared-libraries-reviewers Line: 26: no users/groups matched Line: 27: incorrect codeowner organization: github/codeql-swift Line: 27: no users/groups matched Line: 28: incorrect codeowner organization: github/codeql-swift Line: 28: incorrect codeowner organization: github/code-scanning-language-coverage Line: 28: no users/groups matched Line: 29: incorrect codeowner organization: github/codeql-swift Line: 29: no users/groups matched Line: 30: incorrect codeowner organization: github/codeql-kotlin Line: 30: incorrect codeowner organization: github/code-scanning-language-coverage Line: 30: no users/groups matched Line: 31: incorrect codeowner organization: github/codeql-kotlin Line: 31: no users/groups matched Line: 34: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 35: incorrect codeowner organization: github/ps-codeql Line: 35: no users/groups matched Line: 38: incorrect codeowner organization: github/codeql-cli-reviewers Line: 38: no users/groups matched Line: 39: incorrect codeowner organization: github/codeql-vscode-reviewers Line: 39: no users/groups matched Line: 40: incorrect codeowner organization: github/codeql-frontend-reviewers Line: 40: no users/groups matched Line: 41: incorrect codeowner organization: github/codeql-analysis-reviewers Line: 41: no users/groups matched Line: 44: incorrect codeowner organization: github/codeql-ci-reviewers Line: 44: no users/groups matched Line: 45: incorrect codeowner organization: github/codeql-ci-reviewers Line: 45: no users/groups matched Line: 46: incorrect codeowner organization: github/codeql-ci-reviewers Line: 46: no users/groups matched Line: 47: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 50: incorrect codeowner organization: github/code-scanning-product Line: 50: no users/groups matched Line: 51: incorrect codeowner organization: github/code-scanning-product Line: 51: no users/groups matched Line: 54: incorrect codeowner organization: github/codeql-ci-reviewers Line: 54: no users/groups matched Line: 55: incorrect codeowner organization: github/codeql-go Line: 55: no users/groups matched Line: 56: incorrect codeowner organization: github/codeql-ql-for-ql-reviewers Line: 56: no users/groups matched Line: 57: incorrect codeowner organization: github/codeql-ruby Line: 57: no users/groups matched Line: 58: incorrect codeowner organization: github/codeql-rust Line: 58: no users/groups matched Line: 59: incorrect codeowner organization: github/codeql-swift Line: 59: no users/groups matched Line: 62: incorrect codeowner organization: github/codeql-ci-reviewers Line: 62: no users/groups matched
Anders Fugmann c490e78eda Kotlin tests: roll Kotlin1 suites forward to language-version 2.0
Why this is needed:
- The extractor compatibility fixes now preserve the information these Kotlin1-era
  tests were protecting, even when compiled with Kotlin 2.4 and
  `-language-version 2.0`.
- Keeping mixed legacy language-version wiring in individual tests is no longer
  necessary and obscures the intended steady-state execution mode.

What this changes:
- Update all affected Kotlin1 compatibility integration tests to run with
  `-language-version 2.0` directly.
- Keep the expected extraction signal aligned for extractor information output.
- Remove the obsolete CODEOWNERS entry for the retired `java/ql/test-kotlin1/`
  path.

This consolidates the language-version transition into a single test rollup
commit, as requested.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-30 16:32:23 +02:00

63 lines
2.7 KiB
Plaintext

# Catch-all for anything which isn't matched by a line lower down
* @github/code-scanning-alert-coverage
# CodeQL language libraries
/actions/ @github/code-scanning-alert-coverage
/cpp/ @github/codeql-c-analysis
/csharp/ @github/codeql-csharp
/csharp/autobuilder/Semmle.Autobuild.Cpp @github/codeql-c-extractor @github/code-scanning-language-coverage
/csharp/autobuilder/Semmle.Autobuild.Cpp.Tests @github/codeql-c-extractor @github/code-scanning-language-coverage
/go/ @github/codeql-go
/go/codeql-tools/ @github/codeql-go @github/code-scanning-language-coverage
/go/downgrades/ @github/codeql-go @github/code-scanning-language-coverage
/go/extractor/ @github/codeql-go @github/code-scanning-language-coverage
/go/extractor-smoke-test/ @github/codeql-go @github/code-scanning-language-coverage
/go/ql/test/extractor-tests/ @github/codeql-go @github/code-scanning-language-coverage
/java/ @github/codeql-java
/javascript/ @github/codeql-javascript
/javascript/extractor/ @github/codeql-javascript @github/code-scanning-language-coverage
/python/ @github/codeql-python
/python/extractor/ @github/codeql-python @github/code-scanning-language-coverage
/ql/ @github/codeql-ql-for-ql-reviewers
/ruby/ @github/codeql-ruby
/ruby/extractor/ @github/codeql-ruby @github/code-scanning-language-coverage
/rust/ @github/codeql-rust
/rust/extractor/ @github/codeql-rust @github/code-scanning-language-coverage
/shared/ @github/codeql-shared-libraries-reviewers
/swift/ @github/codeql-swift
/swift/extractor/ @github/codeql-swift @github/code-scanning-language-coverage
/misc/codegen/ @github/codeql-swift
/java/kotlin-extractor/ @github/codeql-kotlin @github/code-scanning-language-coverage
/java/ql/test-kotlin2/ @github/codeql-kotlin
# Experimental CodeQL cryptography
**/experimental/**/quantum/ @github/ps-codeql
/shared/quantum/ @github/ps-codeql
# CodeQL tools and associated docs
/docs/codeql/codeql-cli/ @github/codeql-cli-reviewers
/docs/codeql/codeql-for-visual-studio-code/ @github/codeql-vscode-reviewers
/docs/codeql/ql-language-reference/ @github/codeql-frontend-reviewers
/docs/query-*-style-guide.md @github/codeql-analysis-reviewers
# Bazel (excluding BUILD.bazel files)
MODULE.bazel @github/codeql-ci-reviewers
.bazelversion @github/codeql-ci-reviewers
.bazelrc @github/codeql-ci-reviewers
**/*.bzl @github/codeql-ci-reviewers
# Documentation etc
/*.md @github/code-scanning-product
/LICENSE @github/code-scanning-product
# Workflows
/.github/workflows/ @github/codeql-ci-reviewers
/.github/workflows/go-* @github/codeql-go
/.github/workflows/ql-for-ql-* @github/codeql-ql-for-ql-reviewers
/.github/workflows/ruby-* @github/codeql-ruby
/.github/workflows/rust.yml @github/codeql-rust
/.github/workflows/swift.yml @github/codeql-swift
# .devcontainer
/.devcontainer/ @github/codeql-ci-reviewers