Skip to content

Update CodeQL security analysis badge link in README#19223

Merged
seanbudd merged 1 commit intomasterfrom
update-codeql-badge
Nov 17, 2025
Merged

Update CodeQL security analysis badge link in README#19223
seanbudd merged 1 commit intomasterfrom
update-codeql-badge

Conversation

@seanbudd
Copy link
Copy Markdown
Member

It seems like GitHub changed the URL for CodeQL security analysis

Copilot AI review requested due to automatic review settings November 17, 2025 04:57
@seanbudd seanbudd requested review from a team as code owners November 17, 2025 04:57
@seanbudd seanbudd merged commit bcdbdd1 into master Nov 17, 2025
4 of 5 checks passed
@seanbudd seanbudd deleted the update-codeql-badge branch November 17, 2025 04:57
@github-actions github-actions bot added this to the 2026.1 milestone Nov 17, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the CodeQL security analysis badge URL in the README to reflect GitHub's changed URL structure for CodeQL workflows. The old URL path (github-code-scanning/codeql) has been replaced with the simpler workflow file reference (codeql.yml).

  • Updated CodeQL badge and link URLs from the deprecated github-code-scanning/codeql path to codeql.yml
  • Simplified the badge URL structure to align with standard GitHub Actions workflow badge patterns

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

* Beta build status: [![view latest beta builds](https://github.com/nvaccess/nvda/actions/workflows/testAndPublish.yml/badge.svg?branch=beta)](https://github.com/nvaccess/nvda/actions/workflows/testAndPublish.yml?query=branch%3Abeta+event%3Apush)
* Pre-commit status (master): [![view pre-commit checks on master](https://results.pre-commit.ci/badge/github/nvaccess/nvda/master.svg)](https://results.pre-commit.ci/latest/github/nvaccess/nvda/master)
* CodeQL security analysis status (master): [![view CodeQL security analysis checks on master](https://github.com/nvaccess/nvda/actions/workflows/github-code-scanning/codeql/badge.svg?branch=master)](https://github.com/nvaccess/nvda/actions/workflows/github-code-scanning/codeql?query=branch%3Amaster)
* CodeQL security analysis status (master): [![view CodeQL security analysis checks on master](https://github.com/nvaccess/nvda/actions/workflows/codeql.yml/badge.svg)](https://github.com/nvaccess/nvda/actions/workflows/codeql.yml)
Copy link

Copilot AI Nov 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated CodeQL badge URL is missing the branch parameter. For consistency with the other status badges in this file (Alpha and Beta build status), and since the description says "status (master)", the badge should include ?branch=master parameter:

[![view CodeQL security analysis checks on master](https://github.com/nvaccess/nvda/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/nvaccess/nvda/actions/workflows/codeql.yml?query=branch%3Amaster)

This ensures the badge specifically shows the master branch status rather than the default branch status.

Suggested change
* CodeQL security analysis status (master): [![view CodeQL security analysis checks on master](https://github.com/nvaccess/nvda/actions/workflows/codeql.yml/badge.svg)](https://github.com/nvaccess/nvda/actions/workflows/codeql.yml)
* CodeQL security analysis status (master): [![view CodeQL security analysis checks on master](https://github.com/nvaccess/nvda/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/nvaccess/nvda/actions/workflows/codeql.yml?query=branch%3Amaster)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants