fix:codeQL #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .github/codeql/codeql-config.yml | ||
| paths-ignore: | ||
| - '**/target/' # Maven 编译输出 | ||
| - '**/src/test/' # 单元测试代码(测试断言常被误报) | ||
| - '**/generated-sources/' # 自动生成的代码(如 MapStruct、QueryDSL) | ||