Skip to content
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

Open
LecrisUT opened this issue Dec 4, 2023 · 4 comments
Open

sub-actions sometimes fail to be detected #48

LecrisUT opened this issue Dec 4, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@LecrisUT
Copy link
Collaborator

LecrisUT commented Dec 4, 2023

Truncated workflow example:

      - name: Initialize CodeQL
        uses: github/codeql-action/init@v2
        with:
          languages: python, javascript

      - name: Perform CodeQL Analysis
        uses: github/codeql-action/analyze@v2

The issue is sporadic and temporary, but sometimes, the first variant github/codeql-action/init is detected, while github/codeql-action/analyze needs to be first interacted with before it is fully navigable. Moreover it should report as github/codeql-action/init, but instead it is reported as simply github/codeql-action

@LecrisUT LecrisUT added the bug Something isn't working label Dec 4, 2023
@LecrisUT LecrisUT changed the title sub-actions are not well supported sub-actions sometimes fail to be detected Dec 4, 2023
@YunaBraska
Copy link
Owner

Hi, thanks for reporting. I will have a look on it. I might not start right now, due xMas Seasons ;)

@YunaBraska
Copy link
Owner

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.

@LecrisUT
Copy link
Collaborator Author

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

@YunaBraska
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants