| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR disables the OverlayAnalysisStatusCheck feature flag for the Code Scanning config CLI test workflow. PR #3487 introduced caching of overlay analysis failures, which caused this test workflow to skip overlay analysis when a main-branch build had previously failed. Setting CODEQL_ACTION_OVERLAY_ANALYSIS_STATUS_CHECK: false prevents the cached failure status from affecting this test workflow, ensuring stable test results independent of transient main-branch build failures.
Changes:
Sorry, something went wrong.
To make it easier to see what they do at a glance
There was a problem hiding this comment.
Thanks, and good idea re adding JSDoc to Features
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This workflow is currently failing, because #3487 is enabled for this repo and a build on main failed. We can delete the cache to unblock the workflow, but would then have the same problem next time a CodeQL analysis fails on main.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
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?
N/A
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist