From f0ec0ab16a632e923d4d596c7f72a16d50a01466 Mon Sep 17 00:00:00 2001 From: Sebb Date: Sat, 21 Oct 2023 17:17:58 +0100 Subject: [PATCH] Fix up GHA badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75f8979..caad61a 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ ---> Apache Commons Logging =================== -[![GitHub Actions Status](https://github.com/apache/commons-logging/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-logging/actions) +[![Java CI](https://github.com/apache/commons-logging/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/maven.yml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/?gav=true) -[![CodeQL](https://github.com/apache/commons-logging/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL) +[![CodeQL](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml) Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.