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
+13-11
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,22 @@ inputs:
18
18
required: false
19
19
build-mode:
20
20
description: >-
21
-
[Experimental, for internal testing only] The build mode that will be used to analyze the language.
22
-
This input is only available in single-language analyses.
21
+
The build mode that will be used to analyze the language. This input is only available when
22
+
analyzing a single CodeQL language per job, for example using a matrix.
23
23
24
24
Available build modes will differ based on the language being analyzed. One of:
25
25
26
-
- none: The database will be created without building the source code.
27
-
Available for all interpreted languages and some compiled languages.
28
-
- autobuild: The database will be created by attempting to automatically build the source code.
29
-
To use this build mode, ensure that your workflow calls the `autobuild` action
30
-
between the `init` and `analyze` steps.
31
-
Available for all compiled languages.
32
-
- manual: The database will be created by building the source code using a manually specified
33
-
build command. To use this build mode, specify manual build steps in your workflow
34
-
between the `init` and `analyze` steps. Available for all compiled languages.
26
+
- `none`: The database will be created without building the source code.
27
+
Available for all interpreted languages and some compiled languages.
28
+
- `autobuild`: The database will be created by attempting to automatically build the source
29
+
code.
30
+
To use this build mode, ensure that your workflow calls the `autobuild` action
31
+
between the `init` and `analyze` steps.
32
+
Available for all compiled languages.
33
+
- `manual`: The database will be created by building the source code using a manually
34
+
specified build command. To use this build mode, specify manual build steps in
35
+
your workflow between the `init` and `analyze` steps. Available for all
36
+
compiled languages.
35
37
required: false
36
38
token:
37
39
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