Skip to content

Commit 3939004

Browse files
committed
clarify sentences
1 parent 2fc7dcf commit 3939004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/code-security/dependabot/working-with-dependabot/about-dependabot-on-github-actions-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ topics:
1818
## About {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_actions %} runners
1919

2020
> [!IMPORTANT]
21-
> If {% data variables.product.prodname_dependabot %} is enabled for a repository, it will always run on actions **bypassing both actions policy checks and disablement on repository and organization level**. This ensures that security and version update workflows run even when Actions is disabled or restricted at the repo or org level.
21+
> If {% data variables.product.prodname_dependabot %} is enabled for a repository, it will always run on actions **bypassing both actions policy checks and disablement on repository and organization level**. This ensures that security and version update workflows always run when Dependabot is enabled.
2222
2323
{% data reusables.dependabot.dependabot-updates-and-actions %}
2424

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
@@ -36,7 +36,7 @@ You can use {% data variables.product.prodname_actions %} to perform automated t
3636
## About {% data variables.product.prodname_dependabot %} and {% data variables.product.prodname_actions %}
3737

3838
> [!IMPORTANT]
39-
> If {% data variables.product.prodname_dependabot %} is enabled for a repository, it will always run on actions **bypassing both actions policy checks and disablement on repository and organization level**. This means Dependabot workflows will still execute even if GitHub Actions is disabled or restricted by enterprise or organization policies.
39+
> If {% data variables.product.prodname_dependabot %} is enabled for a repository, it will always run on actions **bypassing both actions policy checks and disablement on repository and organization level**. This ensures that security and version update workflows always run when Dependabot is enabled.
4040
4141
{% data variables.product.prodname_dependabot %} creates pull requests to keep your dependencies up to date. You can use {% data variables.product.prodname_actions %} to perform automated tasks when these pull requests are created. For example, fetch additional artifacts, add labels, run tests, or otherwise modify the pull request.
4242

0 commit comments

Comments
 (0)