Skip to content

Commit

Permalink
CodeQL for Ruby GA at Universe - minor changes (github#32091)
Browse files Browse the repository at this point in the history
Co-authored-by: Grace Park <[email protected]>
  • Loading branch information
felicitymay and gracepark authored Nov 4, 2022
1 parent e4c0d13 commit e7761bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions data/reusables/code-scanning/codeql-languages-bullets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit e7761bd

Please sign in to comment.