Qodanaがスキャンが「Keep running Project configuration ...」で終わらない
何が起こったか
ある日から、Javaのプロジェクトにて、GitHubのActionsからQodanaのコードスキャンを行ったら以下のログでスタックするようになってしまった。
Keep running Project configuration ... so far 30s
Keep running Project configuration ... so far 1m
Keep running Project configuration ... so far 1m 30s
Keep running Project configuration ... so far 2m
Keep running Project configuration ... so far 2m 30s
// 間省略
Keep running Project configuration ... so far 5h 55m
Keep running Project configuration ... so far 5h 55m 30s
Keep running Project configuration ... so far 5h 56m
Keep running Project configuration ... so far 5h 56m 30s
Keep running Project configuration ... so far 5h 57m
Keep running Project configuration ... so far 5h 57m 30s
Keep running Project configuration ... so far 5h 58m
Keep running Project configuration ... so far 5h 58m 30s
Error: The operation was canceled.
解決法方
Actionsのキャッシュを削除することで解決しました。