From d3670a3e49034f02ae435439550fdff5ab21e757 Mon Sep 17 00:00:00 2001 From: Anne-Marie <102995847+am-stead@users.noreply.github.com> Date: Thu, 23 May 2024 10:38:06 +0000 Subject: [PATCH] updating GHES links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fe9743..4df28ce 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You can install the action on any public repository, or any organization-owned p You can install the action on repositories on GitHub Enterprise Server. -1. Ensure [GitHub Advanced Security](https://docs.github.com/en/enterprise-server@3.12/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise) and [GitHub Connect](https://docs.github.com/en/enterprise-server@3.12/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect) are enabled for the enterprise. +1. Ensure [GitHub Advanced Security](https://docs.github.com/en/enterprise-server@latest/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise) and [GitHub Connect](https://docs.github.com/en/enterprise-server@latest/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect) are enabled for the enterprise. 2. Ensure you have installed the [dependency-review-action](https://github.com/actions/dependency-review-action) on the server. 3. Add a new YAML workflow to your `.github/workflows` folder: