Skip to content

feat: cron job to parse nippon mutual funds #12

feat: cron job to parse nippon mutual funds

feat: cron job to parse nippon mutual funds #12

Re-run triggered November 4, 2024 17:34
Status Failure
Total duration 1m 5s
Artifacts

static-analysis.yml

on: pull_request
Static Code Analysis
47s
Static Code Analysis
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Static Code Analysis: utils/helpers/helpers.go#L6
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
Static Code Analysis: controllers/file_controller.go#L7
found packages services (file_service.go) and main (parse_service.go) in /home/runner/work/stock-backend/stock-backend/services (compile)
Static Code Analysis
Process completed with exit code 1.
Static Code Analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/