Skip to content

Commit 38ab87e

Browse files
authored
Actions: Pin to fixed version of Sphinx Action
Better for security to fix the commit SHA of the external Action, rather than specifying a branch or tag.
1 parent 91c96ad commit 38ab87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
PATH="$PATH:codeql-cli/codeql" python codeql/docs/codeql/query-help-markdown.py
4545
- name: Run Sphinx for query help
46-
uses: ammaraskar/sphinx-action@master
46+
uses: ammaraskar/sphinx-action@8b4f60114d7fd1faeba1a712269168508d4750d2 # v0.4
4747
with:
4848
docs-folder: "query-help/"
4949
pre-build-command: "python -m pip install --upgrade recommonmark"

0 commit comments

Comments
 (0)