Skip to content

fix: [codegeex] optimized efficiency and functionality #113

fix: [codegeex] optimized efficiency and functionality

fix: [codegeex] optimized efficiency and functionality #113

Triggered via pull request October 17, 2024 07:01
@LiHua000LiHua000
opened #948
Status Success
Total duration 6m 36s
Artifacts

call-static-check.yml

on: pull_request_target
static-check  /  static-check
6m 25s
static-check / static-check
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
static-check / static-check: src/plugins/codegeex/codegeex/askapi.h#L109
Parameter 'url' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
static-check / static-check: src/plugins/codegeex/codegeex/askapi.h#L114
Parameter 'url' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
static-check / static-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, ActionsTools/read-json-action@main, ryaugusta/pr-add-reviewers-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/