Skip to content

Commit b12c2b6

Browse files
authored
Merge pull request #13170 from github/repo-sync
repo sync
2 parents db0f087 + 40750e3 commit b12c2b6

File tree

87 files changed

+206
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+206
-161
lines changed

.github/workflows/repo-sync.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
github-token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
224224
result-encoding: string
225225
script: |
226-
const prFiles = await github.pulls.listFiles({
226+
const { data: prFiles } = await github.pulls.listFiles({
227227
...context.repo,
228228
pull_number: process.env.PR_NUMBER,
229229
})
@@ -238,13 +238,6 @@ jobs:
238238
run: |
239239
gh pr close ${{ steps.find-pull-request.outputs.number }} --repo $GITHUB_REPOSITORY
240240
241-
- name: Comment on the pull request if no files remain
242-
if: ${{ steps.find-pull-request.outputs.number && steps.pr-files.outputs.count == '0' }}
243-
env:
244-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
245-
run: |
246-
gh pr comment ${{ steps.find-pull-request.outputs.number }} --repo $GITHUB_REPOSITORY --body "This pull request was closed because it no longer contained any changes."
247-
248241
- name: Approve pull request
249242
if: ${{ steps.find-pull-request.outputs.number && steps.pr-files.outputs.count != '0' }}
250243
uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8

contributing/content-model.md

+38

data/release-notes/enterprise-server/3-0/22.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ date: '2021-12-13'
22
sections:
33
security_fixes:
44
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
5+
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
56
known_issues:
67
- On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.
78
- Custom firewall rules are removed during the upgrade process.

data/release-notes/enterprise-server/3-1/14.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ date: '2021-12-13'
22
sections:
33
security_fixes:
44
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
5+
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
56
known_issues:
67
- The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues.
78
- On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.

data/release-notes/enterprise-server/3-2/6.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ date: '2021-12-13'
22
sections:
33
security_fixes:
44
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
5+
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
56
known_issues:
67
- On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.
78
- Custom firewall rules are removed during the upgrade process.

data/release-notes/enterprise-server/3-3/1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ date: '2021-12-13'
22
sections:
33
security_fixes:
44
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
5+
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
56
known_issues:
67
- After upgrading to {% data variables.product.prodname_ghe_server %} 3.3, {% data variables.product.prodname_actions %} may fail to start automatically. To resolve this issue, connect to the appliance via SSH and run the `ghe-actions-start` command.
78
- On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0ea503a26383d947e6877d113ba3188803afa5cf30984e10be33d8dc6b26ce28
3-
size 611502
2+
oid sha256:43df476ec922b5c05068e22003a6e96cb96c2451422c91a887731ef79d790808
3+
size 610689
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:935d5d878007419dcb37263fbd34d63d2f4d614f9d7cef94efc12eea8754d092
3-
size 1662075
2+
oid sha256:dac5ee4e3e39e2184d58692a0c4bbee60b68e9f0612f420f5fcea6644e423d28
3+
size 1658267
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:bd5662f2fe9240eb539036c36722f359fa7e19bdffc73eed2fbcae263b322245
3-
size 946818
2+
oid sha256:1062d5460d43db1ea3863a389c672558bbec65789fd6066827501e455c01cce7
3+
size 952097
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:8e97a7e7f3ff9699ccd8efd96009a66a710ad9071ebe2c3b33a28a1bcb6e0014
3-
size 3872625
2+
oid sha256:0011eb2fbaab2de8cabff465660265bf37ee90376523c572b5d1cb94ba1acdec
3+
size 3903320
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:254bb0d399adc3e9230312a7375c226e360c65986dcf502373c9d57f13a38b1a
3-
size 585426
2+
oid sha256:af6fdef5dde3dde5658e24a698e9f5137c6af0e4587008b1560bf68310146cd0
3+
size 584243
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:392b5b0e2cc08192c6d77ccbaf5dd4ab02c22ac6d563faef712049d662cd9a4d
3-
size 2708386
2+
oid sha256:6a630521931f5d5b1ffd5e68c030f391e4e466e6b8f826e0e024143784fbb2e1
3+
size 2703436
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:550f6d473179581fad771ec406cfe3aa6b39c5565afd23f0f9780b63fbc3e44d
3-
size 617678
2+
oid sha256:95da79d4670c9acc2dd6eb8e0ad19ebbdbc6081f811bd8de0ed7ddee5582df97
3+
size 616639
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:1976e9060569c036abac622da6741ee2079213ee68aba5e4416f51d2fe2ac1ee
3-
size 3425523
2+
oid sha256:6b2e4d09cf979eea3f8514dba2ffce2e6a2f50df0a4b35c9f729681218656ebf
3+
size 3418535
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:84e09346f01bb653aa26c549b90ade2e6a70de3b91fb7f6166a61590dba0f164
3-
size 591394
2+
oid sha256:3f191f43dad7e02b6d756b63b37883be4cd82a972a6455adf22cb3bed95398a3
3+
size 596023
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:845819f8633ad3731f38c2dd2fa739c2171a911d06dcd340d46b0a2e4a3d3625
3-
size 2736510
2+
oid sha256:6becee4393ddfc5bb7f0dd6796f7aa735b38bc8c0536586938685248749f5d41
3+
size 2807394
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4364cf65771338448bf5993e7916dc88e5a3c8f5f049ddfdae9a1609b4342559
3-
size 625268
2+
oid sha256:626315b7b4aaf7b10cdd1b2f4133515c7959165100c2484dc5317cba34ff2092
3+
size 624185
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:efebcff4cd75d63f19622720aa52ea2f10979f11b2281cffd1e2ff8cbd56534e
3-
size 1703574
2+
oid sha256:4e017f4e1d925f0d058e099fa90fce214bedbfee4bd7632dfa64d7b0e6ec028e
3+
size 1700528
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:49bdcb3155495e40c6b5a4609e94f99138ca9796c17550951ca8402611e8e1bb
3-
size 972021
2+
oid sha256:fa3cf01997e2874704ba797a4b718a5afbcdd22a88b75e43c5914eb6f33b1716
3+
size 977034
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4fbc6aeed8c7e653077b5baf9ca48ac1f915f6687c4ce16c0823c0c916eb923c
3-
size 3961766
2+
oid sha256:23205a4a2e6c502ebb33da9bd2597f1aced7b74a5d2cafbcdb8e42636a5c099c
3+
size 3995182
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:163825401190ca162167a1f26e0eebab57492d9cefdea927bbc9c28a1c6f1e74
3-
size 597414
2+
oid sha256:f02159f3f5a463e1cc5214f59c74b1b03d6bc2e68bedbda25c1fcbad7500e1af
3+
size 596603
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:23688eb3c01b88eb4c87292571630eb1d1357a3eb75213a0af004b768c66044b
3-
size 2771837
2+
oid sha256:43486bc95eaf9332f2b92f4a1d6272bd408c1f43a8445803f7e57f695c28d121
3+
size 2766420
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5a01a6699109fab4f21fd48a230b12510dd01c33db413816ff7afc1e2959bc4d
3-
size 631013
2+
oid sha256:d91fa549ed313240bfcd6a0dfd53fd26714a351f2c98054fdf90aeee18094331
3+
size 629934
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ea14d7dc92e85f203bd93d3cbf526b70eea47fb216ff3cb95e5a97d09b384128
3-
size 3502901
2+
oid sha256:e5376ea3a321e6608a190099119a188f013799a7d0e1a77898dbec136aecca99
3+
size 3496407
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:32f6377c45eaf9b9a47de57f54b18b75c6a94388dbab865a9b06de99f2e36ee5
3-
size 603697
2+
oid sha256:da0f8a852a4ece2a55dacc1fb8558b38c66a7d265359a8c6e45c2c84bdb68eda
3+
size 608412
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:e6b8f22645a75ffe2f20a92d9b6802dc55797416d9d2c0ff0f73df19883594f1
3-
size 2798353
2+
oid sha256:7c2351b35455209ac889d38544930e5a9cf06a8c0f08aa8caa802f516942148e
3+
size 2870721
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:9498a6157cab0efde28ea683ff7e481c686fdc5b3331c617d1b29e3d75971079
3-
size 636596
2+
oid sha256:b8084c3c98ed182a433ac8dd7de650fe8cb979cfd9da5565955538353fa632bf
3+
size 635702
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:304c8724fa7441c8a5e7ec7e7876c568c95042313654569f12f146ab0af38a6e
3-
size 1730364
2+
oid sha256:6127a49270d151171c85b2e7a21c92fe6d6c74b5166c240644a9004bfcdedec7
3+
size 1726889
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:61a67175d99245e445f0abe86c0a4f92706f2f41e2a108408e1f5468ee245412
3-
size 1002954
2+
oid sha256:c44f299a3854dc122b1e176066b176424b93584fd07215d8eafd229a7aa4a3ea
3+
size 1008111
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:b46c2522ec9228db57a0ba8a317967303e6954d9791c98867a8337414979a056
3-
size 4084355
2+
oid sha256:7bd3c846c5416f36b43acb193af30ace8edc346af7c890ea1e4d207374ccba70
3+
size 4116984
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5d65a156fcd6c4ac96f330e29c0e13fb8037ce379db2552b23c99364c0bce509
3-
size 607858
2+
oid sha256:57f9dd657f049e6bfa08e1180b999b5edf2ea1ed07143739401aca52e637fafa
3+
size 607102
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:53926e27e419c0dfa57031df638218a07c95bec5c457dcba25f84c6290be128a
3-
size 2825502
2+
oid sha256:1b89c694a8a52b99a5e5f993760a1aa14b74129c86cf5dc679f68678d3489597
3+
size 2821089
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:f670aae436fd2639cc3f9573b4b5ef753e9b87a3fb8fb6df4aa820841fd43164
3-
size 642679
2+
oid sha256:b4a804b8deacb555aeb69baad7125892dec142adddc628b6c1ebef12f33e3e39
3+
size 641663
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:84bb85606bdfba316eac280f580bfb19041033eec15244b788264aa512a111e3
3-
size 3569965
2+
oid sha256:50229be269ee1e17d735ab76b340d800b18e300574c3228827a58b04094c824b
3+
size 3564469
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:83578f65814aeb60ef27c4cea0ebbbdc30363925ff01079acf9ec31603472b1f
3-
size 614938
2+
oid sha256:32d6790296288262dead348444642af7177d58caa5eed92b012709045abe89a1
3+
size 619653
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:dcdcf14035df1d43511402503b13a2fcfa368fa8121388a1d3cabe948b44cb76
3-
size 2848106
2+
oid sha256:6418b510e647fc89cce82bc3f28415c85b6dfcc9b21a86eeea314cf3ca87bcd8
3+
size 2919432
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:e8e684a90d9a4ae65db22b4a9093b54f03cc4c7b13b0ee78795376dd51e02236
3-
size 656858
2+
oid sha256:3af92f6909f372b23f70d279a22ad6632756c6204e5322d7777ea659e1ea62af
3+
size 656119
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:266f5335517f8aae3dfc4ef9a6087b7daf65102ecbad80c126a09822588b3d9a
3-
size 1787708
2+
oid sha256:5a0e50d085310c86c779293c795615fdc630508665fb30e191c3385afbad42ee
3+
size 1784470
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:62a98c163175fe5a552b172fbd41b4a343083103c888097191fb01053bb90ac4
3-
size 1036742
2+
oid sha256:0bc49949bdf46b737b58839336a95daef7501015d13dcb5e21555f0e7373f6ea
3+
size 1041397
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0220d9841f3abad78b8bd1545245f3b52e769904f53e6cfceb48dc44f0f5bce2
3-
size 4185960
2+
oid sha256:b5e688cf90c7878e94cf43809a2de7ef033bc054ae76567f443e7570548e2933
3+
size 4215658
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2cefac597d2815be719fb6ac086a8cc113dbe6242abb8fe696d8174846efbf98
3-
size 626059
2+
oid sha256:5f8830c1b8682f111473f3a6890bcc5d41a84ba2e2a439cc08ca9f04c75a252e
3+
size 624942
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:c1a79d1ba9a1df797f660f3a604e60af8b29b793b71ad471e581fd4aef6cbb2a
3-
size 2924389
2+
oid sha256:63d5f0d3ee8fe58c9c1dd460d79091580337d0bca20280454a5d29738f418e2c
3+
size 2919208
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:b9adc1dbe2bf8c90f901838462e43fb8cebac54fd72ed9e10b56e073ff98a6fb
3-
size 664013
2+
oid sha256:3d8e96a5af8614ebd299af8c360ce36cf0f64957032fb21383f8e491874d53f7
3+
size 662952
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:3d09e95d9ce3e5fb0cd10563c154c54c7020202c819507c433cb6d52f35e9295
3-
size 3688497
2+
oid sha256:a8ab820dfa6e826d5d868195de0d3fd881cf5fb3701ad02994b6bc8497db5d1f
3+
size 3681732
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:b0600ec5ff27cbfa76509a5113482a9cf60ddeb79c6c6dac46a779b26474ba8b
3-
size 634032
2+
oid sha256:73b47b48a4e28e3deffdcd924021f1458fdd3193cf653e8eadcaefbb25e9a04d
3+
size 638845

0 commit comments

Comments
 (0)