Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • But the processes of building on the build server cant lead to downloading a newer version of a dependency, which sure will also update the lockfile, hence such a build is no longer identical to the build at the point where the developer checked in the code. Right? or am I looking at this the wrong way? Commented Aug 13, 2020 at 15:37
  • 4
    Only if you explicitly tell it to re-resolve the dependencies. But then, you explicitly asked for it. Note that if your build process is changing files inside of the repository, you have much bigger problems than worrying about version ranges. Commented Aug 13, 2020 at 15:40