Skip to content

Commit bf688fe

Browse files
committed
fix:codeQL config
1 parent d0d2c9b commit bf688fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# .github/workflows/codeql-config.yml
1+
# .github/codeql/codeql-config.yml
22
paths-ignore:
33
- '**/target/' # Maven 编译输出
44
- '**/src/test/' # 单元测试代码(测试断言常被误报)

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
languages: ${{ matrix.language }}
7373
build-mode: ${{ matrix.build-mode }}
74-
config-file: ./.github/workflows/codeql-config.yml # <--- 加上这一行
74+
config-file: ./.github/codeql/codeql-config.yml # <--- 加上这一行
7575
# If you wish to specify custom queries, you can do so here or in a config file.
7676
# By default, queries listed here will override any specified in a config file.
7777
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)