We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91c96ad + 771425e commit 2484941Copy full SHA for 2484941
.github/workflows/generate-query-help-docs.yml
@@ -8,6 +8,7 @@ on:
8
- 'lgtm.com'
9
pull_request:
10
paths:
11
+ - '.github/workflows/generate-query-help-docs.yml'
12
- 'docs/codeql/query-help/**'
13
14
jobs:
@@ -43,7 +44,7 @@ jobs:
43
44
run: |
45
PATH="$PATH:codeql-cli/codeql" python codeql/docs/codeql/query-help-markdown.py
46
- name: Run Sphinx for query help
- uses: ammaraskar/sphinx-action@master
47
+ uses: ammaraskar/sphinx-action@8b4f60114d7fd1faeba1a712269168508d4750d2 # v0.4
48
with:
49
docs-folder: "query-help/"
50
pre-build-command: "python -m pip install --upgrade recommonmark"
0 commit comments