From a2bccdc1f6b29167e28b3a13a00aa5b221f03a14 Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Fri, 7 Feb 2025 10:38:53 +0200 Subject: [PATCH] Update CodeQL badge Signed-off-by: Violeta Georgieva --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71a7cd96d..1a0134287 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Reactor Netty](https://img.shields.io/maven-central/v/io.projectreactor.netty/reactor-netty.svg?colorB=brightgreen)](https://mvnrepository.com/artifact/io.projectreactor.netty/reactor-netty) -[![publish](https://github.com/reactor/reactor-netty/actions/workflows/publish.yml/badge.svg)](https://github.com/reactor/reactor-netty/actions/workflows/publish.yml) [![CodeQL](https://github.com/reactor/reactor-netty/workflows/CodeQL/badge.svg?event=push)](https://github.com/reactor/reactor-netty/actions?query=workflow%3ACodeQL) +[![publish](https://github.com/reactor/reactor-netty/actions/workflows/publish.yml/badge.svg)](https://github.com/reactor/reactor-netty/actions/workflows/publish.yml) [![CodeQL](https://github.com/reactor/reactor-netty/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/reactor/reactor-netty/actions/workflows/codeql-analysis.yml) `Reactor Netty` offers non-blocking and backpressure-ready `TCP`/`HTTP`/`UDP`/`QUIC` clients & servers based on `Netty` framework.