Skip to content

Merge pull request #50 from reviewdog/renovate/actions-checkout-4.x #133

Merge pull request #50 from reviewdog/renovate/actions-checkout-4.x

Merge pull request #50 from reviewdog/renovate/actions-checkout-4.x #133

GitHub Actions / shellcheck completed Sep 6, 2023 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (3)

entrypoint.sh|2 col 9| In POSIX sh, set option pipefail is undefined.
entrypoint.sh|17 col 42| Double quote to prevent globbing and word splitting.
entrypoint.sh|39 col 32| Double quote to prevent globbing and word splitting.

Filtered Findings (0)

Annotations

Check warning on line 2 in entrypoint.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] entrypoint.sh#L2 <ShellCheck.SC3040>

In POSIX sh, set option pipefail is undefined.
Raw output
./entrypoint.sh:2:9: warning: In POSIX sh, set option pipefail is undefined. (ShellCheck.SC3040)

Check notice on line 17 in entrypoint.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] entrypoint.sh#L17 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./entrypoint.sh:17:42: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 39 in entrypoint.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] entrypoint.sh#L39 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./entrypoint.sh:39:32: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)