Commit f3397a9
committed
fix(codeql): enforce CommonJS behavior in environment setup
* Updated `getCleanEnvironment()` method to set `NODE_OPTIONS` to `--no-experimental-modules`.
* This change prevents ES module conflicts during CodeQL execution, ensuring compatibility with various project configurations.1 parent 85bdf1a commit f3397a9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments