openwisp / openwisp-config

OpenWRT configuration agent for OpenWISP Controller
https://openwisp.io/docs/stable/openwrt-config-agent/
GNU General Public License v3.0
374 stars 59 forks source link

[ci] Added dependabot and upgraded GitHub actions #219

Closed pandafy closed 2 months ago

pandafy commented 2 months ago

Checklist

github-actions[bot] commented 2 months ago

sh-checker report

To get the full details, please check in the job output.

shellcheck errors ``` 'shellcheck ' returned error 1 finding the following syntactical issues: ---------- In openwisp_agent line 693: return $result ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: return "$result" For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... ---------- You can address the above issues in one of three ways: 1. Manually correct the issue in the offending shell script; 2. Disable specific issues by adding the comment: # shellcheck disable=NNNN above the line that contains the issue, where NNNN is the error code; 3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file. ```
shfmt errors ``` 'shfmt ' found no issues. ```