Skip to content

PR #1367

PR #1367 #1390

GitHub Actions / actionlint failed Oct 17, 2025 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (1)

.github/workflows/publish-df-sdk.yml|34 col 9| shellcheck reported issue in this script: SC2086:info:2:23: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (6)

.github/workflows/soak.yml|61 col 30| property "get_projectserum_version" is not defined in object type {} [expression]
.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: 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:18: 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:21:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Annotations

Check failure on line 34 in .github/workflows/publish-df-sdk.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/publish-df-sdk.yml#L34

shellcheck reported issue in this script: SC2086:info:2:23: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/publish-df-sdk.yml:34:9: shellcheck reported issue in this script: SC2086:info:2:23: Double quote to prevent globbing and word splitting [shellcheck]