From 7f6549bb05a06b1d8bd386b6f83d20025ffdd313 Mon Sep 17 00:00:00 2001 From: Joe Clark <31087804+jc-clark@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:17:24 -0700 Subject: [PATCH] Documentation for GitHub Actions required workflows deprecation. (#37748) --- .../security-hardening-for-github-actions.md | 8 -------- .../reusables/actions/workflows/required-workflow-beta.md | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/content/actions/security-guides/security-hardening-for-github-actions.md b/content/actions/security-guides/security-hardening-for-github-actions.md index 295abcfc6f..dc9729415d 100644 --- a/content/actions/security-guides/security-hardening-for-github-actions.md +++ b/content/actions/security-guides/security-hardening-for-github-actions.md @@ -204,14 +204,6 @@ The same principles described above for using third-party actions also apply to You can use {% data variables.product.prodname_dependabot_version_updates %} to ensure that references to actions{% ifversion dependabot-updates-actions-reusable-workflows %} and reusable workflows{% endif %} used in your repository are kept up to date. Actions are often updated with bug fixes and new features to make automated processes more reliable, faster, and safer. {% data variables.product.prodname_dependabot_version_updates %} take the effort out of maintaining your dependencies as {% data variables.product.prodname_dependabot %} does this automatically for you. For more information, see "[AUTOTITLE](/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)." {% endif %} -{% ifversion required-workflows %} - -## Required workflows - -Required workflows allow you to specify workflows to run on selected repositories or all repositories in your organization, providing the ability to enforce organization-wide security policies while only maintaining a single workflow. Required workflows appear as required status checks on pull requests and the checks must succeed before the pull request can be merged. For more information, see "[AUTOTITLE](/actions/using-workflows/required-workflows)." - -{% endif %} - {% ifversion internal-actions %} ## Allowing workflows to access internal {% ifversion private-actions %}and private {% endif %}repositories diff --git a/data/reusables/actions/workflows/required-workflow-beta.md b/data/reusables/actions/workflows/required-workflow-beta.md index 10a8f08f68..bf23a97d32 100644 --- a/data/reusables/actions/workflows/required-workflow-beta.md +++ b/data/reusables/actions/workflows/required-workflow-beta.md @@ -1,5 +1,5 @@ {% note %} -**Note:** Required workflows are currently in beta and subject to change. +**Note:** Required workflows for {% data variables.product.prodname_actions %} are in private beta and are not available for new signups. {% endnote %}