Skip to content

Bump the github-actions-deps group with 11 updates (#3464) #35

Bump the github-actions-deps group with 11 updates (#3464)

Bump the github-actions-deps group with 11 updates (#3464) #35

Triggered via push May 29, 2024 07:50
Status Failure
Total duration 8m 16s
Artifacts

code_quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 23 warnings, and 10 notices
pmd
Resource not accessible by integration
checkstyle_new
Resource not accessible by integration
qodana
Resource not accessible by integration
formatting
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
pmd
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
pmd
Resource not accessible by integration
pmd
Resource not accessible by integration
pmd
Resource not accessible by integration
checkstyle_new
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
checkstyle_new
Resource not accessible by integration
checkstyle_new
Resource not accessible by integration
checkstyle_new
Resource not accessible by integration
checkerFramework
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
qodana
Resource not accessible by integration
qodana
Resource not accessible by integration
qodana
Resource not accessible by integration
Enum 'switch' statement that misses case: key.core/src/main/java/de/uka/ilkd/key/smt/newsmt2/MasterHandler.java#L151
`switch (response) { case YES_THIS_INSTANCE -> { // handle this b...` statement on enum type 'de.uka.ilkd.key.smt.newsmt2.SMTHandler.Capability' misses case 'UNABLE'
Duplicate branches in 'switch': recoder/src/main/java/recoder/bytecode/ByteCodeParser.java#L1064
Branch in 'switch' is a duplicate of the default branch
Duplicate branches in 'switch': recoder/src/main/java/recoder/bytecode/ByteCodeParser.java#L1136
Branch in 'switch' is a duplicate of the default branch
Multiple occurrences of the same expression: key.ui/src/test/java/de/uka/ilkd/key/gui/ShortUniqueFileNamesTest.java#L20
Multiple occurrences of `Paths.get("z", "a", "b", "c").toString()`