Commit 98d22f5
committed
fix(workflows): Set correct build-mode for CodeQL language matrix
- Changed build-mode logic to use 'none' for Python and JavaScript
- Kept 'manual' build-mode only for Go language
- Fixes "Python does not support manual build mode" error
- Simplified conditional expression for better clarity
Previous logic had operator precedence issues that could cause
Python/JavaScript to incorrectly receive 'manual' build mode.
New logic: Go gets 'manual', all others get 'none'.1 parent d24c04f commit 98d22f5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments