Update/sync secrets #91
Annotations
10 errors and 2 warnings
|
go-lint:
pkg/connector/api_token.go#L52
field `graphClient` is unused (unused)
|
|
go-lint:
pkg/connector/api_token.go#L91
ineffectual assignment to err (ineffassign)
|
|
go-lint:
test/mocks/github.go#L394
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
|
|
go-lint:
test/mocks/github.go#L395
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
|
|
go-lint:
pkg/connector/org.go#L317
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
|
|
go-lint:
pkg/connector/org.go#L379
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
|
|
go-lint:
pkg/connector/repository.go#L292
SA1019: o.client.Teams.GetTeamByID is deprecated: Use GetTeamBySlug instead. (staticcheck)
|
|
go-lint:
pkg/connector/repository.go#L350
SA1019: o.client.Teams.GetTeamByID is deprecated: Use GetTeamBySlug instead. (staticcheck)
|
|
go-lint:
pkg/connector/team.go#L105
SA1019: o.client.Teams.GetTeamByID is deprecated: Use GetTeamBySlug instead. (staticcheck)
|
|
go-lint:
pkg/connector/org.go#L46
unnecessary leading newline (whitespace)
|
|
go-test (1.23.x, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/baton-github/baton-github. Supported file pattern: go.sum
|
|
go-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/baton-github/baton-github. Supported file pattern: go.sum
|