codacy / git-version

Git versioning used in Codacy
Apache License 2.0
134 stars 44 forks source link

[CY-6647] `tool-version` should match the action version by default #76

Open afsmeira opened 2 years ago

afsmeira commented 2 years ago

By looking at the source code I can see that even if I specify a specific action version, if I don't specify tool-version, the action will donwload a docker image, that actually computes the version, with the latest tag.

The docker image version should match the action version by default. In my opinion this would make tool-version obsolete since there is no point in specifying different versions for the action and the underlying docker image.

github-actions[bot] commented 2 years ago

Internal ticket created : CY-6647