ci: add automated testing and code quality checks #1
Annotations
4 warnings
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-java@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
setup-java v4 is deprecated and will no longer receive updates. Please migrate to actions/setup-java@v5.
|
|
Nullability and data flow problems:
src/main/java/com/example/usermanagement/exception/GlobalExceptionHandler.java#L52
Function may return null, but it's not allowed here
|
|
Nullability and data flow problems:
src/main/java/com/example/usermanagement/security/jwt/JwtAuthenticationFilter.java#L82
Method invocation `getAuthorities` may produce `NullPointerException`
|