Replace outdated hardcoded GitHub SHA links for SARIF schemas with HTTP links#40550
Replace outdated hardcoded GitHub SHA links for SARIF schemas with HTTP links#40550Sharra-writes merged 2 commits intogithub:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates outdated SARIF specification and schema links in the GitHub documentation. The previous links pointed to specific SHA commits and file paths that are no longer valid due to repository restructuring in the SARIF specification repository.
- Updated SARIF specification documentation link to point to the official OASIS documentation
- Updated SARIF schema links to use the current canonical URLs instead of outdated SHA-specific paths
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/sarif-output.md | Updated SARIF specification and schema links to use current canonical URLs |
| content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md | Updated SARIF schema link to use current canonical URL |
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. |
|
@TWiStErRob I've confirmed the links work, and I'm going to trust the community that the content in them is correct, since you know better than I do. |
|
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:
What's being changed (if available, include any code snippets, screenshots, or gifs):
Only the pointed links changed:
SARIF specfication documentationnow points to the docs, not the schema. This is the same URL to where theOASIS Standardlink points.Check off the following: