From 55a437c003926d657f0c6804a833587b51161c5d Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 16 Nov 2022 18:31:04 +0000 Subject: [PATCH] Add Ruby to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b3c2703..eaaa0438d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ jobs: uses: github/codeql-action/init@v2 # Override language selection by uncommenting this and choosing your languages # with: - # languages: go, javascript, csharp, python, cpp, java + # languages: go, javascript, csharp, python, cpp, java, ruby # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below).