Skip to content

Commit e7761bd

Browse files
CodeQL for Ruby GA at Universe - minor changes (#32091)
Co-authored-by: Grace Park <gracepark@github.com>
1 parent e4c0d13 commit e7761bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
3434
- uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78
3535
with:
36-
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!)
36+
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby}
3737
- uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78
3838
continue-on-error: true

data/reusables/code-scanning/codeql-languages-bullets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
- Python{% ifversion fpt or ghes > 3.3 or ghec or ghae > 3.3 %}
88
- Ruby
99

10+
{% ifversion ghes < 3.8 or ghae < 3.8 %}
1011
{% note %}
1112

1213
**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.
1314

1415
{% endnote %}
16+
{% endif %}
1517

1618
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/)."
1719
{% endif %}

0 commit comments

Comments
 (0)