-
Notifications
You must be signed in to change notification settings - Fork 6
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
Create dependency-review.yml #34
Conversation
Introduce the Dependency Review GitHub Action to CI Signed-off-by: Harshith Mente <[email protected]>
Co-authored-by: Jamie Slome <[email protected]> Signed-off-by: Harshith Mente <[email protected]>
Co-authored-by: Jamie Slome <[email protected]> Signed-off-by: Harshith Mente <[email protected]>
Would you be willing to take the issue this is referring to? I think if you commment on it I can assign it to you. |
Yeah, can you walk me through what else I've got to do? |
@joeyyy09 Please click #33 and write comment for starters. |
Yeah, the CodeQL check is still waiting for status, anything to be done from my end? |
I'd wait for @JamieSlome to let us known if he has a clue. I did a bit of research on Google, and found: https://stackoverflow.com/questions/52200096/github-pull-request-waiting-for-status-to-be-reported |
Some of the worflows require a maintainer to run., which is surprising to me and might be a valuable clue. I allowed some of the m to run, however it didn't clear up the CodeQl check which is still "Expected". https://github.com/Citi/gradle-helm-plugin/actions/runs/8629901325 |
Hey, I've been trying to find out why the CodeQl check is still in the waiting stage, I think this is might help. Idts it has anything to do with the code but something to do with the github actions itself. |
I believe the CodeQL check runs periodically instead of on the pull request event. I will open a PR to implement the CodeQL workflow 💪 |
@magner669 - I've removed the CodeQL status check requirement. We can address the CodeQL runner in #36. |
This change addresses the issue reported in Issue #33.
Changes Made
dependency-review.yml
) to the.github/workflows
directory.ubuntu-latest
environment.