fix: add CodeQL configuration to properly exclude template directories (#3641)

This commit is contained in:
Rip&Tear
2025-10-06 08:21:51 +08:00
committed by GitHub
parent bf9e0423f2
commit f0f94f2540
2 changed files with 22 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config-file: ./.github/codeql/codeql-config.yml
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.