File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,16 @@ jobs:
41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@v2
44
+ uses : github/codeql-action/init@v3
45
45
with :
46
46
languages : ${{ matrix.language }}
47
47
# If you wish to specify custom queries, you can do so here or in a config file.
48
48
# By default, queries listed here will override any specified in a config file.
49
49
# Prefix the list here with "+" to use these queries and those in the config file.
50
50
# queries: ./path/to/local/query, your-org/your-repo/queries@main
51
+ config : |
52
+ paths-ignore:
53
+ - src/libs
51
54
52
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
53
56
# If this step fails, then you should remove it and run the build manually (see below)
You can’t perform that action at this time.
0 commit comments