Hi,
I am using this action to run plugin-check on my WP plugin repos. However, if I understand it correctly, this action upgrades (i.e. uses the latest) plugin-check without a new version release to this action.
Why this is a problem:
I don't really see any good way out of this - I can:
- Just live with broken CI for 2 months and going
- Disable this action until plugin-check fixes the issues and hope I remember to re-enable it afterwards
...neither of which is a good option. I have dependabot set up, so all my dependency updates fail CI and I have to review them manually.
If this action pinned the plugin-check version it uses (and bump versions with new plugin-check versions), the problem would be solved - I could just postpone the update of plugin-check, make the upgrade when I have the bandwidth to deal with it and when it works the way I need. The current state is a much worse DX.
Just to make sure - I'm not complaining about plugin-check not implementing WordPress/plugin-check#1146 right away. Issues happen, sometimes they take longer to sort out, that's okay. But I'd like to not be forced to deal with the issue (or just the update itself, even if it's completely fine, it can still take time to update) the second a new version is available.
Hi,
I am using this action to run plugin-check on my WP plugin repos. However, if I understand it correctly, this action upgrades (i.e. uses the latest) plugin-check without a new version release to this action.
Why this is a problem:
direct_file_accesscheck has some significant omissions - in my case Improvedirect_file_accesscheck to ignore class-only files plugin-check#1146I don't really see any good way out of this - I can:
...neither of which is a good option. I have dependabot set up, so all my dependency updates fail CI and I have to review them manually.
If this action pinned the plugin-check version it uses (and bump versions with new plugin-check versions), the problem would be solved - I could just postpone the update of plugin-check, make the upgrade when I have the bandwidth to deal with it and when it works the way I need. The current state is a much worse DX.
Just to make sure - I'm not complaining about plugin-check not implementing WordPress/plugin-check#1146 right away. Issues happen, sometimes they take longer to sort out, that's okay. But I'd like to not be forced to deal with the issue (or just the update itself, even if it's completely fine, it can still take time to update) the second a new version is available.