Docs: Add language guide structure for Actions

This commit is contained in:
Aditya Sharad
2025-04-02 15:25:27 -07:00
parent 4207322719
commit 67dd301a37
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
.. _codeql-for-actions:
CodeQL for GitHub Actions
===============
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from GitHub Actions code.
.. toctree::
:hidden:
codeql-library-for-actions
customizing-library-models-for-actions
- :doc:`CodeQL library for GitHub Actions <codeql-library-for-actions>`: When you're analyzing a Ruby program, you can make use of the large collection of classes in the CodeQL library for GitHub Actions.
- :doc:`Customizing library models for GitHub Actions <customizing-library-models-for-actions>`: You can model frameworks and libraries that your codebase depends on using data extensions and publish them as CodeQL model packs.

View File

@@ -7,6 +7,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
.. toctree::
codeql-for-actions
codeql-for-cpp
codeql-for-csharp
codeql-for-go