Skip to content

fix: Command execution rectification #583

fix: Command execution rectification

fix: Command execution rectification #583

Triggered via pull request September 2, 2024 08:19
@myk1343myk1343
opened #512
Status Success
Total duration 1m 8s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
cppcheck: src/main.cpp#L145
Parameter 'cmd' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cppcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/