Commit Graph

9 Commits

Author SHA1 Message Date
lukaszraczylo 29263dc8a2 gosec govulncheck runs (#1)
* gosec govulncheck runs

* Fix flaky TestRateLimiter_Matrix test

The test was failing due to two issues:
1. Test name generation used invalid character conversion (string(rune('0'+limit)))
   which produced non-printable characters for limits >= 10
2. Using 10ms windows with 100 requests caused race conditions - early requests
   would expire before all 100 were made, allowing the 101st request

Changed to use struct-based test cases with proper fmt.Sprintf naming and
a consistent 1-second window that won't expire during rapid test execution.
2025-12-09 01:07:16 +00:00
lukaszraczylo 1b66f4c6f9 Trigger autoupdater 2025-12-08 01:11:32 +00:00
lukaszraczylo 6eb634bfd0 Move to shared workflows. 2025-12-07 13:25:56 +00:00
lukaszraczylo 4bf0dd2cdf Update the autoupdate workflow 2025-12-07 12:36:24 +00:00
lukaszraczylo 70ac227613 Update autoupdate workflow. LOL. 2025-12-03 00:47:35 +00:00
lukaszraczylo e1b9c15a2a fixup! fixup! Fix autoupdate workflow 2025-12-01 14:39:46 +00:00
lukaszraczylo acc80882e2 fixup! Fix autoupdate workflow 2025-12-01 14:31:00 +00:00
lukaszraczylo 5e24b13595 Fix autoupdate workflow 2025-12-01 14:24:59 +00:00
lukaszraczylo 22552aec99 Initial commit. 2025-11-28 12:57:23 +00:00