Skip to content

Update gradlebuild.yml to use jdk 17 #262

Update gradlebuild.yml to use jdk 17

Update gradlebuild.yml to use jdk 17 #262

GitHub Actions / Lint (pull_request) succeeded Aug 5, 2024 in 0s

Lint (pull_request)

Lint completed successfully

Annotations

Check notice on line 68 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-protection-global-safe

The following operation is not protected by a `security` rule: #/paths/~1vocabularies~1{agency_id}~1{key_concept}/get/security

Check notice on line 127 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-protection-global-safe

The following operation is not protected by a `security` rule: #/paths/~1status/get/security

Check notice on line 347 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/description

Check notice on line 49 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-protection-global-safe

The following operation is not protected by a `security` rule: #/paths/~1vocabularies/get/security

Check notice on line 147 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-protection-global-safe

The following operation is not protected by a `security` rule: #/paths/~1semantic-assets/get/security

Check warning on line 323 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-no-default-additionalProperties

Objects should not allow unconstrained additionalProperties. Disable them with `additionalProperties: false` or add `maxProperties`.

Check warning on line 116 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-maxlength

Strings (non enum) must specify a maximum length. #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/responses/200/content/application~1json/schema/additionalProperties "additionalProperties.maxLength" property must be defined

Check notice on line 116 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/responses/200/content/application~1json/schema/additionalProperties

Check warning on line 106 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-maxlength

Strings (non enum) must specify a maximum length. #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/parameters/2/schema "schema.maxLength" property must be defined

Check notice on line 194 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/paths/~1semantic-assets/get/parameters/7/schema/items

Check notice on line 156 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/paths/~1semantic-assets/get/parameters/0/schema

Check warning on line 194 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-maxlength

Strings (non enum) must specify a maximum length. #/paths/~1semantic-assets/get/parameters/7/schema/items "items.maxLength" property must be defined

Check notice on line 370 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/links/items/properties/type

Check notice on line 339 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabulariesResult/properties/data/items

Check notice on line 130 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

no-method-name-in-operationId

Avoid using method names in operationIds.

Check notice on line 95 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-protection-global-safe

The following operation is not protected by a `security` rule: #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/security

Check notice on line 106 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/parameters/2/schema

Check notice on line 209 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-protection-global-safe

The following operation is not protected by a `security` rule: #/paths/~1semantic-assets~1by-iri/get/security

Check notice on line 350 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/agencyId

Check warning on line 409 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-array-boundaries

Schema of type array must specify maxItems and minItems. #/components/schemas/SearchResult/properties/data/items "items.minItems" property must be defined

Check notice on line 439 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/components/schemas/SearchResultItem/properties/versionInfo

Check notice on line 320 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularyData/properties/data/items/additionalProperties

Check notice on line 212 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

no-method-name-in-operationId

Avoid using method names in operationIds.

Check warning on line 389 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-no-default-additionalProperties

Objects should not allow unconstrained additionalProperties. Disable them with `additionalProperties: false` or add `maxProperties`.

Check notice on line 362 in src/main/resources/public/openapi.yaml

See this annotation in the file changed.

@github-actions github-actions / Lint (pull_request)

sec-string-pattern-or-format-or-enum

Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/links/items/properties/href