Skip to content

Commit 67dd301

Browse files
committed
Docs: Add language guide structure for Actions
1 parent 4207322 commit 67dd301

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
.. _codeql-for-actions:
3+
4+
CodeQL for GitHub Actions
5+
===============
6+
7+
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from GitHub Actions code.
8+
9+
.. toctree::
10+
:hidden:
11+
12+
codeql-library-for-actions
13+
customizing-library-models-for-actions
14+
15+
- :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.
16+
17+
- :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.

docs/codeql/codeql-language-guides/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
77

88
.. toctree::
99

10+
codeql-for-actions
1011
codeql-for-cpp
1112
codeql-for-csharp
1213
codeql-for-go

0 commit comments

Comments
 (0)