Skip to content

Commit 0bea3ea

Browse files
authored
Fix some invalid Liquid (#17743)
* Fix some invalid Liquid * Sigh one more * Uno mas
1 parent 0ec7c3f commit 0bea3ea

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

translations/es-XL/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ For GitHub-hosted runners that use Linux only, the {% data variables.product.pro
141141

142142
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:
143143

144+
{% raw %}
144145
```yaml
145146
jobs:
146147
CodeQL-Build:
@@ -174,7 +175,8 @@ jobs:
174175
# Override the default behavior so that the action doesn't attempt
175176
# to auto-install Python dependencies
176177
setup-python-dependencies: false
177-
```
178+
```
179+
{% endraw %}
178180
{% endif %}
179181
180182
### Running additional queries

translations/ja-JP/content/admin/enterprise-management/monitoring-cluster-nodes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ admin@ghe-data-node-0:~$ <em>ghe-cluster-status | grep error</em>
4444
```
4545
{% danger %}
4646

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

5049
{% enddanger %}

translations/zh-CN/content/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ versions:
8888

8989
如果取消阻止了 {% data variables.product.prodname_dependabot %},您可以手动触发新的尝试来创建拉取请求。
9090

91-
- **安全更新**—显示 {% data variables.product.prodname_dependabot %} 警报,查看您修复的错误,然后单击 **Create {% data v{% data variables.product.prodname_dependabot %} security update(创建安全更新)**
91+
- **安全更新**—显示 {% data variables.product.prodname_dependabot %} 警报,查看您修复的错误,然后单击 **Create {% data variables.product.prodname_dependabot %} security update(创建安全更新)**
9292
- **版本更新**—在仓库的 **Insights(洞察)**选项卡上单击 **Dependency graph(依赖项图)**,然后单击 **Dependabot** 选项卡。 单击 **Last checked *TIME* ago**(上次检查时间以前),查看 {% data variables.product.prodname_dependabot %} 在上次检查版本更新时生成的日志文件。 单击 **Check for Updates(检查更新)**

0 commit comments

Comments
 (0)