From 6e37adac33e49592c4ca5294f3f62cfd48078558 Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Tue, 1 Feb 2022 12:07:34 +1000 Subject: [PATCH 1/2] Update the OIDC docs (#24828) --- .../about-security-hardening-with-openid-connect.md | 8 ++++---- .../configuring-openid-connect-in-amazon-web-services.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md b/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md index dffd07c7889c..95e05bb95c3c 100644 --- a/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md +++ b/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md @@ -29,7 +29,7 @@ By updating your workflows to use OIDC tokens, you can adopt the following good - **No cloud secrets**: You won't need to duplicate your cloud credentials as long-lived {% data variables.product.prodname_dotcom %} secrets. Instead, you can configure the OIDC trust on your cloud provider, and then update your workflows to request a short-lived access token from the cloud provider through OIDC. - **Authentication and authorization management**: You have more granular control over how workflows can use credentials, using your cloud provider's authentication (authN) and authorization (authZ) tools to control access to cloud resources. -- **Rotating credentials**: With OIDC, your cloud provider issues a short-lived access token that is only valid for a single workflow run, and then automatically expires. +- **Rotating credentials**: With OIDC, your cloud provider issues a short-lived access token that is only valid for a single job, and then automatically expires. ### Getting started with OIDC @@ -38,7 +38,7 @@ The following diagram gives an overview of how {% data variables.product.prodnam ![OIDC diagram](/assets/images/help/images/oidc-architecture.png) 1. In your cloud provider, create an OIDC trust between your cloud role and your {% data variables.product.prodname_dotcom %} workflow(s) that need access to the cloud. -2. Every time your {% data variables.product.prodname_actions %} workflow job runs, {% data variables.product.prodname_dotcom %}'s OIDC Provider auto-generates an OIDC token. This token contains multiple claims to establish a security-hardened and verifiable identity about the specific workflow that is trying to authenticate. +2. Every time your job runs, {% data variables.product.prodname_dotcom %}'s OIDC Provider auto-generates an OIDC token. This token contains multiple claims to establish a security-hardened and verifiable identity about the specific workflow that is trying to authenticate. 3. You could include a step or action in your job to request this token from {% data variables.product.prodname_dotcom %}'s OIDC provider, and present it to the cloud provider. 4. Once the cloud provider successfully validates the claims presented in the token, it then provides a short-lived cloud access token that is available only for the duration of the job. @@ -51,7 +51,7 @@ When you configure your cloud to trust {% data variables.product.prodname_dotcom ### Understanding the OIDC token -Each workflow run requests an OIDC token from {% data variables.product.prodname_dotcom %}'s OIDC provider, which responds with an automatically generated JSON web token (JWT) that is unique for each workflow job where it is generated. During a workflow run, the OIDC token is presented to the cloud provider. To validate the token, the cloud provider checks if the OIDC token's subject and other claims are a match for the conditions that were preconfigured on the cloud role's OIDC trust definition. +Each job requests an OIDC token from {% data variables.product.prodname_dotcom %}'s OIDC provider, which responds with an automatically generated JSON web token (JWT) that is unique for each workflow job where it is generated. When the job runs, the OIDC token is presented to the cloud provider. To validate the token, the cloud provider checks if the OIDC token's subject and other claims are a match for the conditions that were preconfigured on the cloud role's OIDC trust definition. The following example OIDC token uses a subject (`sub`) that references a job environment named `prod` in the `octo-org/octo-repo` repository. @@ -148,7 +148,7 @@ In addition, your cloud provider could allow you to assign a role to the access ### Examples -The following examples demonstrate how to use "Subject" as a condition. The [subject](https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims) uses information from the workflow run's [`job` context](/actions/learn-github-actions/contexts#job-context), and instructs your cloud provider that access token requests may only be granted for requests from workflows running in specific branches, environments. The following sections describe some common subjects you can use. +The following examples demonstrate how to use "Subject" as a condition. The [subject](https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims) uses information from the [`job` context](/actions/learn-github-actions/contexts#job-context), and instructs your cloud provider that access token requests may only be granted for requests from workflows running in specific branches, environments. The following sections describe some common subjects you can use. #### Filtering for a specific environment diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md index 33a04c0e1847..c3835e7b7397 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md @@ -93,7 +93,7 @@ jobs: - name: Git clone the repository uses: actions/checkout@v2 - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@master + uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: arn:aws:iam::1234567890:role/example-role role-session-name: samplerolesession From 3c6c4645f3992f55d3fdc236bdcb21aaeb1c4822 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 1 Feb 2022 02:19:56 +0000 Subject: [PATCH 2/2] update search indexes --- lib/search/indexes/github-docs-3.0-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt.json.br | 4 ++-- 70 files changed, 140 insertions(+), 140 deletions(-) diff --git a/lib/search/indexes/github-docs-3.0-cn-records.json.br b/lib/search/indexes/github-docs-3.0-cn-records.json.br index 47f1e1a823cf..fbf57d542a1a 100644 --- a/lib/search/indexes/github-docs-3.0-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.0-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c5b71c7ddf244a05def9774e30a548476573d50f830236ae9953c2a13c260db -size 651520 +oid sha256:ad8972093ceafcc6646f6de62d2f9e57f37e32338a6f67868ddf5bbf91e8c879 +size 651608 diff --git a/lib/search/indexes/github-docs-3.0-cn.json.br b/lib/search/indexes/github-docs-3.0-cn.json.br index 850ddb73225e..320f7ee1a1be 100644 --- a/lib/search/indexes/github-docs-3.0-cn.json.br +++ b/lib/search/indexes/github-docs-3.0-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b7003751f23a6d9678d73bb7e1e57bfabc5ae3450e8bcd6de01919db50f3688 -size 1358142 +oid sha256:8c346ab4f168e1662367f2390ca797b549e6abffb8bb290be286e82e7929fc65 +size 1358130 diff --git a/lib/search/indexes/github-docs-3.0-en-records.json.br b/lib/search/indexes/github-docs-3.0-en-records.json.br index 84d12cf55ced..14d3402fe4e7 100644 --- a/lib/search/indexes/github-docs-3.0-en-records.json.br +++ b/lib/search/indexes/github-docs-3.0-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ca79ede23b7b3be453002331a5563a6f22d4d84e09f28c7f23ea0543afc15ae -size 970035 +oid sha256:84b8374f1cb46a35b072a4b1a65f9e613eec6b3e52462504ed87dd7b93b44caa +size 971037 diff --git a/lib/search/indexes/github-docs-3.0-en.json.br b/lib/search/indexes/github-docs-3.0-en.json.br index be356406329b..260784750275 100644 --- a/lib/search/indexes/github-docs-3.0-en.json.br +++ b/lib/search/indexes/github-docs-3.0-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0e7dbecaad947a896dcc742a5e1432e65ad6aa45d9ecc7a35d6358aae2f7016 -size 3961429 +oid sha256:c7f3d0db6ef443723e31fa66b721211a1cc8f5d28de9aebaadad5f8d7a0b66d7 +size 3965155 diff --git a/lib/search/indexes/github-docs-3.0-es-records.json.br b/lib/search/indexes/github-docs-3.0-es-records.json.br index 103359a79f64..dede9e5f4835 100644 --- a/lib/search/indexes/github-docs-3.0-es-records.json.br +++ b/lib/search/indexes/github-docs-3.0-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7652bd9791854ac8d67179c8c8d801a2c8aad98e419f80084c640960df8eeebc -size 606802 +oid sha256:73672c1a92007e822911e5ce1234a0b9a024bf05dbc4df933ff8d634b858b912 +size 606898 diff --git a/lib/search/indexes/github-docs-3.0-es.json.br b/lib/search/indexes/github-docs-3.0-es.json.br index 828fed52ee72..a656ea367108 100644 --- a/lib/search/indexes/github-docs-3.0-es.json.br +++ b/lib/search/indexes/github-docs-3.0-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f537e87d7e4216657d004eefa3c9776dd769e33c1fdb2dc181b3007ac322eedd -size 2545009 +oid sha256:e68bb09c8fb12df2dc3137f77eea9c90e92f35199f2ce1a655f70c0a186a8588 +size 2545194 diff --git a/lib/search/indexes/github-docs-3.0-ja-records.json.br b/lib/search/indexes/github-docs-3.0-ja-records.json.br index 9917b96bfe47..869b990199d9 100644 --- a/lib/search/indexes/github-docs-3.0-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.0-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f498629c71ff420fefafef50ef12f8b2c127c276c11af478adee1bb4a8e3bc39 -size 670207 +oid sha256:480a316943a3ac542bdac1381ed502fbdef4f6826485b8948aceb2bb21140bd4 +size 670198 diff --git a/lib/search/indexes/github-docs-3.0-ja.json.br b/lib/search/indexes/github-docs-3.0-ja.json.br index 00496cbbc65a..31f0c0dc3fdc 100644 --- a/lib/search/indexes/github-docs-3.0-ja.json.br +++ b/lib/search/indexes/github-docs-3.0-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3963f38cd3c4afa2ff486194a02bd94732fd829dd42056ca3d2a213d9ac734ff -size 3562116 +oid sha256:c41497703a716479dbe5501f4c10ed78d34a91822013ceabc829bbdf8de5d14b +size 3561138 diff --git a/lib/search/indexes/github-docs-3.0-pt-records.json.br b/lib/search/indexes/github-docs-3.0-pt-records.json.br index 9150ea073879..891628870aa6 100644 --- a/lib/search/indexes/github-docs-3.0-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.0-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb9f7f6a57e9852d4f64e85cb2fd6a443dc79f104a75182b04c4d45db65f310e -size 597331 +oid sha256:874e6335e3513533293a0a4e99d16e40f9f6ba1a12d3cea65716944666ce2a8a +size 597212 diff --git a/lib/search/indexes/github-docs-3.0-pt.json.br b/lib/search/indexes/github-docs-3.0-pt.json.br index a2f1c2383244..bb2b38fad690 100644 --- a/lib/search/indexes/github-docs-3.0-pt.json.br +++ b/lib/search/indexes/github-docs-3.0-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:caca004ad4767730c493482df149e2c19a583b0694a694fcc0536ad4efad7078 -size 2438059 +oid sha256:3a1f768982394bc12511165d65ad476c0c50916cdc064824ab256a3f53b3b597 +size 2438385 diff --git a/lib/search/indexes/github-docs-3.1-cn-records.json.br b/lib/search/indexes/github-docs-3.1-cn-records.json.br index 69ecc4d94661..040535566d77 100644 --- a/lib/search/indexes/github-docs-3.1-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.1-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3c9223b65a327b83406a059cbbb5d1b3ec8e1cd4c19b88d69c6fc3950e39a68 -size 665877 +oid sha256:816d03b7e390ac9ceeea6d2a8a48be5c5f9bfdc8ad5484e4ee341baa5b880314 +size 665970 diff --git a/lib/search/indexes/github-docs-3.1-cn.json.br b/lib/search/indexes/github-docs-3.1-cn.json.br index 6a3d43387485..4e34b7cfde52 100644 --- a/lib/search/indexes/github-docs-3.1-cn.json.br +++ b/lib/search/indexes/github-docs-3.1-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc729eb54c25430370647c6697eba623441767a71fabf6e8d4abce48cdbf5f59 -size 1396547 +oid sha256:da9cab9883989d84d9e6dd10178ccc3869e3a5cc40ca498d311f18e67c0ed636 +size 1396882 diff --git a/lib/search/indexes/github-docs-3.1-en-records.json.br b/lib/search/indexes/github-docs-3.1-en-records.json.br index a3420cfcdbf6..782a60409ad4 100644 --- a/lib/search/indexes/github-docs-3.1-en-records.json.br +++ b/lib/search/indexes/github-docs-3.1-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:688dfa03431deb889e57e7d8a488bc17146f35e17630a948cc3005a5c0e2089e -size 994888 +oid sha256:7d7060f6342ddf5209622598828ba39db7aeb5414af405cad18ff0100b66686a +size 996306 diff --git a/lib/search/indexes/github-docs-3.1-en.json.br b/lib/search/indexes/github-docs-3.1-en.json.br index b86238c76610..b509bf54871d 100644 --- a/lib/search/indexes/github-docs-3.1-en.json.br +++ b/lib/search/indexes/github-docs-3.1-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e788d90db92d296e17a9ce5025e7fcf8bd6bf1fd405fd3178352ce883e14bb7c -size 4055107 +oid sha256:0fc76f13ee500d379f91b4c6c73a5b2380308a65f58a751fe3c6a6b294e47a5c +size 4060916 diff --git a/lib/search/indexes/github-docs-3.1-es-records.json.br b/lib/search/indexes/github-docs-3.1-es-records.json.br index ccc40921091a..790e26454529 100644 --- a/lib/search/indexes/github-docs-3.1-es-records.json.br +++ b/lib/search/indexes/github-docs-3.1-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af24c7efee8a43ccbe92336d941a3f04f623058a16193bd29d51098f4c8cd0b5 -size 619626 +oid sha256:b9d83c104f21058761134c60cbf41cb07c9938d6052db29f02a94df6620b3fee +size 619571 diff --git a/lib/search/indexes/github-docs-3.1-es.json.br b/lib/search/indexes/github-docs-3.1-es.json.br index adf61a8e96e7..2459a12472d7 100644 --- a/lib/search/indexes/github-docs-3.1-es.json.br +++ b/lib/search/indexes/github-docs-3.1-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ce2a2d336defab8b5d74e15c29a782567f806cc10395a0feabaf2bbbd58ac1a -size 2606245 +oid sha256:cac20a59c3cb4d27f118f0297c1eb0fc7fecaef082d8a029480179a9150761f5 +size 2605573 diff --git a/lib/search/indexes/github-docs-3.1-ja-records.json.br b/lib/search/indexes/github-docs-3.1-ja-records.json.br index fd559c110ac9..db82abf8f566 100644 --- a/lib/search/indexes/github-docs-3.1-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.1-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef2a29ad8916914799a6c65491725ebecd3a68c18f627a945de5645369ce3c26 -size 684399 +oid sha256:9398e3651353347313d24d8f72bdbc4cdb38ca975b2b66c17bccf9e0e4a21cfa +size 684410 diff --git a/lib/search/indexes/github-docs-3.1-ja.json.br b/lib/search/indexes/github-docs-3.1-ja.json.br index c5f802dfaab8..9dfd53c5f026 100644 --- a/lib/search/indexes/github-docs-3.1-ja.json.br +++ b/lib/search/indexes/github-docs-3.1-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce3e38f692701a9f0fcf89c6bdc184d7f6b74a57ca3bf3c4a208aacffd5335b8 -size 3643617 +oid sha256:5b246feba7d341724f381bd36bfd15a7da3702a8157f038250abe503fe14da62 +size 3643740 diff --git a/lib/search/indexes/github-docs-3.1-pt-records.json.br b/lib/search/indexes/github-docs-3.1-pt-records.json.br index 8775ea3e9f99..5c48dc64cf29 100644 --- a/lib/search/indexes/github-docs-3.1-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.1-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2829fbaf3a9072cbf1674ebf8372e1c23b6de3da2b487fad9cea28e504a14cf -size 609636 +oid sha256:40f14d6b3a8fef598e96d0399a8b4e13c7fcf72d2e263ce8f39b49c45c7d468b +size 609575 diff --git a/lib/search/indexes/github-docs-3.1-pt.json.br b/lib/search/indexes/github-docs-3.1-pt.json.br index 9bc3e5e37e3b..9f66c2baef02 100644 --- a/lib/search/indexes/github-docs-3.1-pt.json.br +++ b/lib/search/indexes/github-docs-3.1-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8c89d058f486022747bb5acd1e273e0dcaa6b1de4b01a60538170ae425bcc1e -size 2492560 +oid sha256:38d5f5abcff078795941204a490e46abb31dd281d647dfef4b03a2ef972817ec +size 2492836 diff --git a/lib/search/indexes/github-docs-3.2-cn-records.json.br b/lib/search/indexes/github-docs-3.2-cn-records.json.br index d6f3314db2e7..71876e479253 100644 --- a/lib/search/indexes/github-docs-3.2-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.2-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e4eb6e58cfe124caec699b2d82f7ba2683261814c46ae10c0a5e43e3f526ae -size 681114 +oid sha256:c168bb650740330c47f12359938718acf0a5f9b3ec7c844741d2039b951f987e +size 680985 diff --git a/lib/search/indexes/github-docs-3.2-cn.json.br b/lib/search/indexes/github-docs-3.2-cn.json.br index ca79e70b91bf..5b0dd3b7ee40 100644 --- a/lib/search/indexes/github-docs-3.2-cn.json.br +++ b/lib/search/indexes/github-docs-3.2-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85a2cf3e2575ce6c256a52683b28cf61bffbc84c90fd4018c4849396089c8b12 -size 1427896 +oid sha256:64bbb42d06bfac22c214342080abc10ddb4d1ce368c908cb150090f7c5a255e4 +size 1427457 diff --git a/lib/search/indexes/github-docs-3.2-en-records.json.br b/lib/search/indexes/github-docs-3.2-en-records.json.br index 417abc50b9c1..adf777705802 100644 --- a/lib/search/indexes/github-docs-3.2-en-records.json.br +++ b/lib/search/indexes/github-docs-3.2-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5a32317a300bb2b1ad3cdf5ec909790e840235c723565b46f328f7d28d15c29 -size 1028298 +oid sha256:24bb87992884c32492345548e709e6516a0667723e730798c3bf17bf75eaa1a9 +size 1029137 diff --git a/lib/search/indexes/github-docs-3.2-en.json.br b/lib/search/indexes/github-docs-3.2-en.json.br index 1d6ec00f4a79..ab2c921ba2bf 100644 --- a/lib/search/indexes/github-docs-3.2-en.json.br +++ b/lib/search/indexes/github-docs-3.2-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0cec8dbcf53e6eaa2f0e3fa45cb003b53834689e6ffe6c27f38cbfaec6fe8d6 -size 4188124 +oid sha256:b44d4e334591dd1e5f097ce5b3d9aeccf4f4f05063cdd65c64e36001844f5e1a +size 4192253 diff --git a/lib/search/indexes/github-docs-3.2-es-records.json.br b/lib/search/indexes/github-docs-3.2-es-records.json.br index 651e55653c1b..13e64b0bdf3a 100644 --- a/lib/search/indexes/github-docs-3.2-es-records.json.br +++ b/lib/search/indexes/github-docs-3.2-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4688e6145f2600b5eba77396ca7dd8ef18b02390cae865265ae808066ab435cd -size 633908 +oid sha256:664a4e205edabc7828404b67d87cf166c138f8d2d181cbc4792095521fca9e46 +size 634014 diff --git a/lib/search/indexes/github-docs-3.2-es.json.br b/lib/search/indexes/github-docs-3.2-es.json.br index 79244d3bfba0..5b9cb52c8059 100644 --- a/lib/search/indexes/github-docs-3.2-es.json.br +++ b/lib/search/indexes/github-docs-3.2-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb32286510e3c03067814196c73c1102b8485cdfa18bdceb590d3afba0825f8f -size 2668635 +oid sha256:a1240682d874d9dd55a2bff684be277a673c78be7da89c0ecb2060ed01184dc8 +size 2669839 diff --git a/lib/search/indexes/github-docs-3.2-ja-records.json.br b/lib/search/indexes/github-docs-3.2-ja-records.json.br index d9e1ab89d609..d35ab9ae5c7f 100644 --- a/lib/search/indexes/github-docs-3.2-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.2-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f58f2d5a4bbca78d5e5722a753eaddf26fb897dab77beeaac145d4d900e22af4 -size 697912 +oid sha256:30757119089fa3dfc6e8341b76f21c033a22c9528720b57f4d8dc9ab8cd98bc1 +size 698063 diff --git a/lib/search/indexes/github-docs-3.2-ja.json.br b/lib/search/indexes/github-docs-3.2-ja.json.br index 4bc277cfa1de..627959c4b894 100644 --- a/lib/search/indexes/github-docs-3.2-ja.json.br +++ b/lib/search/indexes/github-docs-3.2-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd450e8fbc9d988e61f7bc4af1e72ef65c4b00e722c1e06d04808f928e3c0a96 -size 3723939 +oid sha256:1463dfcbc214d6b12ae9c847fa37cec908b9de528c84e079ce4fefe382c4e3e9 +size 3724100 diff --git a/lib/search/indexes/github-docs-3.2-pt-records.json.br b/lib/search/indexes/github-docs-3.2-pt-records.json.br index c485391c8b46..494122fcffac 100644 --- a/lib/search/indexes/github-docs-3.2-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.2-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63310edf96095a37a646da130e4756eb9d9578e2e62bbb22eb30bddc2f9e0b52 -size 623526 +oid sha256:5c3c22834d8fed96bf7f91254c10a373b57add2e99c0614c6a5d71b07a76c6d4 +size 623339 diff --git a/lib/search/indexes/github-docs-3.2-pt.json.br b/lib/search/indexes/github-docs-3.2-pt.json.br index 65ea3a295b18..91953dc97184 100644 --- a/lib/search/indexes/github-docs-3.2-pt.json.br +++ b/lib/search/indexes/github-docs-3.2-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e500aa28b82909122627756669dd641241c4feed78736f5503b19e8a1952e5f -size 2547962 +oid sha256:92ea0710b7c3bad27a1336f5997fb99ed6f3adfdb26382a6738c34f3a179c994 +size 2547486 diff --git a/lib/search/indexes/github-docs-3.3-cn-records.json.br b/lib/search/indexes/github-docs-3.3-cn-records.json.br index f2c213dfc761..194dea7c0f29 100644 --- a/lib/search/indexes/github-docs-3.3-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.3-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c55887a3c9b0f8434b50a7f4f19c0c789260396f11242eb73c0295afbf5e8fb -size 703351 +oid sha256:f8c8ad8d15ac263588a2b5fd58dd64e64f0af217fe6c309e71572f552a24ec65 +size 703336 diff --git a/lib/search/indexes/github-docs-3.3-cn.json.br b/lib/search/indexes/github-docs-3.3-cn.json.br index 5d1358b11d87..86bf33d3e9f0 100644 --- a/lib/search/indexes/github-docs-3.3-cn.json.br +++ b/lib/search/indexes/github-docs-3.3-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:223da28adc5e4b92d82520f2db3dc831b10bddaaf98dc0ac0a4fda0901126f7b -size 1485965 +oid sha256:32b44efc47edbd9e7fc512a1f5707b309814896687ab94d7c59401171e6ef431 +size 1485582 diff --git a/lib/search/indexes/github-docs-3.3-en-records.json.br b/lib/search/indexes/github-docs-3.3-en-records.json.br index 30ae72f5de40..c6f74ea4d4d1 100644 --- a/lib/search/indexes/github-docs-3.3-en-records.json.br +++ b/lib/search/indexes/github-docs-3.3-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34efe15c2ffe3c2428ca828782c9efa18c3c3b4786f0e05b142f006b2cadb8ce -size 1067098 +oid sha256:783df72016c1adf099fb34548acb747553709f15c015da0972460299e853a484 +size 1067301 diff --git a/lib/search/indexes/github-docs-3.3-en.json.br b/lib/search/indexes/github-docs-3.3-en.json.br index 3ed7df96473b..595966119e35 100644 --- a/lib/search/indexes/github-docs-3.3-en.json.br +++ b/lib/search/indexes/github-docs-3.3-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa8b1b03e9a3718aefcd98ba13848b6ae62b31a0e24612a388c1b44cfc4fc1cd -size 4289576 +oid sha256:38366da3480bdb95750d94c5749324233b9bff60e12330adbdc51c0d70fa560d +size 4292521 diff --git a/lib/search/indexes/github-docs-3.3-es-records.json.br b/lib/search/indexes/github-docs-3.3-es-records.json.br index 89056cce6884..3fdd9a78fe49 100644 --- a/lib/search/indexes/github-docs-3.3-es-records.json.br +++ b/lib/search/indexes/github-docs-3.3-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:205044e4af5103f16e9b5b9c4f1a0f61b98ce25df0945f766b676b1c2f7f05f4 -size 652924 +oid sha256:e4f546bf67ca2214aa9abf62c195d9927ffdac784e4589cc0a383ea6b69910e7 +size 652903 diff --git a/lib/search/indexes/github-docs-3.3-es.json.br b/lib/search/indexes/github-docs-3.3-es.json.br index 3d347b6cc49c..a8ba1f02dff1 100644 --- a/lib/search/indexes/github-docs-3.3-es.json.br +++ b/lib/search/indexes/github-docs-3.3-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0d98fca94766eaf66d85e988876d96b58b55abf923599a9b307388a2afd48f6 -size 2769343 +oid sha256:5d7481052395f77587c7bbad5ab38405141f8c2ac13b287adde6319df03318a2 +size 2769716 diff --git a/lib/search/indexes/github-docs-3.3-ja-records.json.br b/lib/search/indexes/github-docs-3.3-ja-records.json.br index 5c5ebd9152f9..58dc01034ba8 100644 --- a/lib/search/indexes/github-docs-3.3-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.3-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46919bf1606b84e1f93872547e56a7a39e13d097e273d8cfa140a97f96b52387 -size 721181 +oid sha256:384fb4c09725eb996c1b5506fddcc9af502c122195bf9f04b724fdaf0e26129d +size 721249 diff --git a/lib/search/indexes/github-docs-3.3-ja.json.br b/lib/search/indexes/github-docs-3.3-ja.json.br index b9e54a835dcb..0ea872d01080 100644 --- a/lib/search/indexes/github-docs-3.3-ja.json.br +++ b/lib/search/indexes/github-docs-3.3-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c2c27ed26d97c6875ccb89ab962ef5b05c122cbbec42cb5a2e951ae9e74c7ba -size 3848945 +oid sha256:24a4dc503c4de05366fbfd8b38bd0999d6f000bfae59b288ba308d377fa82ac9 +size 3848860 diff --git a/lib/search/indexes/github-docs-3.3-pt-records.json.br b/lib/search/indexes/github-docs-3.3-pt-records.json.br index 5826ad841d81..d9303509cd46 100644 --- a/lib/search/indexes/github-docs-3.3-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.3-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f9aa18db9b48649a5500dc177d8385dd3e799d6ec6a0371af67f3e2c9538103 -size 642282 +oid sha256:ff2e1e7f4d0567b6de3e2d22d82b1a90e64a3ca0bcf9ab1cbd86a82e006ca2a3 +size 642279 diff --git a/lib/search/indexes/github-docs-3.3-pt.json.br b/lib/search/indexes/github-docs-3.3-pt.json.br index da17f6a23586..104b0555c2c2 100644 --- a/lib/search/indexes/github-docs-3.3-pt.json.br +++ b/lib/search/indexes/github-docs-3.3-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5286deca82ea408e23c3cbff787015e0527bef01ba13517e118fae65409f3090 -size 2629021 +oid sha256:6597de20c316930d638e20fde4d72fd26e12d5d626c86b59930a5d443b2e67e9 +size 2629598 diff --git a/lib/search/indexes/github-docs-dotcom-cn-records.json.br b/lib/search/indexes/github-docs-dotcom-cn-records.json.br index 68430f8a7e42..9e5b1fac44b7 100644 --- a/lib/search/indexes/github-docs-dotcom-cn-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed10c5f205477176880adb2a11175860e4429502fcae8e3f4bdc00259150f536 -size 899533 +oid sha256:df605e3a0239aca847ac4cde6b1f90241f1c1770a9e8475c836edce389ff9a14 +size 899754 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index cd18aa611fd7..9f269885d9cb 100644 --- a/lib/search/indexes/github-docs-dotcom-cn.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da1683542eae0b07b8d16d9bbe4ad3b71b273b7975fa435ad05f11e64df9d770 -size 1642426 +oid sha256:feb4e2dc227101cbc77726db7d4d002699b84a1f7a81c01125bb28b128b65c15 +size 1643410 diff --git a/lib/search/indexes/github-docs-dotcom-en-records.json.br b/lib/search/indexes/github-docs-dotcom-en-records.json.br index c027cd7f9fe0..bdfb13ae84e3 100644 --- a/lib/search/indexes/github-docs-dotcom-en-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48402877ba82e30b7f3da51c0893da86dbbe71d605cb713ce6ecdfd143c560a2 -size 1343606 +oid sha256:9b5344c040460a8b2181a8a4a3935259ccc76e2f1eb4ba40b5ea9524dd00e2f6 +size 1346563 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 329f72999b18..f3fa24243afb 100644 --- a/lib/search/indexes/github-docs-dotcom-en.json.br +++ b/lib/search/indexes/github-docs-dotcom-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:423a2fdb03839a7e8bcbeb0c73199220a12ce19c5ad61203281985b48553fc5a -size 5141297 +oid sha256:29aa838eb380e0de3c158180365e385bfa7236fff8b1ec7fbe73a153feef3f3f +size 5152818 diff --git a/lib/search/indexes/github-docs-dotcom-es-records.json.br b/lib/search/indexes/github-docs-dotcom-es-records.json.br index fd6bf451fb32..3468d1f8d99d 100644 --- a/lib/search/indexes/github-docs-dotcom-es-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8870c4ff96195ae7088b070c6793fc3cd61550003ecb08af03a7fd64ed05d37 -size 818745 +oid sha256:8ff2488d33619faef385b6a0c574299a3bf06a352ed04a1dbae8dfe3ccbfe8ba +size 818571 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index aadddf0771f7..5dd0aec8e232 100644 --- a/lib/search/indexes/github-docs-dotcom-es.json.br +++ b/lib/search/indexes/github-docs-dotcom-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5fa2d254427db3b0d8ea795124805ba32d61b225afbd960cedee3ec84899313 -size 3296628 +oid sha256:25f99aa7f15ab69bb81765a5ee6293698cd36c7e5784928dd211d1d8af992a66 +size 3296270 diff --git a/lib/search/indexes/github-docs-dotcom-ja-records.json.br b/lib/search/indexes/github-docs-dotcom-ja-records.json.br index 883e5e736525..4801ff3d04e3 100644 --- a/lib/search/indexes/github-docs-dotcom-ja-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4267dd42a125419ae098e3e075583708ee786295c9ebdf1e738f107b8ab292d8 -size 917047 +oid sha256:348e61e24bdeaf36f114f024f9699366e6bfe26a07414a7441e33988981fbeb3 +size 917193 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index 9c23e1ebce08..f44664560bf2 100644 --- a/lib/search/indexes/github-docs-dotcom-ja.json.br +++ b/lib/search/indexes/github-docs-dotcom-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73bee02805700082e9571697a62e2b1d8a893330085530b5303d721382c4c72d -size 4685051 +oid sha256:5d5c82cc73efe43ed8fc419679d004ff057ab39e6687605c855502708e37637d +size 4684972 diff --git a/lib/search/indexes/github-docs-dotcom-pt-records.json.br b/lib/search/indexes/github-docs-dotcom-pt-records.json.br index 444e69d9836b..7fbc9d2fad93 100644 --- a/lib/search/indexes/github-docs-dotcom-pt-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a29cb3576183c01d29702287422f4fd87dd6416239ab51b2d69b3e4505f957a4 -size 807813 +oid sha256:de84d9a35b47baed2c35d90259efffdac74eafc91f705662cf8aef454f6a8494 +size 807782 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index f1b6070ecb8a..85775f05d6a4 100644 --- a/lib/search/indexes/github-docs-dotcom-pt.json.br +++ b/lib/search/indexes/github-docs-dotcom-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a28d7d9b809887cbb6651e0b8a1294d9fd73868e36c39e11b9df24720c11602 -size 3144017 +oid sha256:f9a958ae966adf0f7275d9593e37b52a0c8d409fd3b1f68d9d18b1dab01f5a7c +size 3143848 diff --git a/lib/search/indexes/github-docs-ghae-cn-records.json.br b/lib/search/indexes/github-docs-ghae-cn-records.json.br index cff8e19307f5..a2e2c0d3099f 100644 --- a/lib/search/indexes/github-docs-ghae-cn-records.json.br +++ b/lib/search/indexes/github-docs-ghae-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc1c198af7fe83cded64533ec36b2608a1c713b0a85662eacc417c7cc98aa4ef -size 550021 +oid sha256:02b05754af356de5e90ee7cae6665059327c2911bcb1cc6dff6f59207b99f6e7 +size 549959 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 85f13cefcb6f..0f0d88d6e925 100644 --- a/lib/search/indexes/github-docs-ghae-cn.json.br +++ b/lib/search/indexes/github-docs-ghae-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae2ad7facb85a92b64c99cde4bd578aa3df4ead9d4d49ab63639e30630e35add -size 1107536 +oid sha256:ed3efefe781542fa1db39bdd16f2e134f4ab5c2d1596cc6baff2feb61c4f9194 +size 1107383 diff --git a/lib/search/indexes/github-docs-ghae-en-records.json.br b/lib/search/indexes/github-docs-ghae-en-records.json.br index 883ace78e1c4..6668547dcd31 100644 --- a/lib/search/indexes/github-docs-ghae-en-records.json.br +++ b/lib/search/indexes/github-docs-ghae-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d030c54202af583c303be11390c9ef9d73edf2a2ab1be71750c7d423b2d3ced -size 848441 +oid sha256:6cfa5962f3788e71b287f28603bb304ef19421263f30459a95eac74ff0cd21a8 +size 848133 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 8edc71562331..dd4dd6d092c7 100644 --- a/lib/search/indexes/github-docs-ghae-en.json.br +++ b/lib/search/indexes/github-docs-ghae-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf06a2615279d2d2e82c1c60173d4c1ea213f09bfad1377a3a4dc67403671436 -size 3401677 +oid sha256:43bb6c6816c4e247af0287834b1ee9003df9b23453738d624724543f00874f66 +size 3405695 diff --git a/lib/search/indexes/github-docs-ghae-es-records.json.br b/lib/search/indexes/github-docs-ghae-es-records.json.br index d1cb74c8c178..1beb3c55434e 100644 --- a/lib/search/indexes/github-docs-ghae-es-records.json.br +++ b/lib/search/indexes/github-docs-ghae-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed2327f6972409a2dd879a706bd14f79f1d1eb3ca8b98255cb74f6943581c1e8 -size 512165 +oid sha256:8b9da7fac37a264060905603d53d31c9a6c8da13504d28a31e36ed1bd56535da +size 512056 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index d2d8dc1a1ec8..1c36047f5a5f 100644 --- a/lib/search/indexes/github-docs-ghae-es.json.br +++ b/lib/search/indexes/github-docs-ghae-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1c9ae943abe9d9e4a31358e636761b50fa37983278bf289dd7bd51fea7c3300 -size 2085885 +oid sha256:4ecc4eac9ce200bad5bea85bcbde09d49ba2b053c3ab647864cda48c5dc07414 +size 2086493 diff --git a/lib/search/indexes/github-docs-ghae-ja-records.json.br b/lib/search/indexes/github-docs-ghae-ja-records.json.br index 1595348e9372..9e626358f83b 100644 --- a/lib/search/indexes/github-docs-ghae-ja-records.json.br +++ b/lib/search/indexes/github-docs-ghae-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f57862a8b18d72dc273a841416926f60d1500e76724b53abe18c8011f07e282 -size 562473 +oid sha256:7c69a914f36a0781653f731a432f52e6f90601a6944612c957abd85704296d12 +size 562493 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index 294ccb5008ac..085cff7a134e 100644 --- a/lib/search/indexes/github-docs-ghae-ja.json.br +++ b/lib/search/indexes/github-docs-ghae-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b212d41eb3cf56fdc5b94c17e277bd630f0675f29b55b056c68b9eaf85b4fbd4 -size 2891687 +oid sha256:368f08bd61d3dea379a89285edb4fcabaf64747675f95af4e9af5298d3047346 +size 2891468 diff --git a/lib/search/indexes/github-docs-ghae-pt-records.json.br b/lib/search/indexes/github-docs-ghae-pt-records.json.br index 40de3245cc0d..b85251fdb77e 100644 --- a/lib/search/indexes/github-docs-ghae-pt-records.json.br +++ b/lib/search/indexes/github-docs-ghae-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:933d5dd1b24ad467b5db148413c813ff30487511bfc25a731d451b72c8b869d9 -size 504592 +oid sha256:8bdce66fa7cae0051e36c3c902458706f071c4676d364da6608cfc267581d712 +size 504461 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index 17dbd375e419..0493e56bf247 100644 --- a/lib/search/indexes/github-docs-ghae-pt.json.br +++ b/lib/search/indexes/github-docs-ghae-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c06276c50bd85434cf2b88fe5e638028ebaa5c2b239374ab0ea06ec857652a9b -size 1975236 +oid sha256:2d9de416b7a7cfa5767f761a5f6a323bfd19ac8e377e8fe5ae608eabe639d1d5 +size 1975382 diff --git a/lib/search/indexes/github-docs-ghec-cn-records.json.br b/lib/search/indexes/github-docs-ghec-cn-records.json.br index 2237e800da07..6e860c27879a 100644 --- a/lib/search/indexes/github-docs-ghec-cn-records.json.br +++ b/lib/search/indexes/github-docs-ghec-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7a748383ee18987beb11f74c53d999bdcbbe0b8e6dfc2eff3b875e552302bd2 -size 824078 +oid sha256:31c82560f3678edd4d910e348bb682e75f2c8d54df388a08c0a50e44ece2d67c +size 823854 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index ad23bd962f5b..3c42d193b8a7 100644 --- a/lib/search/indexes/github-docs-ghec-cn.json.br +++ b/lib/search/indexes/github-docs-ghec-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6d83d67a43572284a32c46de71aa5dd139fc6b818b4d2102bc934d5c86a1570 -size 1700534 +oid sha256:bc92f8bc07d91f0235f760ccf1d7003b352e69e0b4394d2633b36b240386bf83 +size 1700338 diff --git a/lib/search/indexes/github-docs-ghec-en-records.json.br b/lib/search/indexes/github-docs-ghec-en-records.json.br index 8926ab6fb310..ad97328ffd0c 100644 --- a/lib/search/indexes/github-docs-ghec-en-records.json.br +++ b/lib/search/indexes/github-docs-ghec-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a963a532e8b6bdd2a79af08faf83765e3b5e063a5b323be7c52d1ae65e134296 -size 1217459 +oid sha256:e6e5e66ac5faa58168e5b3e0eb4d065f9ae2de62c17192fd95bfe550d5425144 +size 1221423 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index a4288d05ae22..2f5fad7f5fd1 100644 --- a/lib/search/indexes/github-docs-ghec-en.json.br +++ b/lib/search/indexes/github-docs-ghec-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0eb40419eb7ac159c232bbbef358099bae4c88fba79a14cfb2b4a6098c89e4c -size 4914542 +oid sha256:04a384ce184e9c0d2000b3be83691ebdac21162b9081f85157730b0e1f8650be +size 4929627 diff --git a/lib/search/indexes/github-docs-ghec-es-records.json.br b/lib/search/indexes/github-docs-ghec-es-records.json.br index 6e0e564b57b6..7f3467bc31ae 100644 --- a/lib/search/indexes/github-docs-ghec-es-records.json.br +++ b/lib/search/indexes/github-docs-ghec-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:928d41a93fa562afe540d75dbd3eaf41d7d70b5ac5a451bf9a8e58422b8c9b42 -size 774906 +oid sha256:dc39c5f50e281db92e3e258ba9a654be8fa8fa8dd970f8f609aa6d861a15eaaf +size 775183 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index 84ca96140567..2d3df36fadfa 100644 --- a/lib/search/indexes/github-docs-ghec-es.json.br +++ b/lib/search/indexes/github-docs-ghec-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8d46bd00a546f4b579a45040e44b594ede44a7b5636d11771c8fd7769f03742 -size 3269094 +oid sha256:a5df4deada3bc5328fdb776970249c09f5fbcca305734adeaa4dbff89bc63b13 +size 3269617 diff --git a/lib/search/indexes/github-docs-ghec-ja-records.json.br b/lib/search/indexes/github-docs-ghec-ja-records.json.br index efeea0a757f6..b2d6fdc9d971 100644 --- a/lib/search/indexes/github-docs-ghec-ja-records.json.br +++ b/lib/search/indexes/github-docs-ghec-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b80c0be6cf4f8c164b4c7c2187c09f559e80797bd73dc5321d726e4ad04f9159 -size 846080 +oid sha256:bc32d5dbba81d05f656116bc90329077e6a2736b43d014c6774200ca06ed59ee +size 845845 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index a55ff412af91..257df1327226 100644 --- a/lib/search/indexes/github-docs-ghec-ja.json.br +++ b/lib/search/indexes/github-docs-ghec-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f46ea398f2ec58a94c3bdc49f30072a25424f9dc43918ea38747caababd6dc8 -size 4540769 +oid sha256:1fd3957ccb9785bdbf541215accb7c914d00b03208bf9bca87124f96ebbf422a +size 4540098 diff --git a/lib/search/indexes/github-docs-ghec-pt-records.json.br b/lib/search/indexes/github-docs-ghec-pt-records.json.br index f20d73915d0b..6171f2dbb393 100644 --- a/lib/search/indexes/github-docs-ghec-pt-records.json.br +++ b/lib/search/indexes/github-docs-ghec-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6acb9a8af453add52caceafec97f18dd880ddd68232e10b63b8f8403592f3df -size 763585 +oid sha256:58a0de1fbdf62ed869e0fda9dac5a394071e5ae06d013e6f838bc2cc93fc4d2a +size 763788 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 5da44d510b93..51620f3f33db 100644 --- a/lib/search/indexes/github-docs-ghec-pt.json.br +++ b/lib/search/indexes/github-docs-ghec-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ce2286e62527c80c935acf433bb9010fdf9c9acc8eccabee9fcd4fcdfd827ac -size 3111336 +oid sha256:bd723b69ec55ed3ccdb7788bd5513cda72c093879740d6711ba221270957a8cb +size 3112028