upstream tracker: agave release schedules + feature gates #460
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (1)
.github/workflows/upstream-tracker.yml|53 col 9| shellcheck reported issue in this script: SC1003:info:9:56: Want to escape a single quote? echo 'This is how it'''s done' [shellcheck]
Filtered Findings (15)
.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:18: 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:17: 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]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:21: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:22: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:23: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:25: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:26: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:27: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:29: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:30: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:31: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:32:32: Double quote to prevent globbing and word splitting [shellcheck]
Annotations
Check failure on line 53 in .github/workflows/upstream-tracker.yml
github-actions / actionlint
[actionlint] .github/workflows/upstream-tracker.yml#L53
shellcheck reported issue in this script: SC1003:info:9:56: Want to escape a single quote? echo 'This is how it'\''s done' [shellcheck]
Raw output
.github/workflows/upstream-tracker.yml:53:9: shellcheck reported issue in this script: SC1003:info:9:56: Want to escape a single quote? echo 'This is how it'\''s done' [shellcheck]