Skip to content

Commit a13ba38

Browse files
Update content/actions/reference/security/secure-use.md
1 parent 19e739b commit a13ba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/reference/security/secure-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Avoid using the `pull_request_target` workflow trigger if not necessary. Prefer
127127

128128
Avoid using the `pull_request_target` and `workflow_run` workflow triggers with untrusted pull requests or code content. Workflows that use these triggers must not explicitly checkout untrusted code, including from pull request forks or from repositories that are not under your control. Workflows triggered on `workflow_run` should treat artifacts uploaded from other workflows with caution (i.e. as untrusted).
129129

130-
### Use CodeQL to detect potentially vulnerable workflows
130+
### Use {% data variables.product.prodname_codeql %} to detect potentially vulnerable workflows
131131

132132
[CodeQL](/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql) can scan and detect potentially vulnerable {% data variables.product.prodname_actions %} workflows. [Configure the default setup for CodeQL](/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning) for the repository and ensure that {% data variables.product.prodname_actions %} scanning is enabled.
133133

0 commit comments

Comments
 (0)