Skip to content

Commit

Permalink
Merge pull request github#30188 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Nov 27, 2023
2 parents 933049c + 7dfd269 commit bea86aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# --------------------------------------------------------------------------------
# To update the sha, run `docker pull node:$VERSION-alpine`
# look for something like: `Digest: sha256:0123456789abcdef`
FROM node:20-alpine@sha256:002b6ee25b63b81dc4e47c9378ffe20915c3fa0e98e834c46584438468b1d0b5 as base
FROM node:20-alpine@sha256:b1789b7be6aa16afd642eaaaccdeeeb33bd8f08e69b3d27d931aa9665b731f01 as base

# This directory is owned by the node user
ARG APP_HOME=/home/node/app
Expand Down
8 changes: 4 additions & 4 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
{
"action": "business.cancel_trial",
"description": "The trial of GitHub Enterprise Cloud was cancelled.",
"docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud"
"docs_reference_links": "/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"
},
{
"action": "business.clear_actions_settings",
Expand All @@ -177,7 +177,7 @@
{
"action": "business.convert_trial",
"description": "The enterprise account on a trial of GitHub Enterprise Cloud was upgraded to a paid enterprise account.",
"docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud"
"docs_reference_links": "/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"
},
{
"action": "business.create",
Expand All @@ -187,7 +187,7 @@
{
"action": "business.create_trial",
"description": "A trial of GitHub Enterprise Cloud began.",
"docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud"
"docs_reference_links": "/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"
},
{
"action": "business.delete",
Expand Down Expand Up @@ -247,7 +247,7 @@
{
"action": "business.expire_trial",
"description": "The trial of GitHub Enterprise Cloud expired.",
"docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud"
"docs_reference_links": "/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"
},
{
"action": "business.import_license_usage",
Expand Down

0 comments on commit bea86aa

Please sign in to comment.