File tree 2 files changed +5
-6
lines changed 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,19 @@ jobs:
10
10
name : Asciidoctoring the docs to pretty HTML!
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@ v3
14
14
- name : Get build container
15
15
id : adocbuild
16
- uses : avattathil /asciidoctor-action@master
16
+ uses : tonynv /asciidoctor-action@28d076475809567f00d35696db08f8454d70eabb # pin@28d076475809567f00d35696db08f8454d70eabb
17
17
with :
18
18
program : " asciidoctor --backend=html5 -D docs -r asciidoctor-diagram docs/reference/*.adoc"
19
19
# asciidoctor --backend=html5 -D output docs/reference/developer-documentation.adoc
20
20
# program: "asciidoctor -D ./docs --backend=html5 -R ./docs"
21
21
# -a stylesheet=style.css
22
22
# && echo 'docs..io' > docs/CNAME"
23
23
- name : Deploy docs to ghpages
24
- uses : peaceiris/actions-gh-pages@v3
24
+ uses : peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 # pin@ v3
25
25
with :
26
26
deploy_key : ${{ secrets.ACTIONS_DEPLOY_KEY }}
27
27
publish_branch : gh-pages
28
28
publish_dir : ./docs
29
-
Original file line number Diff line number Diff line change 9
9
check-license-lines :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@ v3
13
13
- name : Check License Lines
14
-
14
+ uses : kt3k/license_checker@d12a6d90c58e30fefed09f2c4d03ba57f4c673a8 # pin@ v1.0.6
You can’t perform that action at this time.
0 commit comments