Skip to content

chore(deps): update dependency maven to v3.9.8 #500

chore(deps): update dependency maven to v3.9.8

chore(deps): update dependency maven to v3.9.8 #500

Triggered via pull request June 18, 2024 12:27
Status Success
Total duration 9m 35s
Artifacts

pr-open.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 128 warnings
Pull Request Validation
Error: found unexpected type for label 'github_actions' (should be array of config options)
Pull Request Validation
found unexpected type for label 'github_actions' (should be array of config options)
Pull Request Validation
Unhandled Rejection occurred. Error: The process '/usr/bin/git' failed with exit code 1 at ExecState._setResult (/home/runner/work/_actions/TriPSs/conventional-changelog-action/v5/dist/index.js:1702:25) at ExecState.CheckComplete (/home/runner/work/_actions/TriPSs/conventional-changelog-action/v5/dist/index.js:1685:18) at ChildProcess.<anonymous> (/home/runner/work/_actions/TriPSs/conventional-changelog-action/v5/dist/index.js:1579:27) at ChildProcess.emit (node:events:519:28) at maybeClose (node:internal/child_process:1105:16) at ChildProcess._handle.onexit (node:internal/child_process:305:5)
Pull Request Validation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: bcoe/conventional-release-labels@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pull Request Validation
The following actions uses node12 which is deprecated and will be forced to run on node16: bcoe/conventional-release-labels@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: src/main/java/ca/bc/gov/api/oracle/legacy/entity/ClientLocationEntity.java#L4
'java.time.LocalDateTime' should be separated from previous import group by one line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: src/main/java/ca/bc/gov/api/oracle/legacy/entity/ForestClientEntity.java#L4
Wrong lexicographical order for 'ca.bc.gov.api.oracle.legacy.ApplicationConstants.INDIVIDUAL' import. Should be before 'ca.bc.gov.api.oracle.legacy.ApplicationConstants.ORACLE_ATTRIBUTE_SCHEMA'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: src/main/java/ca/bc/gov/api/oracle/legacy/entity/ForestClientEntity.java#L5
'java.util.Objects' should be separated from previous import group by one line.
RightCurlySame: src/main/java/ca/bc/gov/api/oracle/legacy/entity/ForestClientEntity.java#L75
'}' at column 5 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L38
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L42
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L48
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L54
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L60
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L71
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L89
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: src/main/java/ca/bc/gov/api/oracle/legacy/dto/ClientPublicViewDto.java#L93
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: src/main/java/ca/bc/gov/api/oracle/legacy/service/ClientSearchService.java#L78
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)