Skip to content

Commit

Permalink
Merge pull request #15532 from github/henrymercer/add-build-modes
Browse files Browse the repository at this point in the history
Add supported build modes to extractor metadata
  • Loading branch information
henrymercer committed Feb 7, 2024
2 parents ebefcb8 + e71f0fc commit 23921af
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions csharp/codeql-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ version: 1.22.1
column_kind: "utf16"
extra_env_vars:
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
build_modes:
- autobuild
- manual
github_api_languages:
- C#
scc_languages:
Expand Down
3 changes: 3 additions & 0 deletions go/codeql-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pull_request_triggers:
- "**/glide.yaml"
- "**/Gopkg.toml"
column_kind: "utf8"
build_modes:
- autobuild
- manual
github_api_languages:
- Go
scc_languages:
Expand Down
2 changes: 2 additions & 0 deletions ql/codeql-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ display_name: "QL"
version: 0.0.1
column_kind: "utf8"
legacy_qltest_extraction: true
build_modes:
- none
github_api_languages:
- CodeQL
scc_languages:
Expand Down
2 changes: 2 additions & 0 deletions ruby/codeql-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ display_name: "Ruby"
version: 0.1.0
column_kind: "utf8"
legacy_qltest_extraction: true
build_modes:
- none
github_api_languages:
- Ruby
scc_languages:
Expand Down
3 changes: 3 additions & 0 deletions swift/codeql-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ display_name: "Swift"
version: 0.1.0
column_kind: "utf8"
legacy_qltest_extraction: true
build_modes:
- autobuild
- manual
github_api_languages:
- Swift
scc_languages:
Expand Down

0 comments on commit 23921af

Please sign in to comment.