You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: init/action.yml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,20 @@ inputs:
10
10
description: |
11
11
A comma-separated value of the languages to be analysed e.g. python,javascript
12
12
required: false
13
+
build-mode:
14
+
description: >-
15
+
[Experimental, for internal testing only] The build mode that will be used to analyze the language.
16
+
This input is only available in single-language analyses.
17
+
18
+
Available build modes will differ based on the language being analyzed. One of:
19
+
20
+
- none: The database will be created without building the source code.
21
+
Available for all interpreted languages and some compiled languages.
22
+
- autobuild: The database will be created by attempting to automatically build the source code.
23
+
Available for all compiled languages.
24
+
- manual: The database will be created by building the source code using a manually specified
25
+
build command. Available for all compiled languages.
26
+
required: false
13
27
token:
14
28
description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.
0 commit comments