From 9fbc602b3edc9b7c32027b299e7e79607800a52f Mon Sep 17 00:00:00 2001 From: theCyberTech <84775494+theCyberTech@users.noreply.github.com> Date: Fri, 26 Sep 2025 15:15:20 +0800 Subject: [PATCH] Revert "Update CodeQL workflow to include custom config file" This reverts commit 9c54bfce1bf41dbdbe455b3df68ecd9d533e65db. --- .github/codeql-config.yml | 3 --- .github/workflows/codeql.yml | 1 - 2 files changed, 4 deletions(-) delete mode 100644 .github/codeql-config.yml 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.