Skip to content

Commit 3932adc

Browse files
committed
use variable names
1 parent 08783c5 commit 3932adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194

195195
Normally, whether a workflow can run in a repository depends on GitHub Actions **policy checks** and whether GitHub Actions is **enabled** at the organization or repository level. These controls can restrict workflows from running—especially when external actions are blocked or GitHub Actions is disabled entirely.
196196

197-
However, when {% data variables.product.prodname_dependabot %} is enabled for a repository, its workflows will always run on actions **bypassing both Actions policy checks and disablement**.
197+
However, when {% data variables.product.prodname_dependabot %} is enabled for a repository, its workflows will always run on {% data variables.product.prodname_actions %}, **bypassing both Actions policy checks and disablement**.
198198

199199
* {% data variables.product.prodname_dependabot %} workflows are not blocked by Actions disablement or enterprise policy restrictions.
200200
* The actions referenced within these workflows are also allowed to run, even if external actions are disallowed.

0 commit comments

Comments
 (0)