Skip to content

Commit c5eac65

Browse files
authored
PYTHON-4417 Update CodeQL Config (#77)
1 parent 2b7678a commit c5eac65

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
3-
#
4-
# You may wish to alter this file to override the set of languages analyzed,
5-
# or to provide custom queries or build logic.
6-
#
7-
# ******** NOTE ********
8-
# We have attempted to detect the languages in your repository. Please check
9-
# the `language` matrix defined below to confirm you have the correct set of
10-
# supported CodeQL languages.
11-
#
121
name: "CodeQL"
132

143
on:
@@ -49,6 +38,14 @@ jobs:
4938
with:
5039
languages: ${{ matrix.language }}
5140
build-mode: ${{ matrix.build-mode }}
41+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
42+
queries: security-extended
43+
config: |
44+
paths-ignore:
45+
- '.github/**'
46+
- 'doc/**'
47+
- 'scripts/**'
48+
- 'test/**'
5249
5350
- if: matrix.build-mode == 'manual'
5451
run: |

0 commit comments

Comments
 (0)