Skip to content

fix(helm-update-chart): use VALUES_KEY for template file paths instead of COMP_NAME #104

fix(helm-update-chart): use VALUES_KEY for template file paths instead of COMP_NAME

fix(helm-update-chart): use VALUES_KEY for template file paths instead of COMP_NAME #104

Triggered via pull request March 25, 2026 17:26
Status Failure
Total duration 1m 4s
Artifacts

self-pr-validation.yml

on: pull_request
validation  /  Skip if Draft
4s
validation / Skip if Draft
YAML Lint
5s
YAML Lint
Action Lint
11s
Action Lint
Pinned Actions Check
5s
Pinned Actions Check
Markdown Link Check
0s
Markdown Link Check
Spelling Check
7s
Spelling Check
Shell Check
5s
Shell Check
README Check
6s
README Check
Composite Schema Lint
0s
Composite Schema Lint
CodeQL Analysis
45s
CodeQL Analysis
validation  /  Validate Source Branch
4s
validation / Validate Source Branch
validation  /  Validate PR Title
6s
validation / Validate PR Title
validation  /  Check PR Size
9s
validation / Check PR Size
validation  /  Check PR Description
5s
validation / Check PR Description
validation  /  Auto-label PR
7s
validation / Auto-label PR
validation  /  Check Assignee
6s
validation / Check Assignee
validation  /  Check Linked Issues
5s
validation / Check Linked Issues
validation  /  Check Changelog Update
validation / Check Changelog Update
validation  /  PR Checks Summary
5s
validation / PR Checks Summary
validation  /  ...  /  Send Notification
7s
validation / Notify / Send Notification
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Shell Check
Process completed with exit code 1.
Shell Check
Found 2 shellcheck error(s) in run: blocks.
Pinned Actions Check
Process completed with exit code 1.
Pinned Actions Check
Found 2 unpinned external action(s). Pin to a final release version (vX or vX.Y.Z).
Pinned Actions Check: .github/workflows/helm-update-chart.yml#L202
Unpinned action found: uses: mikefarah/yq@5a7e72a743649b1b3a47d1a1d8214f3453173c51
Pinned Actions Check: .github/workflows/helm-update-chart.yml#L164
Unpinned action found: uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd
Action Lint
❌ [actionlint] The command ran successfully and some problem was found (found 0 errors, linted 0 files), exit code: 1
Action Lint: .github/workflows/helm-update-chart.yml#L478
shellcheck reported issue in this script: SC2129:style:6:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects
Action Lint: .github/workflows/helm-update-chart.yml#L478
shellcheck reported issue in this script: SC2129:style:19:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects
Action Lint: .github/workflows/helm-update-chart.yml#L417
shellcheck reported issue in this script: SC2034:warning:4:1: COMMIT_MSG appears unused. Verify use (or export if used externally)
validation / Check Assignee
This PR has no assignees. Consider assigning someone to review.
Shell Check: .github/workflows/helm-update-chart.yml#L0
Step "Push branch and create PR" (script line 4): [SC2034] COMMIT_MSG appears unused. Verify use (or export if used externally).
Shell Check: .github/workflows/helm-update-chart.yml#L0
Step "Build scripts" (script line 1): [SC2164] Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
validation / Check PR Description
PR description is missing recommended sections: Description, Type of Change
CodeQL Analysis
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
CodeQL Analysis
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.