Skip to content

chore(deps): update github/codeql-action digest to 0116bc2 (#7680) #147

chore(deps): update github/codeql-action digest to 0116bc2 (#7680)

chore(deps): update github/codeql-action digest to 0116bc2 (#7680) #147

Triggered via push October 16, 2023 18:08
Status Success
Total duration 15m 52s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

99 warnings and 4 notices
Busy wait: dropwizard-logging/src/main/java/io/dropwizard/logging/common/LoggingUtil.java#L49
Call to `Thread.sleep()` in a loop, probably busy-waiting
Busy wait: dropwizard-logging/src/main/java/io/dropwizard/logging/common/DefaultLoggingFactory.java#L200
Call to `Thread.sleep()` in a loop, probably busy-waiting
Class is exposed outside of its visibility scope: dropwizard-auth/src/main/java/io/dropwizard/auth/AuthValueFactoryProvider.java#L40
Class `PrincipalClassProvider` is exposed outside its defined visibility scope
Class is exposed outside of its visibility scope: dropwizard-auth/src/main/java/io/dropwizard/auth/PolymorphicAuthValueFactoryProvider.java#L43
Class `PrincipalClassSetProvider` is exposed outside its defined visibility scope
'Optional' used as field or parameter type: dropwizard-db/src/main/java/io/dropwizard/db/DataSourceFactory.java#L790
`Optional` used as type for parameter 'validatorClassName'
Unused assignment: dropwizard-jersey/src/main/java/io/dropwizard/jersey/gzip/ConfiguredGZipEncoder.java#L28
Variable `forceEncoding` initializer `false` is redundant