Skip to content
GitHub Actions / actionlint failed Jun 5, 2024 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (7)

.github/workflows/e2e_custom_cl.yml|50 col 3| job "solana-test-image-exists" needs job "get_solana_sha" which does not exist in this workflow [job-needs]
.github/workflows/e2e_custom_cl.yml|68 col 20| property "get_solana_sha" is not defined in object type {} [expression]
.github/workflows/e2e_custom_cl.yml|136 col 14| label "ubuntu22.04-16cores-64GB" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-22.04", "ubuntu-20.04", "macos-latest", "macos-latest-xl", "macos-latest-xlarge", "macos-latest-large", "macos-14-xl", "macos-14-xlarge", "macos-14-large", "macos-14", "macos-14.0", "macos-13-xl", "macos-13-xlarge", "macos-13-large", "macos-13", "macos-13.0", "macos-12-xl", "macos-12-xlarge", "macos-12-large", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows", "ubuntu-latest-4cores-16GB", "ubuntu-latest-8cores-32GB", "ubuntu-latest-16cores-64GB", "ubuntu-latest-32cores-128GB", "ubuntu-latest-64cores-256GB". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
.github/workflows/e2e_custom_cl.yml|146 col 14| property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]
.github/workflows/e2e_custom_cl.yml|157 col 14| property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]
.github/workflows/e2e_custom_cl.yml|163 col 14| property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]
.github/workflows/e2e_custom_cl.yml|172 col 13| property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]

Filtered Findings (9)

.github/workflows/sonar-scan.yml|94 col 9| shellcheck reported issue in this script: SC2185:info:5:41: Some finds don't have a default path. Specify '.' explicitly [shellcheck]
.github/workflows/sonar-scan.yml|94 col 9| shellcheck reported issue in this script: SC2086:info:5:99: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2129:style:11:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:11:21: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:12:17: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:13:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:15:23: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:16:19: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:17:15: Double quote to prevent globbing and word splitting [shellcheck]

Annotations

Check failure on line 50 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L50

job "solana-test-image-exists" needs job "get_solana_sha" which does not exist in this workflow [job-needs]
Raw output
.github/workflows/e2e_custom_cl.yml:50:3: job "solana-test-image-exists" needs job "get_solana_sha" which does not exist in this workflow [job-needs]

Check failure on line 68 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L68

property "get_solana_sha" is not defined in object type {} [expression]
Raw output
.github/workflows/e2e_custom_cl.yml:68:20: property "get_solana_sha" is not defined in object type {} [expression]

Check failure on line 136 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L136

label "ubuntu22.04-16cores-64GB" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-22.04", "ubuntu-20.04", "macos-latest", "macos-latest-xl", "macos-latest-xlarge", "macos-latest-large", "macos-14-xl", "macos-14-xlarge", "macos-14-large", "macos-14", "macos-14.0", "macos-13-xl", "macos-13-xlarge", "macos-13-large", "macos-13", "macos-13.0", "macos-12-xl", "macos-12-xlarge", "macos-12-large", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows", "ubuntu-latest-4cores-16GB", "ubuntu-latest-8cores-32GB", "ubuntu-latest-16cores-64GB", "ubuntu-latest-32cores-128GB", "ubuntu-latest-64cores-256GB". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
Raw output
.github/workflows/e2e_custom_cl.yml:136:14: label "ubuntu22.04-16cores-64GB" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-22.04", "ubuntu-20.04", "macos-latest", "macos-latest-xl", "macos-latest-xlarge", "macos-latest-large", "macos-14-xl", "macos-14-xlarge", "macos-14-large", "macos-14", "macos-14.0", "macos-13-xl", "macos-13-xlarge", "macos-13-large", "macos-13", "macos-13.0", "macos-12-xl", "macos-12-xlarge", "macos-12-large", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows", "ubuntu-latest-4cores-16GB", "ubuntu-latest-8cores-32GB", "ubuntu-latest-16cores-64GB", "ubuntu-latest-32cores-128GB", "ubuntu-latest-64cores-256GB". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]

Check failure on line 146 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L146

property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]
Raw output
.github/workflows/e2e_custom_cl.yml:146:14: property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]

Check failure on line 157 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L157

property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]
Raw output
.github/workflows/e2e_custom_cl.yml:157:14: property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]

Check failure on line 163 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L163

property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]
Raw output
.github/workflows/e2e_custom_cl.yml:163:14: property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]

Check failure on line 172 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L172

property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]
Raw output
.github/workflows/e2e_custom_cl.yml:172:13: property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]