Fix up GHA badges
diff --git a/README.md b/README.md
index 4d8c84c..d1b5519 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,11 @@
 Apache Commons DbUtils
 ===================
 
-[![GitHub Actions Status](https://github.com/apache/commons-dbutils/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-dbutils/actions)
+[![Java CI](https://github.com/apache/commons-dbutils/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-dbutils/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-dbutils)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/?gav=true)
 [![Javadocs](https://javadoc.io/badge/commons-dbutils/commons-dbutils/1.8.1.svg)](https://javadoc.io/doc/commons-dbutils/commons-dbutils/1.8.1)
-[![CodeQL](https://github.com/apache/commons-dbutils/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
+[![CodeQL](https://github.com/apache/commons-dbutils/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/codeql-analysis.yml)
 [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-dbutils/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-dbutils)
 
 The Apache Commons DbUtils package is a set of Java utility classes for easing JDBC development.