1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Update all files to use {% data %} (#15253)

* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
This commit is contained in:
Jason Etcovitch
2020-09-29 16:01:04 -04:00
committed by GitHub
parent aa5a62d49d
commit caaee7a124
14816 changed files with 100317 additions and 100247 deletions

View File

@@ -1,10 +1,10 @@
{% note %}
{% if currentVersion == "free-pro-team@latest" %}
**Note:** The {{ site.data.variables.product.prodname_codeql_runner }} uses the {{ site.data.variables.product.prodname_codeql }} CLI to analyze code and therefore has the same license conditions. It's free to use on public repositories that are maintained on {{ site.data.variables.product.prodname_dotcom_the_website}}, and available to use on private repositories that are owned by customers with an {{ site.data.variables.product.prodname_advanced_security }} license. For information, see "[{{ site.data.variables.product.product_name }} {{ site.data.variables.product.prodname_codeql }} Terms and Conditions](https://securitylab.github.com/tools/codeql/license)" and "[{{ site.data.variables.product.prodname_codeql }} CLI](https://help.semmle.com/codeql/codeql-cli.html)."
**Note:** The {% data variables.product.prodname_codeql_runner %} uses the {% data variables.product.prodname_codeql %} CLI to analyze code and therefore has the same license conditions. It's free to use on public repositories that are maintained on {% data variables.product.prodname_dotcom_the_website %}, and available to use on private repositories that are owned by customers with an {% data variables.product.prodname_advanced_security %} license. For information, see "[{% data variables.product.product_name %} {% data variables.product.prodname_codeql %} Terms and Conditions](https://securitylab.github.com/tools/codeql/license)" and "[{% data variables.product.prodname_codeql %} CLI](https://help.semmle.com/codeql/codeql-cli.html)."
{% else %}
**Note:** The {{ site.data.variables.product.prodname_codeql_runner }} is available to customers with an {{ site.data.variables.product.prodname_advanced_security }} license.
**Note:** The {% data variables.product.prodname_codeql_runner %} is available to customers with an {% data variables.product.prodname_advanced_security %} license.
{% endif %}
{% endnote %}