3838 with :
3939 version : 3.14.0 # renovate: datasource=github-releases depName=helm/chart-testing
4040 yamale_version : 6.1.0 # renovate: datasource=pypi depName=yamale versioning=semver
41- yamllint_version : 1.37.1 # renovate: datasource=pypi depName=yamllint versioning=semver
41+ yamllint_version : 1.38.0 # renovate: datasource=pypi depName=yamllint versioning=semver
4242
4343 - name : Determine target branch
4444 id : ct-branch-target
@@ -129,14 +129,14 @@ jobs:
129129 git commit -m "ci: update Chart annotations from PR #${{ github.event.pull_request.number }}" || echo "No changes to commit"
130130
131131 - name : Run helm-docs (update)
132- uses : losisin/helm-docs-github-action@a57fae5676e4c55a228ea654a1bcaec8dd3cf5b5 # v1.6.2
132+ uses : losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1
133133 if : startsWith(github.head_ref, 'renovate/') || startsWith(github.head_ref, 'dependabot/')
134134 with :
135135 chart-search-root : " helm/defectdojo"
136136 git-push : true
137137
138138 - name : Run helm-docs (check)
139- uses : losisin/helm-docs-github-action@a57fae5676e4c55a228ea654a1bcaec8dd3cf5b5 # v1.6.2
139+ uses : losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1
140140 if : ${{ !(startsWith(github.head_ref, 'renovate/') || startsWith(github.head_ref, 'dependabot/')) }}
141141 with :
142142 fail-on-diff : true
@@ -155,7 +155,7 @@ jobs:
155155 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
156156
157157 - name : Generate values schema json
158- uses : losisin/helm-values-schema-json-action@f3517c55537e26953c8a11be7549ea908990130d # v2.3.2
158+ uses : losisin/helm-values-schema-json-action@b0c5e688b224ce7c36fcf005184f1105850d8f3b # v2.4.1
159159 with :
160160 fail-on-diff : true
161161 working-directory : " helm/defectdojo"
0 commit comments