Skip to content

fix:codeQL

fix:codeQL #4

Workflow file for this run

# .github/codeql/codeql-config.yml

Check failure on line 1 in .github/workflows/codeql-config.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql-config.yml

Invalid workflow file

(Line: 2, Col: 1): Unexpected value 'paths-ignore', (Line: 2, Col: 1): Required property is missing: jobs
paths-ignore:
- '**/target/' # Maven 编译输出
- '**/src/test/' # 单元测试代码(测试断言常被误报)
- '**/generated-sources/' # 自动生成的代码(如 MapStruct、QueryDSL)