When updating a sensitive variable, the value needs to be null. This … #1047
Annotations
9 errors and 1 warning
test:
pkg/scriptmodules/script_module_service.go#L50
cannot use scriptModule.ScriptBody (variable of type string) as *string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L54
cannot use scriptModule.Syntax (variable of type string) as *string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L130
cannot use variable.Value (variable of type *string) as string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L134
cannot use variable.Value (variable of type *string) as string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L182
cannot use scriptModule.ScriptBody (variable of type string) as *string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L186
cannot use scriptModule.Syntax (variable of type string) as *string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L194
cannot use variable.Value (variable of type *string) as string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L198
cannot use variable.Value (variable of type *string) as string value in assignment
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|