We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2058e78 commit 857a201Copy full SHA for 857a201
.github/workflows/codeql.yml
@@ -101,10 +101,10 @@ jobs:
101
# tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.20.7/codeql-bundle-linux64.tar.gz
102
103
# Add exclusions
104
- # config: |
105
- # query-filters:
106
- # - exclude:
107
- # id: py/file-not-closed
+ config: |
+ query-filters:
+ - exclude:
+ id: py/file-not-closed
108
109
# If the analyze step fails for one of the languages you are analyzing with
110
# "We were unable to automatically build your code", modify the matrix above
0 commit comments