Commit 59ef234
committed
Fix CodeQL configuration syntax errors
FIXES:
- Fixed invalid array-to-string type mismatch in codeql-config.yml
- Simplified queries configuration from complex array to single string
- Removed unsupported query-filters syntax that was causing deserialization errors
- Kept essential paths-ignore and paths configuration for third-party exclusion
CHANGES:
- queries: Changed from array format to string format (security-and-quality)
- Removed complex query-filters that aren't supported in standard CodeQL config
- Maintained all path exclusions for third-party libraries
- Simplified configuration to use only supported CodeQL config options
This should resolve the 'Cannot deserialize value of type java.lang.String from Array value' error.1 parent d4c345a commit 59ef234
1 file changed
Lines changed: 4 additions & 48 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 3 | + | |
43 | 4 | | |
44 | 5 | | |
45 | 6 | | |
| |||
51 | 12 | | |
52 | 13 | | |
53 | 14 | | |
54 | | - | |
| 15 | + | |
55 | 16 | | |
56 | 17 | | |
57 | 18 | | |
| |||
60 | 21 | | |
61 | 22 | | |
62 | 23 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 24 | + | |
| 25 | + | |
0 commit comments