v0.4.8 Frontend version bump #355
go.yml
on: push
Lint
2m 29s
Deadcode Analysis
0s
Build
0s
Annotations
10 errors and 1 warning
|
Lint:
internal/models/integration.go#L665
File is not properly formatted (gofmt)
|
|
Lint:
internal/mcp/tools_time.go#L29
ifElseChain: rewrite if-else to switch statement (gocritic)
|
|
Lint:
internal/mcp/tools_labels.go#L82
whyNoLint: include an explanation for nolint directive (gocritic)
|
|
Lint:
internal/mcp/errors.go#L36
func toolText is unused (unused)
|
|
Lint:
internal/logbook/repository.go#L551
paramTypeCombine: func(accessibleBucketIDs []string, customerOrgID int, limit, offset int) ([]models.LogbookDocument, int, error) could be replaced with func(accessibleBucketIDs []string, customerOrgID, limit, offset int) ([]models.LogbookDocument, int, error) (gocritic)
|
|
Lint:
internal/handlers/scim_filter.go#L191
paramTypeCombine: func(filter string) (resourceType string, remainingFilter string) could be replaced with func(filter string) (resourceType, remainingFilter string) (gocritic)
|
|
Lint:
internal/handlers/scim_filter.go#L169
QF1003: could use tagged switch on ch (staticcheck)
|
|
Lint:
internal/handlers/scim.go#L397
unusedwrite: unused write to field SCIMExternalID (govet)
|
|
Lint:
internal/handlers/jira_import_entities.go#L721
G703: Path traversal via taint analysis (gosec)
|
|
Lint:
cmd/ws/client.go#L568
equalFold: consider replacing with strings.EqualFold(ws.Key, upperKey) (gocritic)
|
|
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|