Chore: EC2 and EKS migration v2 #7328
codeql-analysis.yaml
on: pull_request
Analyze Go
40s
Analyze Github Actions
1m 24s
Annotations
10 errors and 2 warnings
Analyze Go:
pkg/providers/instancetype/types.go#L263
undefined: aws.StringValue
|
Analyze Go:
pkg/providers/instancetype/types.go#L265
undefined: aws.Int64Value
|
Analyze Go:
pkg/providers/instancetype/types.go#L414
cannot use *neuronDevice.Count * *neuronCorePerDevice (value of type int32) as int64 value in assignment
|
Analyze Go:
pkg/providers/instancetype/types.go#L423
invalid operation: count += *device.Count (mismatched types int64 and int32)
|
Analyze Go:
pkg/fake/zz_generated.describe_instance_types.go#L271
cannot use aws.String("inf2.24xlarge") (value of type *string) as "github.com/aws/aws-sdk-go-v2/service/ec2/types".InstanceType value in struct literal
|
Analyze Go:
pkg/fake/zz_generated.describe_instance_types.go#L272
cannot use aws.StringSlice([]string{…}) (value of type []*string) as []"github.com/aws/aws-sdk-go-v2/service/ec2/types".UsageClassType value in struct literal
|
Analyze Go:
pkg/fake/zz_generated.describe_instance_types.go#L273
cannot use aws.StringSlice([]string{…}) (value of type []*string) as []"github.com/aws/aws-sdk-go-v2/service/ec2/types".VirtualizationType value in struct literal
|
Analyze Go:
pkg/fake/zz_generated.describe_instance_types.go#L276
cannot use aws.String("nitro") (value of type *string) as "github.com/aws/aws-sdk-go-v2/service/ec2/types".InstanceTypeHypervisor value in struct literal
|
Analyze Go:
pkg/fake/zz_generated.describe_instance_types.go#L277
undefined: ec2.ProcessorInfo
|
Analyze Go:
pkg/fake/zz_generated.describe_instance_types.go#L281
undefined: ec2.VCpuInfo
|
Analyze Go
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Analyze Github Actions
The following actions use a deprecated Node.js version and will be forced to run on node20: github/codeql-action/init@df32e399139a3050671466d7d9b3cbacc1cfd034, github/codeql-action/analyze@df32e399139a3050671466d7d9b3cbacc1cfd034. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|