Push on master #789
codeql
on: dynamic
Matrix: analyze
Annotations
1 error and 2 warnings
OperationsInClassScannerAdapterTest.processClassTest():
springwolf-core/src/test/java/io/github/springwolf/core/asyncapi/scanners/operations/OperationsInClassScannerAdapterTest.java#L46
java.lang.AssertionError:
Actual and expected have the same elements but not in the same order, at index 0 actual element was:
"operation2"=Operation(operationId=operation2, action=null, channel=null, title=null, summary=null, description=null, security=null, tags=null, externalDocs=null, bindings=null, traits=null, messages=null, reply=null)
whereas expected element was:
"operation1"=Operation(operationId=operation1, action=null, channel=null, title=null, summary=null, description=null, security=null, tags=null, externalDocs=null, bindings=null, traits=null, messages=null, reply=null)
|
Analyze (javascript)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze (java)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|