Skip to content

Commit a5628cb

Browse files
committed
fix(readme): point the CodeQL badge at the workflow that runs it
The badge used the github-code-scanning/codeql path, which is where GitHub's default setup publishes. This repository runs CodeQL from its own .github/workflows/codeql.yml, so that URL had no run to report and the badge rendered "CodeQL - no status". Verified against both URLs: the old one returns a badge titled "CodeQL - no status", the new one "CodeQL - passing". Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
1 parent 3a9fb2b commit a5628cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![CI](https://github.com/netresearch/ofelia/actions/workflows/ci.yml/badge.svg)](https://github.com/netresearch/ofelia/actions/workflows/ci.yml)
88
[![CodSpeed](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json&style=flat&label=benchmarks&logo=codspeed)](https://codspeed.io/netresearch/ofelia)
99
[![codecov](https://codecov.io/gh/netresearch/ofelia/graph/badge.svg)](https://codecov.io/gh/netresearch/ofelia)
10-
[![CodeQL](https://github.com/netresearch/ofelia/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/netresearch/ofelia/actions/workflows/github-code-scanning/codeql)
10+
[![CodeQL](https://github.com/netresearch/ofelia/actions/workflows/codeql.yml/badge.svg)](https://github.com/netresearch/ofelia/actions/workflows/codeql.yml)
1111
[![GitHub release](https://img.shields.io/github/v/release/netresearch/ofelia)](https://github.com/netresearch/ofelia/releases/latest)
1212
[![Go Version](https://img.shields.io/github/go-mod/go-version/netresearch/ofelia)](go.mod)
1313
[![License](https://img.shields.io/github/license/netresearch/ofelia)](LICENSE)

0 commit comments

Comments
 (0)