Skip to content

[maven-release-plugin] prepare for next development iteration #410

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #410

Triggered via push September 13, 2023 15:01
Status Success
Total duration 3m 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
AvoidObjectArrays: src/main/java/edu/hm/hafner/util/Ensure.java#L107
Avoid accepting a Object[]; consider an Iterable<Object> instead.
AvoidObjectArrays: src/main/java/edu/hm/hafner/util/Ensure.java#L359
Avoid accepting a Object[]; consider an Iterable<Object> instead.
InlineTrivialConstant: src/test/java/edu/hm/hafner/util/EnsureTest.java#L17
Consider inlining this constant.