Skip to content

Commit f5f7201

Browse files
committed
copy edits to step 2
1 parent 9d1f847 commit f5f7201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/steps/2-codeql-autobuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_Nice work! :tada: You modified your workflow to use a language matrix!_
44

5-
With the language matrix specified we can see the languages that we want to scan. One of those languages is a compiled language, and as such will not work correctly with how we have the workflow set up. We need to make sure that the autobuild step is included _and_ only runs when it is needed.
5+
With the language matrix specified we can see the languages we want to scan. One of those languages is a compiled language, and as such, will not work correctly with how we have the workflow set up. We need to make sure the autobuild step is included _and_ only runs when it is needed.
66

77
Autobuild for CodeQL is a feature that automatically attempts to build any compiled languages in your repository. It works by detecting the build system in your repository and executing the appropriate commands to compile the code, enabling CodeQL to analyze the compiled language.
88

0 commit comments

Comments
 (0)