chore: Migrate CI workflows to approved Stone actions and runners - #192
Open
jonathanlazaro1 wants to merge 2 commits into
Open
chore: Migrate CI workflows to approved Stone actions and runners#192jonathanlazaro1 wants to merge 2 commits into
jonathanlazaro1 wants to merge 2 commits into
Conversation
|
Por favor, catalogue-o seguindo as instruções nesta documentação. [Via VPN]. 💁 Qualquer problema ou dúvida, estamos no Slack, basta abrir um ticket no canal #help-foundation-platform. |
lucaslima-7
approved these changes
Aug 31, 2026
andreals
approved these changes
Aug 31, 2026
evald-rafael
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Ajusta os workflows de CI pra usar sempre runners Stone (
small-runner/medium-runner) e actions aprovadas (stone-payments/approved-actions/...), no lugar deubuntu-lateste actions de terceiros direto do marketplace. O passo de publish no LuaRocks, que instalava luarocks direto numa base Ubuntu genérica, agora roda de dentro dopongo shell(a imagem de teste do Kong já vem com luarocks pronto). Também substitui o job de commitlint (que usavawagoid/commitlint-github-action, fora do catálogo aprovado) por checkout+setup-node aprovados rodandonpx commitlint.How Has This Been Tested?
Validação de sintaxe YAML de todos os workflows alterados. O comportamento funcional de cada job foi mantido: mesma matriz de versões do Kong, mesma lógica de build/publish do rock (só a forma de instalar o ambiente Lua pro publish mudou, de Ubuntu genérico pra dentro do container do Pongo), mesmo lint de commits.