Chore: Bump versions #136
staticcheck.yml
on: pull_request
detect-noop
5s
check
7m 46s
Annotations
4 errors and 2 warnings
check:
pkg/server/interfaces/api/addon.go#L138
G601: Implicit memory aliasing in for loop. (gosec)
|
check:
pkg/server/domain/service/application.go#L2020
G601: Implicit memory aliasing in for loop. (gosec)
|
check:
pkg/server/domain/service/application.go#L1672
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
|
check
Process completed with exit code 2.
|
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|