From cf6c025acaa4866664e1c1d30d4073a3d7dc5656 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Fri, 28 Jul 2023 10:36:11 +0100 Subject: [PATCH 1/2] Fix a small typo (#39845) --- .../upgrading-your-accounts-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md b/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md index 5fb113acf02a..bbb849bec63f 100644 --- a/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md +++ b/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md @@ -42,7 +42,7 @@ Upgrading your plan does not affect other subscriptions or usage-based billing f You can upgrade your personal account from {% data variables.product.prodname_free_user %} to {% data variables.product.prodname_pro %} to get advanced code review tools on private repositories owned by your personal account. -pgrading your personal account does not affect any organizations you may manage or repositories owned by those organizations. {% data reusables.gated-features.more-info %} +Upgrading your personal account does not affect any organizations you may manage or repositories owned by those organizations. {% data reusables.gated-features.more-info %} {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.billing_plans %} From 812f27c971c80a55899cbe873aa9d3dca35e3fff Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Fri, 28 Jul 2023 02:37:10 -0700 Subject: [PATCH 2/2] Remove GitHub Actions exception (#39243) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../about-the-dependency-graph.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md index bd65a523911a..1677bce88225 100644 --- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md +++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md @@ -107,8 +107,6 @@ The recommended formats explicitly define which versions are used for all direct {% ifversion github-actions-in-dependency-graph %} - {% data variables.product.prodname_actions %} workflows must be located in the `.github/workflows/` directory of a repository to be recognized as manifests. Any actions or workflows referenced using the syntax `jobs[*].steps[*].uses` or `jobs..uses` will be parsed as dependencies. For more information, see "[AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions)." -- {% data variables.product.prodname_actions %} workflow dependencies are displayed in the dependency graph for informational purposes. Dependabot alerts are not currently supported for {% data variables.product.prodname_actions %} workflows. - {% endif %} {% endnote %}