Build with same id for github actions
When we set up an action on our repository to for example automatically modify the style of the plugin with php cs fix, the plugin will bug. Indeed, if we activate the automatic commit, and that it is github-actions which commit, a same id for the build will be given and thus make bug the update via poggit.
Let me explain: if two builds have the same id and we want to publish a new release, this will emit a 404 page and we will be blocked.

And also, I have the impression that php stan is not performed on auttomatiq commits
@SOF3 I told you you should have fixed this years ago :(
Yes, but this is not easy to fix with the poor SQL usage
Linked: #26