Skip to content

Try to fix failing ci

24968f6
Select commit
Loading
Failed to load commit list.
Open

Test all ractors multi ractor #698

Try to fix failing ci
24968f6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Sep 29, 2025 in 4s

1 new alert including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 63 in test/ruby/test_whileuntil.rb

See this annotation in the file changed.

Code scanning / CodeQL

Use of `Kernel.open` or `IO.read` or similar sinks with a non-constant value Critical test

Call to Kernel.open with a non-constant value. Consider replacing it with File.open.