0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Qodanaのスキャンが「Keep running Project configuration ...」で終わらない時の解決法

Last updated at Posted at 2025-08-16

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のキャッシュを削除することで解決しました。

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?