diff --git a/.github/codeql-config.yml b/.github/codeql-config.yml deleted file mode 100644 index d538a08e2..000000000 --- a/.github/codeql-config.yml +++ /dev/null @@ -1,3 +0,0 @@ -name: "CodeQL config" -paths-ignore: - - src/crewai/cli/templates/** diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2e378107a..b2bd0d883 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -73,7 +73,6 @@ jobs: with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - config-file: .github/codeql-config.yml # 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.