File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ jobs:
26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
30
with :
31
31
submodules : recursive
32
32
33
33
- name : Setup Pages
34
34
id : pages
35
- uses : actions/configure-pages@v5
35
+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
36
36
37
37
- name : Upload artifact
38
- uses : actions/upload-pages-artifact@v3
38
+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
39
39
with :
40
40
path : docs/
41
41
48
48
steps :
49
49
- name : Deploy to GitHub Pages
50
50
id : deployment
51
- uses : actions/deploy-pages@v4
51
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
17
18
18
- name : Download swagger.json from tibiadata-api-go release
19
- uses : robinraju/release-downloader@v1.12
19
+ uses : robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
20
20
with :
21
21
repository : TibiaData/tibiadata-api-go
22
22
tag : ${{ github.event.client_payload.tag_name }}
43
43
echo "${contents}" > docs/swagger-dev.json
44
44
45
45
- name : Commit docs/swagger files to repo
46
- uses : EndBug/add-and-commit@v9
46
+ uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
47
47
with :
48
48
add : docs/swagger.json docs/swagger-dev.json
49
49
message : automatic update of docs/swagger files (release ${{ github.event.client_payload.tag_name }})
53
53
needs : update
54
54
steps :
55
55
- name : Trigger github-pages workflow
56
- uses : peter-evans/repository-dispatch@v3
56
+ uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
57
57
with :
58
58
event-type : tibiadata-api-docs-deploy
You can’t perform that action at this time.
0 commit comments