Skip to content

chore(deps): update all minor aws dependencies (minor) #860

chore(deps): update all minor aws dependencies (minor)

chore(deps): update all minor aws dependencies (minor) #860

Triggered via pull request July 15, 2024 20:26
Status Failure
Total duration 2m 8s
Artifacts

codecov.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: aws/cognito/getter.go#L18
cannot use 50 (untyped int constant) as *int32 value in struct literal
build: aws/cognito/getter.go#L51
cannot use 50 (untyped int constant) as *int32 value in struct literal
build: aws/s3/getter.go#L69
invalid operation: resp != nil && resp.PublicAccessBlockConfiguration != nil && resp.PublicAccessBlockConfiguration.BlockPublicAcls (mismatched types untyped bool and *bool)
build: aws/rds/rdsAutoUpgrade.go#L12
invalid operation: operator ! not defined on instance.AutoMinorVersionUpgrade (variable of type *bool)
build: aws/rds/rdsBackup.go#L12
invalid operation: instance.BackupRetentionPeriod == 0 (mismatched types *int32 and untyped int)
build: aws/rds/rdsClusterAutoUpgrade.go#L12
invalid operation: operator ! not defined on instance.AutoMinorVersionUpgrade (variable of type *bool)
build: aws/rds/rdsClusterEncryption.go#L12
invalid operation: operator ! not defined on instance.StorageEncrypted (variable of type *bool)
build: aws/rds/rdsDeleteProtected.go#L12
non-boolean condition in if statement
build: aws/rds/rdsEncryption.go#L12
invalid operation: operator ! not defined on instance.StorageEncrypted (variable of type *bool)
build: aws/rds/rdsPrivate.go#L12
non-boolean condition in if statement
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/