clj-holmes / clj-watson

clojure deps SCA
Eclipse Public License 2.0
83 stars 9 forks source link

Review deps.edn #85

Closed lread closed 3 months ago

lread commented 3 months ago

CI setup-clojure action

CI

clj-watson simple safe-looking bumps:

clj-watson less safe-looking:

Dev only:

Other deps.edn changes:

Closes #75

lread commented 3 months ago

Ha! Was not expecting that! 12.5 it is!

seancorfield commented 3 months ago

I'm surprised that fails, given nearly all the other actions I've used do stuff like @v4 to pick up the latest 4.x version. I wonder what those projects do that the delaguardo one doesn't?

lread commented 3 months ago

Ya, you'd think it would be an infrastructure feature and not a specific action feature.

lread commented 3 months ago

Oh it is just a matter of tagging (and retagging): Example: https://github.com/actions/cache/tags

seancorfield commented 3 months ago

Thank you for bearing with me on that one!