Skip to content

Commit

Permalink
Fix some invalid Liquid (github#17743)
Browse files Browse the repository at this point in the history
* Fix some invalid Liquid

* Sigh one more

* Uno mas
  • Loading branch information
JasonEtco authored Feb 8, 2021
1 parent 0ec7c3f commit 0bea3ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ admin@ghe-data-node-0:~$ <em>ghe-cluster-status | grep error</em>
```
{% danger %}

{{#danger}}
**セキュリティの警告:** パスフレーズを持たない SSH キーは、ホストへの完全なアクセスを承認されていた場合、セキュリティリスクになることがあります。 このキーの承認は、単一の読み取りのみのコマンドに限定してください。

{% enddanger %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(检查更新)**

0 comments on commit 0bea3ea

Please sign in to comment.