1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/data/reusables/code-scanning/autobuild-add-build-steps.md
Ethan Palm 3557db40b8 Document CodeQL tracing behavior for Go (#19325)
* Update reusables

* Add reviewer feedback

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2021-05-14 09:56:52 -04:00

2 lines
303 B
Markdown

If the C/C++, C#, or Java code in your repository has a non-standard build process, `autobuild` may fail. You will need to remove the `autobuild` step from the workflow, and manually add build steps. If you want to specify which Go files in your repository to extract, you will need to add build steps.