pin-github-action
pin-github-action copied to clipboard
`--comment=" {ref}"` should be the default
The original comment format is not compatible with Dependabot and Renovate, but --comment=" {ref}" is. These tools are very popular, so it would make sense to change the default to this format.
As described by Dependabot:
- https://github.blog/changelog/2022-10-31-dependabot-now-updates-comments-in-github-actions-workflows-referencing-action-versions/
And related Renovate docs:
- https://docs.renovatebot.com/modules/manager/github-actions/#additional-information
I missed this opportunity when releasing v2. Give me a couple more weeks and I'll bump to v3 with this change.