Skip to content

Bump nokogiri from 1.16.2 to 1.19.4 #72

Bump nokogiri from 1.16.2 to 1.19.4

Bump nokogiri from 1.16.2 to 1.19.4 #72

Triggered via pull request August 12, 2026 02:24
Status Failure
Total duration 19s
Artifacts

main.yml

on: pull_request
Lint code with SwiftLint
15s
Lint code with SwiftLint
Matrix: pod-lint
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
Lint podspec using Xcode 16.4
Error: No Xcode ~> >=16.4.0 <16.5.0-0
Test using Xcode 16.4
Error: No Xcode ~> >=16.4.0 <16.5.0-0
Lint podspec using Xcode 16.4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a, mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint podspec using Xcode 16.4
We feel you. CI failures suck. Download the `.xcresult` files we just artifact’d. They *really* help diagnose what went wrong! https://github.com/auth0/Lock.swift/actions/runs/31556762456#artifact
Lint podspec using Xcode 16.4
strange… no `.xcresult` bundles found
Test using Xcode 16.4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a, mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test using Xcode 16.4
We feel you. CI failures suck. Download the `.xcresult` files we just artifact’d. They *really* help diagnose what went wrong! https://github.com/auth0/Lock.swift/actions/runs/31556762456#artifact
Test using Xcode 16.4
strange… no `.xcresult` bundles found
Lint code with SwiftLint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint code with SwiftLint: Lock/Routes.swift#L69
`if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
Lint code with SwiftLint: Lock/UnrecoverableError.swift#L57
`if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
Lint code with SwiftLint: Lock/InputField.swift#L25
Class body should span 300 lines or less excluding comments and whitespace: currently spans 351 lines (type_body_length)
Lint code with SwiftLint: Lock/CountryTableViewController.swift#L61
Remove overridden functions that don't do anything except call their super (unneeded_override)
Lint code with SwiftLint
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust