Skip to content

Commit 2484941

Browse files
authored
Merge pull request github#4770 from github/adityasharad/rc/pin-sphinx-version
Actions: Pin to fixed version of Sphinx Action
2 parents 91c96ad + 771425e commit 2484941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate-query-help-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'lgtm.com'
99
pull_request:
1010
paths:
11+
- '.github/workflows/generate-query-help-docs.yml'
1112
- 'docs/codeql/query-help/**'
1213

1314
jobs:
@@ -43,7 +44,7 @@ jobs:
4344
run: |
4445
PATH="$PATH:codeql-cli/codeql" python codeql/docs/codeql/query-help-markdown.py
4546
- name: Run Sphinx for query help
46-
uses: ammaraskar/sphinx-action@master
47+
uses: ammaraskar/sphinx-action@8b4f60114d7fd1faeba1a712269168508d4750d2 # v0.4
4748
with:
4849
docs-folder: "query-help/"
4950
pre-build-command: "python -m pip install --upgrade recommonmark"

0 commit comments

Comments
 (0)