Skip to content

Commit bea86aa

Browse files
authored
Merge pull request #30188 from github/repo-sync
Repo sync
2 parents 933049c + 7dfd269 commit bea86aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# --------------------------------------------------------------------------------
66
# To update the sha, run `docker pull node:$VERSION-alpine`
77
# look for something like: `Digest: sha256:0123456789abcdef`
8-
FROM node:20-alpine@sha256:002b6ee25b63b81dc4e47c9378ffe20915c3fa0e98e834c46584438468b1d0b5 as base
8+
FROM node:20-alpine@sha256:b1789b7be6aa16afd642eaaaccdeeeb33bd8f08e69b3d27d931aa9665b731f01 as base
99

1010
# This directory is owned by the node user
1111
ARG APP_HOME=/home/node/app

src/audit-logs/data/ghec/enterprise.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{
153153
"action": "business.cancel_trial",
154154
"description": "The trial of GitHub Enterprise Cloud was cancelled.",
155-
"docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud"
155+
"docs_reference_links": "/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"
156156
},
157157
{
158158
"action": "business.clear_actions_settings",
@@ -177,7 +177,7 @@
177177
{
178178
"action": "business.convert_trial",
179179
"description": "The enterprise account on a trial of GitHub Enterprise Cloud was upgraded to a paid enterprise account.",
180-
"docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud"
180+
"docs_reference_links": "/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"
181181
},
182182
{
183183
"action": "business.create",
@@ -187,7 +187,7 @@
187187
{
188188
"action": "business.create_trial",
189189
"description": "A trial of GitHub Enterprise Cloud began.",
190-
"docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud"
190+
"docs_reference_links": "/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"
191191
},
192192
{
193193
"action": "business.delete",
@@ -247,7 +247,7 @@
247247
{
248248
"action": "business.expire_trial",
249249
"description": "The trial of GitHub Enterprise Cloud expired.",
250-
"docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud"
250+
"docs_reference_links": "/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud"
251251
},
252252
{
253253
"action": "business.import_license_usage",

0 commit comments

Comments
 (0)