| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR introduces a new feature flag that allows the action to force the CodeQL CLI to use the JGit-based Git backend, providing an emergency override if the git CLI-based backend causes issues.
Changes:
| File | Description |
|---|---|
| src/init-action.ts | Exports CODEQL_GIT_BACKEND=jgit when the new feature flag is enabled. |
| src/feature-flags.ts | Defines the new ForceJGit feature flag and its configuration/env var override. |
| lib/entry-points.js | Generated output updated to match the TypeScript source changes. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add a feature flag to force Git client selection to use the JGit Git backend. This is an emergency override in case of problems with the git CLI based backend.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Workflow types:
Products:
Environments:
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist