Skip to content

Commit

Permalink
Update docs for build-mode: autobuild
Browse files Browse the repository at this point in the history
The `autobuild` Action is no longer needed or recommended.
  • Loading branch information
henrymercer committed May 15, 2024
1 parent 7fd4900 commit 9f32769
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f32769

Please sign in to comment.