diff --git a/.github/codeql-config.yaml b/.github/codeql-config.yaml index f2f9817..10cc356 100644 --- a/.github/codeql-config.yaml +++ b/.github/codeql-config.yaml @@ -1,13 +1,3 @@ -query-filters: - - exclude: - # There is currently only one maintainer - id: CodeReviewID - - exclude: - # Having only one maintainer, branch protection does not make sense - id: BranchProtectionID - - exclude: - # Projects is not used enough to be accepted by OSS-Fuzz - id: FuzzingID - - exclude: - # Seems to be overkill atm - id: CIIBestPracticesID +#query-filters: +# - exclude: +# id: ... diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2c34eea..8cb17c9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,7 +61,7 @@ jobs: # 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. - config-file: ./.github/codeql-config.yaml + # config-file: ./.github/codeql-config.yaml # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).