Skip to content

dbeaver/pro#6861 add auth method for provisioning #8984

dbeaver/pro#6861 add auth method for provisioning

dbeaver/pro#6861 add auth method for provisioning #8984

Triggered via pull request August 26, 2026 09:09
Status Failure
Total duration 2m 37s
Artifacts

push-pr-devel.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 21 warnings
Check / Build Java
Process completed with exit code 1.
Frontend / Lint
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-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Server / Lint
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/
Server / Lint
Unexpected input(s) 'cache', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'ssh-user', 'persist-credentials', 'path', 'clean', 'filter', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'show-progress', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url', 'allow-unsafe-pr-checkout']
Server / Lint
Unexpected input(s) 'cache', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'ssh-user', 'persist-credentials', 'path', 'clean', 'filter', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'show-progress', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url', 'allow-unsafe-pr-checkout']
Server / Lint: server/bundles/io.cloudbeaver.service.security/src/io/cloudbeaver/service/security/CBEmbeddedSecurityController.java#L1444
[checkstyle] reported by reviewdog 🐶 Reference type 'String' is missing a nullability annotation. Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.security/src/io/cloudbeaver/service/security/CBEmbeddedSecurityController.java:1444:66: warning: Reference type 'String' is missing a nullability annotation. (sh.adelessfox.checkstyle.checks.NullabilityAnnotationsCheck)
Server / Lint: server/bundles/io.cloudbeaver.service.security/src/io/cloudbeaver/service/security/CBEmbeddedSecurityController.java#L1444
[checkstyle] reported by reviewdog 🐶 Reference type 'String' is missing a nullability annotation. Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.security/src/io/cloudbeaver/service/security/CBEmbeddedSecurityController.java:1444:51: warning: Reference type 'String' is missing a nullability annotation. (sh.adelessfox.checkstyle.checks.NullabilityAnnotationsCheck)
Server / Lint: server/bundles/io.cloudbeaver.service.security/src/io/cloudbeaver/service/security/CBEmbeddedSecurityController.java#L1444
[checkstyle] reported by reviewdog 🐶 Reference type 'Map' is missing a nullability annotation. Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.security/src/io/cloudbeaver/service/security/CBEmbeddedSecurityController.java:1444:12: warning: Reference type 'Map' is missing a nullability annotation. (sh.adelessfox.checkstyle.checks.NullabilityAnnotationsCheck)
Server / Lint: server/bundles/io.cloudbeaver.service.security/src/io/cloudbeaver/service/security/CBEmbeddedSecurityController.java#L538
[checkstyle] reported by reviewdog 🐶 Reference type 'String' is missing a nullability annotation. Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.security/src/io/cloudbeaver/service/security/CBEmbeddedSecurityController.java:538:28: warning: Reference type 'String' is missing a nullability annotation. (sh.adelessfox.checkstyle.checks.NullabilityAnnotationsCheck)
Server / Lint
Unexpected input(s) 'fail_on_error', valid inputs are ['entryPoint', 'args', 'github_token', 'workdir', 'level', 'reporter', 'filter_mode', 'fail_level', 'reviewdog_flags', 'checkstyle_config', 'checkstyle_version', 'checkstyle_classpath', 'properties_file']
Server / Lint
setup-java v4 is deprecated and will no longer receive updates. Please migrate to actions/setup-java@v5.
Server / Lint
Unexpected input(s) 'cache', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'ssh-user', 'persist-credentials', 'path', 'clean', 'filter', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'show-progress', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url', 'allow-unsafe-pr-checkout']
Server / Lint
Unexpected input(s) 'cache', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'ssh-user', 'persist-credentials', 'path', 'clean', 'filter', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'show-progress', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url', 'allow-unsafe-pr-checkout']
Check / Build Java
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check / Build Java
org.eclipse.core.internal.preferences.AbstractScope in org.eclipse.core.internal.preferences has been deprecated and marked for removal
Check / Build Java
<T>doAs(javax.security.auth.Subject,java.security.PrivilegedExceptionAction<T>) in javax.security.auth.Subject has been deprecated and marked for removal
Check / Build Java
getSecurityManager() in java.lang.System has been deprecated and marked for removal
Check / Build Java
java.security.AccessControlContext in java.security has been deprecated and marked for removal
Check / Build Java
java.security.AccessControlContext in java.security has been deprecated and marked for removal
Check / Build Java
java.security.AccessController in java.security has been deprecated and marked for removal
Check / Build Java
java.security.AccessControlContext in java.security has been deprecated and marked for removal
Frontend / Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/