Skip to content

Commit 02ded89

Browse files
authored
Merge branch 'main' into jcogs33/java/junit5-missing-nested-annotation
2 parents 77eeab3 + 254789c commit 02ded89

File tree

1,323 files changed

+91078
-14536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,323 files changed

+91078
-14536
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ build --java_language_version=17
3737
build --tool_java_language_version=17
3838
build --tool_java_runtime_version=remotejdk_17
3939
build --java_runtime_version=remotejdk_17
40+
build --@rules_python//python/config_settings:python_version=3.12
4041

4142
try-import %workspace%/local.bazelrc

.bazelrc.internal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ common --registry=https://bcr.bazel.build
88
# its implementation packages without providing any code itself.
99
# We either can depend on internal implementation details, or turn of strict deps.
1010
common --@rules_dotnet//dotnet/settings:strict_deps=false
11+
12+
build --@rules_python//python/config_settings:python_version=3.12

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0
1+
8.1.1

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ repos:
7272

7373
- id: rust-codegen
7474
name: Run Rust checked in code generation
75-
files: ^misc/codegen/|^rust/(prefix\.dbscheme|schema/|codegen/|.*/generated/|ql/lib/(rust\.dbscheme$|codeql/rust/elements)|\.generated.list)
75+
files: ^misc/codegen/|^rust/(prefix\.dbscheme|schema/|codegen/|.*/generated/|ql/lib/(rust\.dbscheme$|codeql/rust/elements)|\.generated.list|ast-generator/)
7676
language: system
7777
entry: bazel run //rust/codegen -- --quiet
7878
pass_filenames: false

CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@
88
/javascript/ @github/codeql-javascript
99
/python/ @github/codeql-python
1010
/ruby/ @github/codeql-ruby
11+
/rust/ @github/codeql-rust
1112
/swift/ @github/codeql-swift
1213
/misc/codegen/ @github/codeql-swift
1314
/java/kotlin-extractor/ @github/codeql-kotlin
1415
/java/ql/test-kotlin1/ @github/codeql-kotlin
1516
/java/ql/test-kotlin2/ @github/codeql-kotlin
1617

18+
# Experimental CodeQL cryptography
19+
**/experimental/quantum/ @github/ps-codeql
20+
1721
# CodeQL tools and associated docs
1822
/docs/codeql/codeql-cli/ @github/codeql-cli-reviewers
1923
/docs/codeql/codeql-for-visual-studio-code/ @github/codeql-vscode-reviewers
@@ -38,6 +42,7 @@ MODULE.bazel @github/codeql-ci-reviewers
3842
/.github/workflows/go-* @github/codeql-go
3943
/.github/workflows/ql-for-ql-* @github/codeql-ql-for-ql-reviewers
4044
/.github/workflows/ruby-* @github/codeql-ruby
45+
/.github/workflows/rust.yml @github/codeql-rust
4146
/.github/workflows/swift.yml @github/codeql-swift
4247

4348
# Misc

0 commit comments

Comments
 (0)