Skip to content

Renovate update to latest commit instead of most recent tag #22875

Answered by mtardy
mtardy asked this question in Request Help
Discussion options

You must be logged in to vote

For those looking at this discussion (if ever), it was because it was missing the magic comment with the semantic versioning on the side: https://docs.renovatebot.com/modules/manager/github-actions/#additional-information. You don't need the renovate: tag= but just add:

      - uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819 # v1.0.0

To all your GitHub actions dependencies (you can use a script to fetch the tag from GitHub) and then the updates will be correct.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mtardy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:reproduction A minimal reproduction is necessary to proceed
1 participant