@@ -25,14 +25,14 @@ jobs:
25
25
org : philips-labs
26
26
27
27
- name : Checkout with GITHUB Action token
28
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
28
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
29
29
with :
30
30
token : ${{ steps.app.outputs.token }}
31
31
32
32
# use an app to ensure CI is triggered
33
33
- name : Generate TF docs
34
34
if : github.repository_owner == 'philips-labs'
35
- uses : terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # ratchet:terraform-docs/gh-actions@v1.1 .0
35
+ uses : terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # ratchet:terraform-docs/gh-actions@v1.2 .0
36
36
with :
37
37
find-dir : .
38
38
git-commit-message : " docs: auto update terraform docs"
42
42
43
43
- name : Generate TF docs (forks)
44
44
if : github.repository_owner != 'philips-labs'
45
- uses : terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # ratchet:terraform-docs/gh-actions@v1.1 .0
45
+ uses : terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # ratchet:terraform-docs/gh-actions@v1.2 .0
46
46
with :
47
47
find-dir : .
48
48
git-commit-message : " docs: auto update terraform docs"
51
51
# change docs via PR in case of locked main branch
52
52
- name : Create Pull Request (main branch only)
53
53
if : github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs'
54
- uses : peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # ratchet:peter-evans/create-pull-request@v6.0.5
54
+ uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # ratchet:peter-evans/create-pull-request@v6.1.0
55
55
with :
56
56
token : ${{ secrets.GITHUB_TOKEN }}
57
57
commit-message : " docs: auto update terraform docs"
65
65
needs : [docs]
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
68
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
69
69
- name : Configure Git Credentials
70
70
run : |
71
71
git config user.name github-actions[bot]
0 commit comments