chore(audit): spotbugs corrections#1450
Conversation
|
/build_test |
|
Workflow started at 4/1/2026, 1:59:22 PM. View Actions Run. |
|
No OpenAPI schema changes detected. |
|
No WebSocket notifications schema changes detected. |
|
No GraphQL schema changes detected. |
|
/build_test |
|
Workflow started at 4/1/2026, 2:07:33 PM. View Actions Run. |
|
CI build: Integration tests pass ✅ |
|
No WebSocket notifications schema changes detected. |
|
No OpenAPI schema changes detected. |
|
No GraphQL schema changes detected. |
|
CI build: Unit tests pass ✅ |
|
CI build: Integration tests pass ✅ |
|
CI build: Unit tests pass ✅ |
Welcome to Cryostat! 👋
Before contributing, make sure you have:
mainbranch[chore, ci, docs, feat, fix, test]To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/mainRelated to #1423
Description of the change:
Fixes missed spotbugs issues. It seems the spotbugs CI check runs in the wrong context and actually checks the base branch (ie
main), not the PR branch. See #1439