This is a backport PR for branch 45-x-y
MarshallOfSound

#53476: build: pin the siso revision in build/siso_revision instead of fetching Chromium's DEPS in CI

Merged
Created: Sep 3, 2026, 3:42:51 PM
Merged: Sep 3, 2026, 5:07:31 PM
1 comments
Target: 45-x-y

Backport of #53450

See that PR for details. build/siso_revision matches main since this branch pins the same Chromium. The persist-credentials: false line in the siso workflow is left out because this branch doesn't have it yet.

Notes: none

Backport Information

Original PR Author
MarshallOfSound
Original PR Status
Merged
Original PR Merged At
Sep 3, 2026, 12:06:54 PM
Original PR Link
GitHubView on GitHub

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron