Fix `runInterpretResultsFor` using the wrong `AnalysisConfig` for Code Quality `category` fix by mbg · Pull Request #3103 · github/codeql-action

We accidentally kept dbAnalysisConfig here when refactoring this into its own function, instead of analysis. This meant that the check never succeeded, unless code-quality was the only active analysis.

Risk assessment

For internal use only. Please select the risk level of this change:

  • Low risk: Changes are fully under feature flags, or have been fully tested and validated in pre-production environments and are highly observable, or are documentation or test only.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Consider adding a changelog entry for this change.
  • Confirm the readme and docs have been updated if necessary.