Skip to content

Commit 2da2306

Browse files
authored
ci: remove path exclusion for CodeQL Action runs (#1004)
This PR adds .github/workflows to the CodeQL configuration and removes path exclusions from the CodeQL GitHub Action, ensuring that CodeQL runs on all changes, including modifications to GitHub Actions workflows themselves.
1 parent 7bd4bc4 commit 2da2306

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/codeql/codeql-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: CodeQL configuration
22
paths:
33
- src/package
4+
- .github/workflows

.github/workflows/codeql-analysis.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
branches:
1212
- release
1313
- main
14-
# Avoid unnecessary scans of pull requests.
15-
paths:
16-
- '**/*.py'
1714
schedule:
1815
- cron: 20 15 * * 3
1916
permissions:

0 commit comments

Comments
 (0)