-
Notifications
You must be signed in to change notification settings - Fork 63k
Closed
Labels
code securityContent related to code securityContent related to code securitycontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
Some of the code scanning and CodeQL articles have tables that describe command-line or workflow options that should not be wrapped.
The <nobr>
and </nobr>
tags originally used to stop text wrapping work inconsistently and are deprecated. For more information, see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nobr
This formatting needs to be replaced with a span and the white-space: nowrap
style. For examples, see:
What part(s) of the article would you like to see updated?
Files that need to be updated:
- About billing for GitHub Advanced Security
- Configuring CodeQL CLI in your CI system
- Analyzing your code with CodeQL queries
- Customizing analysis with CodeQL packs
- Preparing your code for CodeQL analysis
- Uploading CodeQL analysis results to GitHub
This list is correct now, but we are refactoring the CodeQL CLI docs and so some of these articles and examples may move.
Additional information
No response
Metadata
Metadata
Assignees
Labels
code securityContent related to code securityContent related to code securitycontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue