From 292e05ab27bec530c4269bd91932fa1478b33d65 Mon Sep 17 00:00:00 2001 From: Volker Stampa Date: Sat, 30 Nov 2024 22:04:14 +0100 Subject: [PATCH] Remove obsolete codeql config The excluded checks are not codeql checks but scorecard checks. --- .github/codeql-config.yaml | 16 +++------------- .github/workflows/codeql.yml | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) 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).