Support "short" GitHub Actions tag comments #18640
Labels
manager:github-actions
Github actions manager
priority-2-high
Bugs impacting wide number of users or very important features
type:feature
Feature (new functionality)
What would you like Renovate to be able to do?
Support not only our standard GitHub tag pinning syntax of
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11
but alsouses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
.If you have any ideas on how this should be implemented, please tell us here.
To avoid false positive matches (e.g.
# cache action
) we should support only these patterns:(I'm sure there's a more efficient regex, that's ok)
This check should be done as part of extract if we don't match the
# tag=v
explicit syntax.Ideally we could prefer this syntax too, e.g. convert any compliant
tag=v...
comments intov...
comments.Is this a feature you are interested in implementing yourself?
No
The text was updated successfully, but these errors were encountered: