<!--
<<< Author notes: Course header >>>
Read <https://skills.github.com/quickstart> for more information about how to build courses using this template.
Include a 1280×640 image, course name in sentence case, and a concise description in emphasis.
In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.
Next to "About", add description & tags; disable releases, packages, & environments.
Add your open source license, GitHub uses the MIT license.
-->
# Enable CodeQL to secure your source code
_Ensuring the security of application source code is a critical step in modern software development. In this GitHub Skills course, you will learn to use GitHub code scanning to identify, resolve, and prevent insecure coding patterns._
</header>
<!--
<<< Author notes: Step 2 >>>
Start this step by acknowledging the previous step.
Define terms and link to docs.github.com.
TBD-step-2-notes.
-->
We'd like to provide a learning repo/course for the book.
An example is the GitHub course-repo on CodeQL: https://github.com/skills/introduction-to-codeql.
Tech analysis
$ find . -type f | grep -v '/\.git/'There is a
.github/stepsdirectory interrelated to the expected.github/workflowsdirectory.There are also "magic" sections of
README.md, such as the top:Refs