dsanders11

#53980: ci: ignore transient curl error in audit

Merged
Created: Sep 15, 2026, 8:33:48 PM
Merged: Sep 16, 2026, 11:35:26 AM
3 comments
Target: main

Description of Change

This retryable error during git checkout has been causing noise in the audit lately so ignore it.

Checklist

  • I have filled out the PR description

Release Notes

Notes: none

Backports

44-x-y
Merged
PR Number
#54002
Merged At
Sep 16, 2026, 11:39:55 AM
Released In
Not yet
Release Date
Not yet
45-x-y
Merged
PR Number
#54001
Merged At
Sep 16, 2026, 11:39:58 AM
Released In
Not yet
Release Date
Not yet

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