Merge pull request #2293 from github/henrymercer/update-build-mode-autobuild-docs

Update docs for `build-mode: autobuild`
This commit is contained in:
Henry Mercer 2024-05-15 15:48:44 +01:00 committed by GitHub
commit 0d9161ca1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,10 +36,7 @@ inputs:
- `none`: The database will be created without building the source code.
Available for all interpreted languages and some compiled languages.
- `autobuild`: The database will be created by attempting to automatically build the source
code.
To use this build mode, ensure that your workflow calls the `autobuild` action
between the `init` and `analyze` steps.
Available for all compiled languages.
code. Available for all compiled languages.
- `manual`: The database will be created by building the source code using a manually
specified build command. To use this build mode, specify manual build steps in
your workflow between the `init` and `analyze` steps. Available for all