Skip to content

Commit 23921af

Browse files
authored
Merge pull request github#15532 from github/henrymercer/add-build-modes
Add supported build modes to extractor metadata
2 parents ebefcb8 + e71f0fc commit 23921af

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

csharp/codeql-extractor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ version: 1.22.1
66
column_kind: "utf16"
77
extra_env_vars:
88
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
9+
build_modes:
10+
- autobuild
11+
- manual
912
github_api_languages:
1013
- C#
1114
scc_languages:

go/codeql-extractor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ pull_request_triggers:
66
- "**/glide.yaml"
77
- "**/Gopkg.toml"
88
column_kind: "utf8"
9+
build_modes:
10+
- autobuild
11+
- manual
912
github_api_languages:
1013
- Go
1114
scc_languages:

ql/codeql-extractor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ display_name: "QL"
33
version: 0.0.1
44
column_kind: "utf8"
55
legacy_qltest_extraction: true
6+
build_modes:
7+
- none
68
github_api_languages:
79
- CodeQL
810
scc_languages:

ruby/codeql-extractor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ display_name: "Ruby"
33
version: 0.1.0
44
column_kind: "utf8"
55
legacy_qltest_extraction: true
6+
build_modes:
7+
- none
68
github_api_languages:
79
- Ruby
810
scc_languages:

swift/codeql-extractor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ display_name: "Swift"
33
version: 0.1.0
44
column_kind: "utf8"
55
legacy_qltest_extraction: true
6+
build_modes:
7+
- autobuild
8+
- manual
69
github_api_languages:
710
- Swift
811
scc_languages:

0 commit comments

Comments
 (0)