fix(helm-update-chart): use VALUES_KEY for template file paths instead of COMP_NAME #104
self-pr-validation.yml
on: pull_request
Detect Changed Files
5s
validation
/
Skip if Draft
4s
YAML Lint
5s
Action Lint
11s
Pinned Actions Check
5s
Markdown Link Check
0s
Spelling Check
7s
Shell Check
5s
README Check
6s
Composite Schema Lint
0s
CodeQL Analysis
45s
validation
/
Validate Source Branch
4s
validation
/
Validate PR Title
6s
validation
/
Check PR Size
9s
validation
/
Check PR Description
5s
validation
/
Auto-label PR
7s
validation
/
Check Assignee
6s
validation
/
Check Linked Issues
5s
validation
/
Check Changelog Update
Lint Report
8s
validation
/
...
/
Send Notification
7s
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.
|