docs icon indicating copy to clipboard operation
docs copied to clipboard

Repository settings page "Code security and analysis" now called "Code security"

Open muzimuzhi opened this issue 1 year ago • 1 comments

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-dependabot-version-updates

and many more

What part(s) of the article would you like to see updated?

The article mention a repository settings page called "Code security and analysis", but I (as a free user) can only find the "Code security" page. It seems it's renamed.

image image

In .md source file:

https://github.com/github/docs/blob/d6ce5e50071781bceadc51c2605dc0cc6debf6b7/content/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates.md?plain=1#L43-L45

In the data file in use:

https://github.com/github/docs/blob/d6ce5e50071781bceadc51c2605dc0cc6debf6b7/data/reusables/repositories/navigate-to-code-security-and-analysis.md?plain=1#L1

Note the name of the repository settings page "Code security and analysis" is mentioned in many other articles.

Additional information

In another article referring to the similar organization settings page, I found a {% ifversion security-configurations %} condition (added by bdb43a5f9a893834e98d7d54eb42b35eab0cf1fc) which controls whether use "Code security and analysis" or "Code security". Maybe this is the needed form.

https://docs.github.com/en/code-security/code-scanning/managing-your-code-scanning-configuration/editing-your-configuration-of-default-setup#extending-coverage-for-all-repositories-in-an-organization

image

https://github.com/github/docs/blob/d6ce5e50071781bceadc51c2605dc0cc6debf6b7/content/code-security/code-scanning/managing-your-code-scanning-configuration/editing-your-configuration-of-default-setup.md#L106-L110

muzimuzhi avatar Oct 19 '24 14:10 muzimuzhi