Skip to content

fixing naming + removing extra cloned repo #11

fixing naming + removing extra cloned repo

fixing naming + removing extra cloned repo #11

GitHub Actions / actionlint failed Feb 9, 2024 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (3)

.github/workflows/dependency-updates.yml|60 col 9| shellcheck reported issue in this script: SC2086:info:3:6: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/dependency-updates.yml|60 col 9| shellcheck reported issue in this script: SC2287:error:5:1: This is interpreted as a command name ending with '/'. Double check syntax [shellcheck]
.github/workflows/dependency-updates.yml|69 col 9| shellcheck reported issue in this script: SC2086:info:3:6: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (2)

.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]

Annotations

Check failure on line 60 in .github/workflows/dependency-updates.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/dependency-updates.yml#L60

shellcheck reported issue in this script: SC2086:info:3:6: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/dependency-updates.yml:60:9: shellcheck reported issue in this script: SC2086:info:3:6: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 60 in .github/workflows/dependency-updates.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/dependency-updates.yml#L60

shellcheck reported issue in this script: SC2287:error:5:1: This is interpreted as a command name ending with '/'. Double check syntax [shellcheck]
Raw output
.github/workflows/dependency-updates.yml:60:9: shellcheck reported issue in this script: SC2287:error:5:1: This is interpreted as a command name ending with '/'. Double check syntax [shellcheck]

Check failure on line 69 in .github/workflows/dependency-updates.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/dependency-updates.yml#L69

shellcheck reported issue in this script: SC2086:info:3:6: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/dependency-updates.yml:69:9: shellcheck reported issue in this script: SC2086:info:3:6: Double quote to prevent globbing and word splitting [shellcheck]