2323 run : echo "GITHUB_ORG=${GITHUB_REPOSITORY%%/*}" >> $GITHUB_ENV
2424
2525 - name : Checkout master
26- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 with :
2828 ref : master
2929
4040 run : git push origin HEAD:${NEW_BRANCH}
4141
4242 - name : Checkout new branch
43- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 with :
4545 ref : ${{ env.NEW_BRANCH }}
4646
8181 yq -i '.annotations."artifacthub.io/changes" = ""' helm/defectdojo/Chart.yaml
8282
8383 - name : Run helm-docs
84- uses : losisin/helm-docs-github-action@a57fae5676e4c55a228ea654a1bcaec8dd3cf5b5 # v1.6.2
84+ uses : losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1
8585 with :
8686 chart-search-root : " helm/defectdojo"
8787
@@ -115,7 +115,7 @@ jobs:
115115 run : echo "GITHUB_ORG=${GITHUB_REPOSITORY%%/*}" >> $GITHUB_ENV
116116
117117 - name : Checkout master
118- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
118+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119119 with :
120120 ref : master
121121
@@ -132,7 +132,7 @@ jobs:
132132 run : git push origin HEAD:${NEW_BRANCH}
133133
134134 - name : Checkout new branch
135- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
135+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136136 with :
137137 ref : ${{ env.NEW_BRANCH }}
138138
@@ -157,7 +157,7 @@ jobs:
157157 yq -i '.annotations."artifacthub.io/changes" = ""' helm/defectdojo/Chart.yaml
158158
159159 - name : Run helm-docs
160- uses : losisin/helm-docs-github-action@a57fae5676e4c55a228ea654a1bcaec8dd3cf5b5 # v1.6.2
160+ uses : losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1
161161 with :
162162 chart-search-root : " helm/defectdojo"
163163
0 commit comments