Skip to content

Commit 48dd7bb

Browse files
committed
chore: ignore src/libs in codeql
1 parent 1b82da5 commit 48dd7bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@ jobs:
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v2
44+
uses: github/codeql-action/init@v3
4545
with:
4646
languages: ${{ matrix.language }}
4747
# If you wish to specify custom queries, you can do so here or in a config file.
4848
# By default, queries listed here will override any specified in a config file.
4949
# Prefix the list here with "+" to use these queries and those in the config file.
5050
# queries: ./path/to/local/query, your-org/your-repo/queries@main
51+
config: |
52+
paths-ignore:
53+
- src/libs
5154
5255
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5356
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)