devops-actions / load-used-actions

Load used actions from an entire organization
12 stars 8 forks source link

Add an option to include versions/tags in the report #106

Closed sebastienvermeille closed 2 months ago

sebastienvermeille commented 2 months ago

Hi, I would like to propose working on a feature that would enrich the report with extra values.

TLDR I would like to know: How many projects use which actions, and which versions/sha of them are they using?

This opens a lot of possibility such as "the day a specific action's version/tag is highly critical, it is possible to trigger action to concerned repositories codeowners etc.

I will fork and open a PR for it, would you agree with a such improvement?

(I would like to work on that feature myself to contribute to this project as I really appreciate the concept if you agree)

rajbos commented 2 months ago

Sound like a good property to add and the information is already available where we detect the usage.

So go ahead @sebastienvermeille!

sebastienvermeille commented 2 months ago

Hi @rajbos, Thank you :) I opened the PR and could test it successfully on a private organization.