Dependency Pinning - CI/CD用語集の定義
Dependency pinning は依存関係を (範囲ではなく) 正確なバージョンに固定し、同じ入力が常に同じ build を生成し、予期しない upstream の更新が紛れ込まないようにします。
関連ガイド
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…