feat: step template resource and datasource #1276
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
internal/random.go#L24
exported function GenerateRandomCryptoString should have comment or be unexported
|
internal/mutex.go#L1
should have a package comment
|
internal/mutex.go#L5
exported var Mutex should have comment or be unexported
|
internal/projects/extension_settings.go#L1
should have a package comment
|
main.go#L1
should have a package comment
|
internal/random.go#L40
exported function GenerateRandomSerialNumber should have comment or be unexported
|
internal/projects/extension_settings.go#L23
comment on exported function ExpandServiceNowExtensionSettings should be of the form "ExpandServiceNowExtensionSettings ..."
|
internal/projects/extension_settings.go#L12
comment on exported function ExpandJiraServiceManagementExtensionSettings should be of the form "ExpandJiraServiceManagementExtensionSettings ..."
|
internal/errors/error.go#L21
func ProcessApiError should be ProcessAPIError
|
internal/errors/error.go#L15
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
This job succeeded
Loading