| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Removes the deprecated quality-queries input from the CodeQL init action and changes behavior so that any usage results in a configuration error.
Changes:
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| src/analyses.ts | Converts quality-queries handling from a warning/back-compat behavior to a hard error. |
| src/analyses.test.ts | Updates expectations to assert ConfigurationError is thrown when quality-queries is used. |
| lib/init-action.js | Generated JS output reflecting the TS changes. |
| init/action.yml | Removes the quality-queries input definition from the init action metadata. |
| CHANGELOG.md | Notes the removal of the experimental quality-queries input under UNRELEASED. |
src/analyses.ts:69
if (!skipCache && cachedAnalysisKinds !== undefined) {
return cachedAnalysisKinds;
}
cachedAnalysisKinds = await parseAnalysisKinds(
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
We deprecated this short-lived, experimental input in CodeQL Action 3.30.2. This PR removes its remaining functionality and turns any use of it into an error.
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