mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Revert "Update CodeQL workflow to include custom config file"
This reverts commit 9c54bfce1b.
This commit is contained in:
3
.github/codeql-config.yml
vendored
3
.github/codeql-config.yml
vendored
@@ -1,3 +0,0 @@
|
|||||||
name: "CodeQL config"
|
|
||||||
paths-ignore:
|
|
||||||
- src/crewai/cli/templates/**
|
|
||||||
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
@@ -73,7 +73,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
build-mode: ${{ matrix.build-mode }}
|
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.
|
# 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.
|
# 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.
|
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||||
|
|||||||
Reference in New Issue
Block a user