-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update supported versions workflow #4289
Conversation
Thank you for updating Change log entry section 👏 Visited at: 2025-01-15 14:40:38 UTC |
Datadog ReportBranch report: ✅ 0 Failed, 22195 Passed, 1476 Skipped, 5m 14.44s Total Time |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4289 +/- ##
==========================================
- Coverage 97.71% 97.71% -0.01%
==========================================
Files 1355 1355
Lines 82434 82434
Branches 4213 4213
==========================================
- Hits 80553 80548 -5
- Misses 1881 1886 +5 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2025-01-14 20:45:52 Comparing candidate commit bee97cc in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics. |
* master: (161 commits) Bump to version 2.9.0 (#4293) Increase type checking coverage (#4290) DEBUG-3329 rename datadog/di/init to datadog/di/preload (#4288) update supported versions workflow (#4289) DEBUG-3182 DI railtie (#4272) DEBUG-3328 report DI status in environment logger summary (#4285) Move out ostruct gem from test group for Ruby 3.5 DEBUG-3316 verify code tracking works in forked processes (#4284) Fix rebase issue in Rack::RequestMiddleware Improve code style in AppSec rack middlewares Improve variable naming in Rack::RequestBodyMiddleware Improve variable naming in Rack::RequestMiddleware Simplify Rack::RequestMiddleware Switch AppSec rack blocking to throw Extract to .gitlab/scripts Implement polling vaccine Update RBS signatures Add new RSpec negate matcher not_change Replace direct AppSec::Processor::Context calls Change AppSec::Context exposed interface ...
What does this PR do?
Update supported versions workflow from #4210
There was a bug with not correctly parsing lines such as
gem "rest-client"
, which should be treated as usinglatest
.Additionally, fix hardcoded versions for
makara
httpx
Motivation:
Change log entry
None
Additional Notes:
How to test the change?