dsanders11

#53430: ci: ignore transient host resolution failure in audit

Merged
Created: Sep 2, 2026, 5:40:27 PM
Merged: Sep 3, 2026, 2:20:46 AM
4 comments
Target: main

Description of Change

The audit has been tripped a few times now with a curl: (6) Could not resolve host: formulae.brew.sh failure on macOS, so lets ignore these. We only want the audit to surface real errors, not transient network ones.

Checklist

  • I have filled out the PR description

Release Notes

Notes: none

Backports

43-x-y
Merged
PR Number
#53446
Merged At
Sep 3, 2026, 2:25:20 AM
Released In
Not yet
Release Date
Not yet
44-x-y
Merged
PR Number
#53444
Merged At
Sep 3, 2026, 2:25:16 AM
Released In
Not yet
Release Date
Not yet
45-x-y
Merged
PR Number
#53445
Merged At
Sep 3, 2026, 2:25:24 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