-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sub-actions sometimes fail to be detected #48
Comments
Hi, thanks for reporting. I will have a look on it. I might not start right now, due xMas Seasons ;) |
Due to significant changes introduced by JetBrains, my plugin now faces numerous disruptions. After dedicating substantial effort to this project last year, I find myself needing assistance to move forward. If you're interested in contributing or know someone who might be, please feel free to get involved. I am available to provide guidance through the intricacies of the plugin. |
Can you make some issues of the broken functiins or a PR updating/testing the version for 241? I'll try to look over the errors. I'll also add Qodana CI to see the static-analysis and re-arragnge the github workflows as one of my templates if you don't mind |
I have created #57, but the biggest issue is, that this project has no tests cause JetBrains is not ready for async processing in tests. So I have no idea ho much else is broken and every change I do, is a hell of manual testing. This repository breaks my quality heart. I have no idea what's the best way to continue. The Plugin development is not that easy and intuitive as the IDE looks like. |
Truncated workflow example:
The issue is sporadic and temporary, but sometimes, the first variant
github/codeql-action/init
is detected, whilegithub/codeql-action/analyze
needs to be first interacted with before it is fully navigable. Moreover it should report asgithub/codeql-action/init
, but instead it is reported as simplygithub/codeql-action
The text was updated successfully, but these errors were encountered: