-
Notifications
You must be signed in to change notification settings - Fork 2
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
functions in project.clj #23
Comments
Hey, sorry for the late reply. This looks like there is likely an error being thrown when parsing the dependabot-lein shells out to a clojure program to parse dependencies, implemented here: https://github.com/CGA1123/dependabot-core/blob/leiningen/lein/helpers/src/helpers/core.clj Will try to debug the given |
Thanks Christian for narrowing down the problem, Regards, Eugene |
I've tested this out now, and can get the Current working theory is that the working directory when invoking the update script is not the root of the repository, causing the
@etolbakov could you confirm this is the issue? Maybe by attempting to run the action with an updated definition of (defn ver [] "0.1.0-SNAPSHOT") |
Thanks for checking it Christian @CGA1123 , |
Hello @CGA1123 Christian,
Thank you very much for the project! It's really useful action!
I have the following issue:
My "project.clj" has a function inside which causes the failure. Here are the logs that
Run CGA1123/dependabot-lein-runner@main
step producesThe
project.clj
looks like:I have a file
dependant-bot-check-for-clojure.version
that simply holds0.1.0-SNAPSHOT
"test-pr-repo" and "dependant-bot-check-for-clojure " are private repos in my account.
Please let me know if anything else is needed, happy to help with the fix as well.
Eugene
The text was updated successfully, but these errors were encountered: