From e7761bdfe8c78f815c05de78ffcc5fc0da4464d5 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Fri, 4 Nov 2022 11:33:03 +0000 Subject: [PATCH] CodeQL for Ruby GA at Universe - minor changes (#32091) Co-authored-by: Grace Park --- .github/workflows/codeql.yml | 2 +- data/reusables/code-scanning/codeql-languages-bullets.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 04009a7f10d6..a3ffb99e0832 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,6 +33,6 @@ jobs: - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 with: - languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!) + languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby} - uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78 continue-on-error: true diff --git a/data/reusables/code-scanning/codeql-languages-bullets.md b/data/reusables/code-scanning/codeql-languages-bullets.md index e3179d26df04..e12d817ad2f3 100644 --- a/data/reusables/code-scanning/codeql-languages-bullets.md +++ b/data/reusables/code-scanning/codeql-languages-bullets.md @@ -7,11 +7,13 @@ - Python{% ifversion fpt or ghes > 3.3 or ghec or ghae > 3.3 %} - Ruby +{% ifversion ghes < 3.8 or ghae < 3.8 %} {% note %} **Note**: {% data variables.product.prodname_codeql %} analysis for Ruby is currently in beta. During the beta, analysis of Ruby will be less comprehensive than {% data variables.product.prodname_codeql %} analysis of other languages. {% endnote %} +{% endif %} For more information, see the documentation on the {% data variables.product.prodname_codeql %} website: "[Supported languages and frameworks](https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/)." {% endif %}