fix(code-security): update advanced CodeQL setup links - #46079
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
This comment was marked as spam.
This comment was marked as spam.
subatoi
left a comment
There was a problem hiding this comment.
Thanks @aniruddhaadak80—we do have redirects in place so there's no need to raise a large number of PRs to fix any old links, but we appreciate your contribution and I'll go ahead and merge this
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Closes #46077
Four CodeQL articles still used the legacy advanced-setup route in their
permissionsfrontmatter. That route resolves through a redirect, while the current article is available at the stable path used by the rest of the CodeQL documentation. Updating the source removes the redirect hop without changing the permissions text or product behavior.What's being changed (if available, include any code snippets, screenshots, or gifs):
/code-security/how-tos/find-and-fix-code-vulnerabilities/configure-code-scanning/configuring-advanced-setup-for-code-scanning.Validation completed with Node.js v24.19.0:
npm run build— passed.npm run lint-content -- --paths content/code-security/concepts/code-scanning/codeql/codeql-for-compiled-languages.md content/code-security/how-tos/find-and-fix-code-vulnerabilities/manage-your-configuration/codeql-for-compiled-languages.md content/code-security/reference/code-scanning/codeql/build-options-for-compiled-languages.md content/code-security/reference/code-scanning/workflow-configuration-options.md— passed with no errors.npm test -- --no-file-parallelism --maxWorkers=1 src/content-render/tests/render-changed-and-deleted-files.tswith all four edited files inCHANGED_FILES— 2 tests passed.npm run check-links-pr -- --files content/code-security/concepts/code-scanning/codeql/codeql-for-compiled-languages.md content/code-security/how-tos/find-and-fix-code-vulnerabilities/manage-your-configuration/codeql-for-compiled-languages.md content/code-security/reference/code-scanning/codeql/build-options-for-compiled-languages.md content/code-security/reference/code-scanning/workflow-configuration-options.md— 57 links checked; all links valid.npm run tsc— passed.git diff --check— passed.Check off the following: