mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 15:22:37 +00:00
chore: fix codeql coverage and action version (#4454)
This commit is contained in:
5
.github/codeql/codeql-config.yml
vendored
5
.github/codeql/codeql-config.yml
vendored
@@ -14,13 +14,18 @@ paths-ignore:
|
|||||||
- "lib/crewai/src/crewai/experimental/a2a/**"
|
- "lib/crewai/src/crewai/experimental/a2a/**"
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
|
# Include GitHub Actions workflows/composite actions for CodeQL actions analysis
|
||||||
|
- ".github/workflows/**"
|
||||||
|
- ".github/actions/**"
|
||||||
# Include all Python source code from workspace packages
|
# Include all Python source code from workspace packages
|
||||||
- "lib/crewai/src/**"
|
- "lib/crewai/src/**"
|
||||||
- "lib/crewai-tools/src/**"
|
- "lib/crewai-tools/src/**"
|
||||||
|
- "lib/crewai-files/src/**"
|
||||||
- "lib/devtools/src/**"
|
- "lib/devtools/src/**"
|
||||||
# Include tests (but exclude cassettes via paths-ignore)
|
# Include tests (but exclude cassettes via paths-ignore)
|
||||||
- "lib/crewai/tests/**"
|
- "lib/crewai/tests/**"
|
||||||
- "lib/crewai-tools/tests/**"
|
- "lib/crewai-tools/tests/**"
|
||||||
|
- "lib/crewai-files/tests/**"
|
||||||
- "lib/devtools/tests/**"
|
- "lib/devtools/tests/**"
|
||||||
|
|
||||||
# Configure specific queries or packs if needed
|
# Configure specific queries or packs if needed
|
||||||
|
|||||||
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v3
|
uses: github/codeql-action/init@v4
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
build-mode: ${{ matrix.build-mode }}
|
build-mode: ${{ matrix.build-mode }}
|
||||||
@@ -98,6 +98,6 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v3
|
uses: github/codeql-action/analyze@v4
|
||||||
with:
|
with:
|
||||||
category: "/language:${{matrix.language}}"
|
category: "/language:${{matrix.language}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user