Files
codeql/CODEOWNERS
Line: 1: incorrect codeowner organization: github/codeql-c-analysis Line: 1: no users/groups matched Line: 2: incorrect codeowner organization: github/codeql-csharp Line: 2: no users/groups matched Line: 3: incorrect codeowner organization: github/codeql-go Line: 3: no users/groups matched Line: 4: incorrect codeowner organization: github/codeql-java Line: 4: no users/groups matched Line: 5: incorrect codeowner organization: github/codeql-javascript Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: github/codeql-python Line: 6: no users/groups matched Line: 7: incorrect codeowner organization: github/codeql-ruby Line: 7: no users/groups matched Line: 8: incorrect codeowner organization: github/codeql-swift Line: 8: no users/groups matched Line: 9: incorrect codeowner organization: github/codeql-swift Line: 9: no users/groups matched Line: 10: incorrect codeowner organization: github/codeql-kotlin Line: 10: no users/groups matched Line: 11: incorrect codeowner organization: github/codeql-kotlin Line: 11: no users/groups matched Line: 14: incorrect codeowner organization: github/codeql-ml-powered-queries-reviewers Line: 14: no users/groups matched Line: 17: incorrect codeowner organization: github/codeql-cli-reviewers Line: 17: no users/groups matched Line: 18: incorrect codeowner organization: github/codeql-vscode-reviewers Line: 18: no users/groups matched Line: 19: incorrect codeowner organization: github/codeql-frontend-reviewers Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: github/codeql-analysis-reviewers Line: 20: no users/groups matched Line: 23: incorrect codeowner organization: github/codeql-ql-for-ql-reviewers Line: 23: no users/groups matched Line: 26: incorrect codeowner organization: github/codeql-ci-reviewers Line: 26: no users/groups matched Line: 27: incorrect codeowner organization: github/codeql-ci-reviewers Line: 27: no users/groups matched Line: 28: incorrect codeowner organization: github/codeql-ci-reviewers Line: 28: no users/groups matched Line: 29: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 32: incorrect codeowner organization: github/code-scanning-product Line: 32: no users/groups matched Line: 33: incorrect codeowner organization: github/code-scanning-product Line: 33: no users/groups matched Line: 36: incorrect codeowner organization: github/codeql-ci-reviewers Line: 36: no users/groups matched Line: 37: incorrect codeowner organization: github/codeql-ml-powered-queries-reviewers Line: 37: no users/groups matched Line: 38: incorrect codeowner organization: github/codeql-go Line: 38: no users/groups matched Line: 39: incorrect codeowner organization: github/codeql-ml-powered-queries-reviewers Line: 39: no users/groups matched Line: 40: incorrect codeowner organization: github/codeql-ql-for-ql-reviewers Line: 40: no users/groups matched Line: 41: incorrect codeowner organization: github/codeql-ruby Line: 41: no users/groups matched Line: 42: incorrect codeowner organization: github/codeql-swift Line: 42: no users/groups matched Line: 45: incorrect codeowner user: RasmusWL Line: 45: no users/groups matched
Rasmus Wriedt Larsen f2def84337 Misc: Add script to accept .expected changes from CI
This script can be used to go over `codeql test run` expected/actual log
output from actions CI checks for a PR, and apply patches locally to
make the tests pass.

Designed for use by GitHub employees, since it needs access to internal
CI runs. Just run this tool while the branch for the PR is checked out!

You need the `gh` cli tool installed and authenticated.

Example can be seen in https://github.com/github/codeql/pull/12950
2023-04-30 14:59:50 +02:00

46 lines
1.6 KiB
Plaintext

/cpp/ @github/codeql-c-analysis
/csharp/ @github/codeql-csharp
/go/ @github/codeql-go
/java/ @github/codeql-java
/javascript/ @github/codeql-javascript
/python/ @github/codeql-python
/ruby/ @github/codeql-ruby
/swift/ @github/codeql-swift
/misc/codegen/ @github/codeql-swift
/java/kotlin-extractor/ @github/codeql-kotlin
/java/kotlin-explorer/ @github/codeql-kotlin
# ML-powered queries
/javascript/ql/experimental/adaptivethreatmodeling/ @github/codeql-ml-powered-queries-reviewers
# 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
# QL for QL reviewers
/ql/ @github/codeql-ql-for-ql-reviewers
# Bazel (excluding BUILD.bazel files)
WORKSPACE.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/atm-* @github/codeql-ml-powered-queries-reviewers
/.github/workflows/go-* @github/codeql-go
/.github/workflows/js-ml-tests.yml @github/codeql-ml-powered-queries-reviewers
/.github/workflows/ql-for-ql-* @github/codeql-ql-for-ql-reviewers
/.github/workflows/ruby-* @github/codeql-ruby
/.github/workflows/swift.yml @github/codeql-swift
# Misc
/misc/scripts/accept-expected-changes-from-ci.py @RasmusWL