Commit 2e403e4
committed
fix(ci): remove path filters from CodeQL workflow to unblock dependency PRs
Repository ruleset requires CodeQL checks on all PRs, but the workflow
had path filters that prevented it from running on dependency updates
(package.json/package-lock.json changes). This blocked Dependabot PRs.
Removing path filters ensures CodeQL runs on all PRs including dependency
updates, which is important for security scanning.1 parent 5604e11 commit 2e403e4
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 6 | | |
11 | 7 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 8 | | |
17 | 9 | | |
18 | 10 | | |
| |||
0 commit comments