Fix some invalid Liquid (#17743)
* Fix some invalid Liquid * Sigh one more * Uno mas
This commit is contained in:
@@ -141,6 +141,7 @@ For GitHub-hosted runners that use Linux only, the {% data variables.product.pro
|
||||
|
||||
Alternatively, you can install Python dependencies manually on any operating system. You will need to add `setup-python-dependencies` and set it to `false`, as well as set `CODEQL_PYTHON` to the Python executable that includes the dependencies, as shown in this workflow extract:
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
jobs:
|
||||
CodeQL-Build:
|
||||
@@ -174,7 +175,8 @@ jobs:
|
||||
# Override the default behavior so that the action doesn't attempt
|
||||
# to auto-install Python dependencies
|
||||
setup-python-dependencies: false
|
||||
```
|
||||
```
|
||||
{% endraw %}
|
||||
{% endif %}
|
||||
|
||||
### Running additional queries
|
||||
|
||||
@@ -44,7 +44,6 @@ admin@ghe-data-node-0:~$ <em>ghe-cluster-status | grep error</em>
|
||||
```
|
||||
{% danger %}
|
||||
|
||||
{{#danger}}
|
||||
**セキュリティの警告:** パスフレーズを持たない SSH キーは、ホストへの完全なアクセスを承認されていた場合、セキュリティリスクになることがあります。 このキーの承認は、単一の読み取りのみのコマンドに限定してください。
|
||||
|
||||
{% enddanger %}
|
||||
|
||||
@@ -88,5 +88,5 @@ versions:
|
||||
|
||||
如果取消阻止了 {% data variables.product.prodname_dependabot %},您可以手动触发新的尝试来创建拉取请求。
|
||||
|
||||
- **安全更新**—显示 {% data variables.product.prodname_dependabot %} 警报,查看您修复的错误,然后单击 **Create {% data v{% data variables.product.prodname_dependabot %} security update(创建安全更新)**。
|
||||
- **安全更新**—显示 {% data variables.product.prodname_dependabot %} 警报,查看您修复的错误,然后单击 **Create {% data variables.product.prodname_dependabot %} security update(创建安全更新)**。
|
||||
- **版本更新**—在仓库的 **Insights(洞察)**选项卡上单击 **Dependency graph(依赖项图)**,然后单击 **Dependabot** 选项卡。 单击 **Last checked *TIME* ago**(上次检查时间以前),查看 {% data variables.product.prodname_dependabot %} 在上次检查版本更新时生成的日志文件。 单击 **Check for Updates(检查更新)**。
|
||||
|
||||
Reference in New Issue
Block a user