This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
chore: modify workflows script #45
Annotations
3 errors and 1 warning
Analyze (go)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
Analyze (go)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
Analyze (go)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Failure invoking /opt/hostedtoolcache/CodeQL/2.15.0/x64/codeql/go/tools/autobuild.sh with arguments .
Exit code 1 and error was:
2023/10/24 12:49:01 Autobuilder was built with go1.20.8, environment has go1.20.10
2023/10/24 12:49:01 LGTM_SRC is /home/runner/work/OPQBot/OPQBot
2023/10/24 12:49:01 Found go.mod, enabling go modules
go: downloading github.com/mcoo/requests v0.0.2
go: downloading github.com/antonfisher/nested-logrus-formatter v1.3.1
go: downloading github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading github.com/dop251/goja v0.0.0-20210427212725-462d53687b0d
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading golang.org/x/sys v0.6.0
go: downloading github.com/stretchr/testify v1.8.2
go: downloading github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91
go: downloading golang.org/x/text v0.3.6
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/go-sourcemap/sourcemap v2.1.3+incompatible
2023/10/24 12:49:07 We have run `go mod tidy -e` and it altered go.sum. You may wish to check these changes into version control.
2023/10/24 12:49:07 Import path is 'github.com/opq-osc/OPQBot'
2023/10/24 12:49:07 Build failed, continuing to install dependencies.
2023/10/24 12:49:07 Installing dependencies using `go get -v ./...` in `.`.
2023/10/24 12:49:08 Running extractor command '/opt/hostedtoolcache/CodeQL/2.15.0/x64/codeql/go/tools/linux64/go-extractor [./...]' from directory '.'.
2023/10/24 12:49:08 Build flags: ''; patterns: './...'
2023/10/24 12:49:08 Running packages.Load.
2023/10/24 12:49:08 Error running go tooling: err: exit status 1: stderr: reading go.work: /home/runner/work/OPQBot/OPQBot/go.work:1: invalid go version '1.21.3': must match format 1.23
2023/10/24 12:49:08 Extraction failed: exit status 1
|
Analyze (go)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, github/codeql-action/init@v1, github/codeql-action/autobuild@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|