From 20e60d0b6ad493cb406d47692990ffcd069acf77 Mon Sep 17 00:00:00 2001 From: Michael Primeaux Date: Fri, 15 Nov 2024 17:28:14 -0600 Subject: [PATCH] debt: Add CodeQL badges to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a7e2af..aa3400a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/sixafter/nanoid.svg)](https://pkg.go.dev/github.com/sixafter/nanoid) [![Go Report Card](https://goreportcard.com/badge/github.com/sixafter/nanoid)](https://goreportcard.com/report/github.com/sixafter/nanoid) [![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](LICENSE) +![CodeQL](https://github.com/sixafter/nanoid/actions/workflows/codeql-analysis.yaml/badge.svg) A simple, fast, and efficient Go implementation of [Nano ID](https://github.com/ai/nanoid), a tiny, secure, URL-friendly, unique string ID generator.