Merge branch 'main' into flow

This commit is contained in:
Alexey
2026-03-22 12:38:37 +03:00
committed by GitHub
3 changed files with 74 additions and 47 deletions

View File

@@ -7,7 +7,16 @@ queries:
- uses: security-and-quality
- uses: ./.github/codeql/queries
paths-ignore:
- "**/tests/**"
- "**/test/**"
- "**/*_test.rs"
- "**/*/tests.rs"
query-filters:
- exclude:
tags:
- test
- exclude:
id:
- rust/unwrap-on-option