Skip to content

Commit cc9f05b

Browse files
committed
Replaced tags with pinned sha for build-asciidoctor GH action
1 parent 8d5eb6a commit cc9f05b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-asciidoc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,19 @@ jobs:
1010
name: Asciidoctoring the docs to pretty HTML!
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3
1414
- name: Get build container
1515
id: adocbuild
16-
uses: tonynv/asciidoctor-action@28d076475809567f00d35696db08f8454d70eabb
16+
uses: tonynv/asciidoctor-action@28d076475809567f00d35696db08f8454d70eabb # pin@28d076475809567f00d35696db08f8454d70eabb
1717
with:
1818
program: "asciidoctor --backend=html5 -D docs -r asciidoctor-diagram docs/reference/*.adoc"
1919
# asciidoctor --backend=html5 -D output docs/reference/developer-documentation.adoc
2020
#program: "asciidoctor -D ./docs --backend=html5 -R ./docs"
2121
# -a stylesheet=style.css
2222
# && echo 'docs..io' > docs/CNAME"
2323
- name: Deploy docs to ghpages
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 # pin@v3
2525
with:
2626
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
2727
publish_branch: gh-pages
2828
publish_dir: ./docs
29-

0 commit comments

Comments
 (0)