initial update #4
Annotations
1 error and 3 warnings
|
entrypoint.sh#L23
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./entrypoint.sh:23:7:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
entrypoint.sh#L23
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
entrypoint.sh:23:- ${INPUT_REVIEWDOG_FLAGS}
entrypoint.sh:23:+ "${INPUT_REVIEWDOG_FLAGS}"
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haya14busa/action-cond@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading