Dependency Pinning - Definição do Glossário de CI/CD
Dependency pinning fixa uma dependência em uma versão exata (não em um intervalo) para que as mesmas entradas sempre produzam o mesmo build e nenhuma atualização upstream inesperada se infiltre.
Guias relacionados
Lockfile Drift - CI/CD Glossary DefinitionLockfile drift is when the committed lockfile no longer matches the manifest, so CI installs different versio…
Transitive Dependency - CI/CD Glossary DefinitionA transitive dependency is one you pull in indirectly through another package. You never declared it, yet its…
Reproducible Build - CI/CD Glossary DefinitionA reproducible build produces bit-for-bit identical output from the same source and inputs, letting anyone ve…