| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me 🎏
Sorry, something went wrong.
| if ( | ||
| await features.getValue( | ||
| Feature.EvaluatorIntraLayerParallelismEnabled, | ||
| this, | ||
| ) | ||
| ) { | ||
| codeqlArgs.push("--intra-layer-parallelism"); | ||
| } |
There was a problem hiding this comment.
Tip for the future: sometimes we may want to disable a feature flag after it's already been enabled by default in the CLI. To do that, we can use a pattern like this where we pass the --no- flag for sufficiently new CLIs when the feature is disabled: https://github.com/github/codeql-action/blob/2f8540dd316af4b6d54b847dba3e67bea2b870e0/src/codeql.ts#L844C1-L851C1.
Sorry, something went wrong.
There was a problem hiding this comment.
Ah that's nice, thanks. I'll make a PR to do that.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Merge / deployment checklist