Fix broken Dependencies table in GHAS feature matrix#66
Merged
felickz merged 2 commits intoupdate-ghas-matrix-3.20-d40ea02b14abe43cfrom Mar 20, 2026
Merged
Fix broken Dependencies table in GHAS feature matrix#66felickz merged 2 commits intoupdate-ghas-matrix-3.20-d40ea02b14abe43cfrom
felickz merged 2 commits intoupdate-ghas-matrix-3.20-d40ea02b14abe43cfrom
Conversation
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com> Agent-Logs-Url: https://github.com/advanced-security/advanced-security-material/sessions/24665cc5-7c57-4b0b-a33b-a20e291137d5
Copilot
AI
changed the title
[WIP] Update GHAS feature matrix for GHES 3.20
Fix broken Dependencies table in GHAS feature matrix
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Dependencies table in
GHAS-on-GHES-feature-matrix.mdwas rendering as raw pipe-delimited text instead of a formatted table due to a malformed separator row.Change
The header separator row had 7 cells but the header only defines 6 columns — the trailing
|-----|was the culprit:✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.