diff --git a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md index 8a63922ab3..47fce5f204 100644 --- a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md +++ b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md @@ -3,6 +3,7 @@ title: Troubleshooting the CodeQL workflow shortTitle: Troubleshoot CodeQL workflow intro: 'If you''re having problems with {% data variables.product.prodname_code_scanning %}, you can troubleshoot by using these tips for resolving issues.' product: '{% data reusables.gated-features.code-scanning %}' +miniTocMaxHeadingLevel: 3 redirect_from: - /github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning - /github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-the-codeql-workflow @@ -47,7 +48,29 @@ To produce more detailed logging output, you can enable step debug logging. For ## Creating {% data variables.product.prodname_codeql %} debugging artifacts -You can obtain artifacts to help you debug {% data variables.product.prodname_codeql %} by setting a debug configuration flag. Modify the `init` step of your {% data variables.product.prodname_codeql %} workflow file and set `debug: true`. +You can obtain artifacts to help you debug {% data variables.product.prodname_codeql %}. +The debug artifacts will be uploaded to the workflow run as an artifact named `debug-artifacts`. The data contains the {% data variables.product.prodname_codeql %} logs, {% data variables.product.prodname_codeql %} database(s), and any SARIF file(s) produced by the workflow. + +These artifacts will help you debug problems with {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %}. If you contact GitHub support, they might ask for this data. + +{% endif %} + +{% ifversion codeql-action-debug-logging %} + +### Creating {% data variables.product.prodname_codeql %} debugging artifacts by re-running jobs with debug logging enabled + +You can create {% data variables.product.prodname_codeql %} debugging artifacts by enabling debug logging and re-running the jobs. For more information about re-running {% data variables.product.prodname_actions %} workflows and jobs, see "[Re-running workflows and jobs](/actions/managing-workflow-runs/re-running-workflows-and-jobs)." + +You need to ensure that you select **Enable debug logging** . This option enables runner diagnostic logging and step debug logging for the run. You'll then be able to download `debug-artifacts` to investigate further. You do not need to modify the workflow file when creating {% data variables.product.prodname_codeql %} debugging artifacts by re-running jobs. + + +{% endif %} + +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5601 %} + +### Creating {% data variables.product.prodname_codeql %} debugging artifacts using a workflow flag + +You can create {% data variables.product.prodname_codeql %} debugging artifacts by using a flag in your workflow. For this, you need to modify the `init` step of your {% data variables.product.prodname_codeql_workflow %} file and set `debug: true`. ```yaml - name: Initialize CodeQL @@ -56,10 +79,6 @@ You can obtain artifacts to help you debug {% data variables.product.prodname_co debug: true ``` -The debug artifacts will be uploaded to the workflow run as an artifact named `debug-artifacts`. The data contains the {% data variables.product.prodname_codeql %} logs, {% data variables.product.prodname_codeql %} database(s), and any SARIF file(s) produced by the workflow. - -These artifacts will help you debug problems with {% data variables.product.prodname_codeql %} code scanning. If you contact GitHub support, they might ask for this data. - {% endif %} ## Automatic build for a compiled language fails diff --git a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs.md b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs.md index fcf2cd4ddf..f2b4b61cb3 100644 --- a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs.md +++ b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs.md @@ -45,6 +45,12 @@ For information about the {% data variables.product.prodname_codeql_cli %}, see {% data reusables.code-scanning.extractor-diagnostics %} +{% ifversion codeql-action-debug-logging %} + +You can see more detailed information about {% data variables.product.prodname_codeql %} extractor errors and warnings that occurred during database creation by enabling debug logging. For more information, see "[Troubleshooting the CodeQL workflow](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow#creating-codeql-debugging-artifacts-by-re-running-jobs-with-debug-logging-enabled)." + +{% endif %} + ## Viewing the logging output from {% data variables.product.prodname_code_scanning %} This section applies to {% data variables.product.prodname_code_scanning %} run using {% data variables.product.prodname_actions %} ({% data variables.product.prodname_codeql %} or third-party). diff --git a/data/features/codeql-action-debug-logging.yml b/data/features/codeql-action-debug-logging.yml new file mode 100644 index 0000000000..76008d8e4c --- /dev/null +++ b/data/features/codeql-action-debug-logging.yml @@ -0,0 +1,7 @@ +# Reference: Issue #2499 in the codeql-core repository, and issue #7626 in the docs-content repository +# We have added one-click re-running in debug mode for code scanning CodeQL. +versions: + fpt: '*' + ghec: '*' + ghes: '>3.6' + ghae: 'issue-7626' 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 726e33202d..e72760b21c 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:af8c61e5ef099a700048d9bac791c18dbdd040d023fbbee7181e8be7931f4b42 -size 790875 +oid sha256:de0d8a8c4610b33c190b71f9cd1ea64694e2856b4347c34961c2e5365c95e523 +size 790808 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 6454e3aa70..00fe894ab1 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:0ebe3f45f7a56a99dc1b46e7b2b506c539533f00e2b0ecca2a69834f103bbfcf -size 1623086 +oid sha256:53871de6ab99535ab7fabb33c87ad1bde1396d59144748db73073ea888e3e817 +size 1622956 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 27b176fbb0..db49fbd088 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:fc75a143648aa5bbca59e00e3e780eee202f67b0e31c217a67273b5f15f770ac -size 1087152 +oid sha256:c7140005644e00030dda196628c691cb82faa5032156961d42d0c178e9485824 +size 1086945 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 8e5e119c07..2d49771222 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:e05f14074725cea8ef4cc5901645b9501c608ab6a7e4cb9e7bf3b962f9ad5b8e -size 4393887 +oid sha256:ffbd6ea2708048bf3f4232352c76a1ab3d6cfe345294179f9e7b70b3f7497f24 +size 4393283 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 22bd8f10bd..50fc25d46c 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:cab2a673aadd9ced8b7e51096a5b0989230a6a5bc8521f28043df4e36e36bc20 -size 730946 +oid sha256:56a22e083fae69f9bdac46083097a8898d725a5d6fa1028b77402c9b0e41d7bd +size 730965 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 d4e6e95644..b853486372 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:b316bcb64c48d3babdb48a3913922db758c0fb0f6400bc1c8db660e2c0119794 -size 3107651 +oid sha256:15db98512bd8e5cef5cfed55651bcd7f6c611ed1d82c216dbeb87834552c8773 +size 3107469 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 7ae2d479f0..39d44a841b 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:714d8762e80afe883551ec9a9d8bb965c2219948dee96ddf1966b61a4b325831 -size 805274 +oid sha256:ab4a09ea1b0776b09dceeb094cfb127d79266874ac8eb13ca61c854b5de3e6cc +size 805178 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 d59d870994..748f065555 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:d677c460325688a9965352f15085994d1bdd8a2e05fd74a6165d6155f3a89fc3 -size 4422078 +oid sha256:130aa233bf8f40318b569029b799b85a6109ace55491e448d050bb5f9f52c871 +size 4422270 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 8e8cfd425c..6ac9cfc7ee 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:42dffee2bbebfcd473d6f3c704886014bee1fd4408de5db304616e956e30b729 -size 719514 +oid sha256:78db2c94ec8aad4ea4c2aeb3cdf438f0c96da36cae4ad77b3c021c87c69a720c +size 719539 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 1cc8ba8678..aca2a370be 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:426bffcab5a63a2bf764c893a1fda2f4aaaadcab0dd7bc6d9ac18c7d4d3c37e8 -size 3001288 +oid sha256:59d540e3c18ad44304c72b7a7fa9be84a4296a7372daf402ab75cdf30debc1b6 +size 3001461 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 2c2b8f1619..fa55d36719 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:27f147a6bf7d1f1dbdf3ce12717dfb282fa205019e93b5c041b87f364ea1bbb1 -size 816085 +oid sha256:a108dbad33b4327859f4ba26523da16fba6691667a9983948d398585d7e63319 +size 816128 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 780cbacb43..1a9ce2d0c2 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:d085cd83cc84fe2f137226fec923495a31142e8d0fc260cd3bed60c1c84b22a3 -size 1669872 +oid sha256:f040a7ee5864f94985cbf7e55973a92e14c3ff437c0c6793bea119665f790a27 +size 1669776 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 b4da4d6ec0..797e631a9d 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:3c91218549fd6958ca4675f19d2f22ae5dae45ede423e7fb1e4b8d7da946c585 -size 1122520 +oid sha256:39acff9aff85b07f6b7d639ad75739ba6958674f86b7b71c7ef338a7bb1cbcbf +size 1122356 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 261e31372d..47ae135fad 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:a72472834043574e2aed312efe1be6fbf0c5cf6d784bd31e91be7d5a3e434e77 -size 4499761 +oid sha256:7cd405499c56238e9bc9f1d2255eee3431c786afacd081dd2dfb5c4dfc79967e +size 4500704 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 3fc99691da..8e6cb7aa36 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:c640d9eb23cfffbf309312de331982bfb522c54db90a78796a1cba8ec4d7c74d -size 751928 +oid sha256:6f87c7ae76b76352dc7f0c8194fa2495b18b6433565cd777887f257f45127b5b +size 751846 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 b337f7d83e..a5ca3b1bf4 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:6b0593888807dd4a4b103a97d497d172cf53a3b693c048c2f17a0cef60d0d60b -size 3190998 +oid sha256:e8cbd2115bb0b71d541f696990eb88e82ba47147a480b06e266f4b5feb115a34 +size 3190813 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 5f296f907b..017712c12d 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:a0a96184c9e21c99bb7c29111f71de8a43f1e2fbceb9d61c3291d9fb0b42392a -size 830350 +oid sha256:633a06f4d0c21b5dc2aa2089eb1c3aaf341ed0ba48fbb9720fa18da2493e978e +size 830347 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 ed68d6019c..06f3aac967 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:1a611cb715958032285dbfc6f320a9d2005db4188dfc7bfe08563df377ba6178 -size 4555653 +oid sha256:48db8252f3717bd756e6451f359ad150ce750d446e627ae942f1307212b1f7b1 +size 4555386 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 405933b692..d688da1cc9 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:3244b15f6106f6e5509b58c1d9bd57cab768ba69e3e8b94772ce946a0753dddb +oid sha256:9432560ee1a356f89c591d0749bbbb0616a06abe21133e5d79e8459072dcead3 size 740679 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 b242776113..094203ae1c 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:f4a4c285e90eabecd5d595df02712145446254c456064f86c6da49d52c8868f3 -size 3085889 +oid sha256:a4ebbc71f34a37254e53594b056e91d8669559d1e9f20cd30aeeafd3d97a21b6 +size 3085701 diff --git a/lib/search/indexes/github-docs-3.4-cn-records.json.br b/lib/search/indexes/github-docs-3.4-cn-records.json.br index 195cafb5a6..8d59c5cd41 100644 --- a/lib/search/indexes/github-docs-3.4-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.4-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:feb78218524442606f652bc59e86fb323715db82d12aeb204df035047cfc5d8f -size 818557 +oid sha256:41cccf67143bc5c91f5a083859ce32d8cee2207bce206d67f9f4650e79b4a435 +size 818566 diff --git a/lib/search/indexes/github-docs-3.4-cn.json.br b/lib/search/indexes/github-docs-3.4-cn.json.br index 6c7b68f571..5d179b6e79 100644 --- a/lib/search/indexes/github-docs-3.4-cn.json.br +++ b/lib/search/indexes/github-docs-3.4-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0265b6d5f10760aee5d69345387ac4fb913f2497f1f8f158cff1bfdb6fd91f6 -size 1685019 +oid sha256:3347b5a7d755495bb9f31611c00c7c007c1f47689a1eff2de0e0847241c2312e +size 1684929 diff --git a/lib/search/indexes/github-docs-3.4-en-records.json.br b/lib/search/indexes/github-docs-3.4-en-records.json.br index 12dc8e5343..34b677884a 100644 --- a/lib/search/indexes/github-docs-3.4-en-records.json.br +++ b/lib/search/indexes/github-docs-3.4-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a31fba1cb84a0954537f35af5cde82db97a73a8d09bb32ec09005bd04f10fb36 -size 1132615 +oid sha256:fbad433445337e4c3b85d35f784f107ace766927b1e0c1cd0947824ba7a70e09 +size 1132646 diff --git a/lib/search/indexes/github-docs-3.4-en.json.br b/lib/search/indexes/github-docs-3.4-en.json.br index 8ec4fddabd..8db7781a38 100644 --- a/lib/search/indexes/github-docs-3.4-en.json.br +++ b/lib/search/indexes/github-docs-3.4-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d767527939fe314f3479b340456a38a6806205c48c65fb1980f677be6dcfbb0c -size 4552701 +oid sha256:7fb610e6200e081ed112b80c83f9f7a71d4cef6b31fb4ec71d7f6f14ef7db7d9 +size 4552569 diff --git a/lib/search/indexes/github-docs-3.4-es-records.json.br b/lib/search/indexes/github-docs-3.4-es-records.json.br index cc319bbfc0..7d193feb65 100644 --- a/lib/search/indexes/github-docs-3.4-es-records.json.br +++ b/lib/search/indexes/github-docs-3.4-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a18c32f323a74443a576aca16c81e3eace500be1451eb8b4460df6a3b885a2f -size 756390 +oid sha256:95c1e6b2c2d09feac0070a35959305752609b4f8416c32610336aed4b18d7356 +size 756428 diff --git a/lib/search/indexes/github-docs-3.4-es.json.br b/lib/search/indexes/github-docs-3.4-es.json.br index 236c242c13..1ff04ce692 100644 --- a/lib/search/indexes/github-docs-3.4-es.json.br +++ b/lib/search/indexes/github-docs-3.4-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d61f6386272c77b08d473976d3de52db5d78bafd99dc317d3a7d72085425d71c -size 3213627 +oid sha256:4892fb99ee32217d3f6ace2561c2359b9d75b9f2450d58d0d5f9f360b4f044a5 +size 3214058 diff --git a/lib/search/indexes/github-docs-3.4-ja-records.json.br b/lib/search/indexes/github-docs-3.4-ja-records.json.br index f358887efa..54cdfafb67 100644 --- a/lib/search/indexes/github-docs-3.4-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.4-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23c6d9b7569234b466af8300dca751d13bed8d23bd660bb179a62c5f8a308d1e -size 833811 +oid sha256:6e343cea4f20b9313774b7501a8a11dd31c6ca5ba558ccbaf3417b648ff7b1f4 +size 833950 diff --git a/lib/search/indexes/github-docs-3.4-ja.json.br b/lib/search/indexes/github-docs-3.4-ja.json.br index c945197c6c..361d8fec0d 100644 --- a/lib/search/indexes/github-docs-3.4-ja.json.br +++ b/lib/search/indexes/github-docs-3.4-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bcdb149c80c204583127f5fcacfeb8a24900f21adc1a8c3a03180475643fa0f -size 4589596 +oid sha256:2a8515a5be1f8f7388aa5a47e84a7e820bde977c7a9951dadeb7df75a02a9021 +size 4589970 diff --git a/lib/search/indexes/github-docs-3.4-pt-records.json.br b/lib/search/indexes/github-docs-3.4-pt-records.json.br index d1d02d6bec..9e82bf230e 100644 --- a/lib/search/indexes/github-docs-3.4-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.4-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b2d521eb3f1e5d130c81249f5ddba1d08c32870be7fb1e6bfe66397f68bbcdf -size 744905 +oid sha256:8f2cd811cb2221eddf8e2d7877092f62a62ae9bbfb7bc359ae5c2782c3419609 +size 744865 diff --git a/lib/search/indexes/github-docs-3.4-pt.json.br b/lib/search/indexes/github-docs-3.4-pt.json.br index c993b8f97a..06868544ef 100644 --- a/lib/search/indexes/github-docs-3.4-pt.json.br +++ b/lib/search/indexes/github-docs-3.4-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84cbffd838cc6fa6745e6090440912cb648174089b8298ef0f061d2950004295 -size 3109575 +oid sha256:4b725c8696fade7eb51295c3947743540c748813b5c69ff7d36fab85c9d0568b +size 3109406 diff --git a/lib/search/indexes/github-docs-3.5-cn-records.json.br b/lib/search/indexes/github-docs-3.5-cn-records.json.br index 2392d6d9c9..ae6c8e57ed 100644 --- a/lib/search/indexes/github-docs-3.5-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.5-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9b9e40be27f91864abe1bcd8a8dacc58fe4b1e5f6dab58e575e6084977a3d49 -size 848021 +oid sha256:2fa00161ff833062146ac1a78ba6532463c40bd0c9b63ab2ec5d4da1187bfcd0 +size 847854 diff --git a/lib/search/indexes/github-docs-3.5-cn.json.br b/lib/search/indexes/github-docs-3.5-cn.json.br index c5beaa1dc8..107b941e1c 100644 --- a/lib/search/indexes/github-docs-3.5-cn.json.br +++ b/lib/search/indexes/github-docs-3.5-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75f49e80f2fb5041a00e0cc08b8e7b13584e510d07ccab09e20f2b290cfc50c8 -size 1744544 +oid sha256:88c707040d78641708b1b37cdf7c5df54606adceb22a81be4a1077fb5a99289a +size 1744324 diff --git a/lib/search/indexes/github-docs-3.5-en-records.json.br b/lib/search/indexes/github-docs-3.5-en-records.json.br index fa30875839..ab4e915ade 100644 --- a/lib/search/indexes/github-docs-3.5-en-records.json.br +++ b/lib/search/indexes/github-docs-3.5-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e40b27a5f1edd7b1a092f9091d838edfe5e31c8b30dff9e67d1307719e6756b1 -size 1170744 +oid sha256:54fec79b49f898ae4094c9ee1ff9bf1497d7b98d965933791d68881c42b6c315 +size 1170742 diff --git a/lib/search/indexes/github-docs-3.5-en.json.br b/lib/search/indexes/github-docs-3.5-en.json.br index e27d345547..e509f8eb6a 100644 --- a/lib/search/indexes/github-docs-3.5-en.json.br +++ b/lib/search/indexes/github-docs-3.5-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:641f996b755712c7e7698fe315d9ba173d6c06901a8f542bb9ae929e5737ef1a -size 4710564 +oid sha256:6c1cf2e97cd42ae0e33a53e27c6d1cfe50effd0bca2f2b7f264eee452bdf9878 +size 4710607 diff --git a/lib/search/indexes/github-docs-3.5-es-records.json.br b/lib/search/indexes/github-docs-3.5-es-records.json.br index 82b8f1dd29..2fa7cf5fe1 100644 --- a/lib/search/indexes/github-docs-3.5-es-records.json.br +++ b/lib/search/indexes/github-docs-3.5-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12e372cc1d81c560269ac41624b1aab0e5b061438183df1afb2c56d0465e5d38 -size 779329 +oid sha256:91457dc24d05aa1f548ae8e0fba97957d4e52dceedb0cadac5de0a651f1bf6d8 +size 779415 diff --git a/lib/search/indexes/github-docs-3.5-es.json.br b/lib/search/indexes/github-docs-3.5-es.json.br index 944876f849..bc032771fb 100644 --- a/lib/search/indexes/github-docs-3.5-es.json.br +++ b/lib/search/indexes/github-docs-3.5-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cc7de2bb9bc9b42716d060e0e500ed99b64f7a0b926557bcb26b294eb6d8b9d -size 3324939 +oid sha256:53350c51ef7ae15367a27fdacb629d1ee666b8c235601e4ce4397108d07e48f4 +size 3324521 diff --git a/lib/search/indexes/github-docs-3.5-ja-records.json.br b/lib/search/indexes/github-docs-3.5-ja-records.json.br index 3224875b67..94407fc147 100644 --- a/lib/search/indexes/github-docs-3.5-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.5-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c43a5a7793f1047560b3db3fef74967e50ca741ae419533d5524b5a13c4cb79 -size 860714 +oid sha256:5848cc1babc6577b54f243cb9422925e8a9172521018d281ff28db787ea35225 +size 860583 diff --git a/lib/search/indexes/github-docs-3.5-ja.json.br b/lib/search/indexes/github-docs-3.5-ja.json.br index 5fab8f8b72..de3a15d2a3 100644 --- a/lib/search/indexes/github-docs-3.5-ja.json.br +++ b/lib/search/indexes/github-docs-3.5-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a51ed3e3a03138fa85216a382b54ccf1e0c2d8220904e754492040187260cd22 -size 4753164 +oid sha256:fef1e975d513830e1fe3424e7ffb72e34101c9ceadf57c7cc90e91a89e7b4cdb +size 4753497 diff --git a/lib/search/indexes/github-docs-3.5-pt-records.json.br b/lib/search/indexes/github-docs-3.5-pt-records.json.br index 3ea1f31321..4180583313 100644 --- a/lib/search/indexes/github-docs-3.5-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.5-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1178fb52d801585eee234ec3aba782e0d91a7f74268eded157a4d6f509171839 -size 767607 +oid sha256:f97ce65037938a6c8d31f08d2a8179b021024695f2cebd9706f56ac53475ae2d +size 767421 diff --git a/lib/search/indexes/github-docs-3.5-pt.json.br b/lib/search/indexes/github-docs-3.5-pt.json.br index 4be5832ddd..430d196a8b 100644 --- a/lib/search/indexes/github-docs-3.5-pt.json.br +++ b/lib/search/indexes/github-docs-3.5-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e97e85d79f95905019494b1196697048472e87105c2a05584f09c0a1f84812ef -size 3216850 +oid sha256:ad5a296f71732d3fa00edb2abf60d79dbe76476409d18f99e762c83d8929e3e5 +size 3216622 diff --git a/lib/search/indexes/github-docs-3.6-cn-records.json.br b/lib/search/indexes/github-docs-3.6-cn-records.json.br index 2e35c60176..d374a143cd 100644 --- a/lib/search/indexes/github-docs-3.6-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.6-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:444f21127e568d4406dfb9a4a621e684df5c6f6bb7f4a554ddd2b5903075a84e -size 870667 +oid sha256:0371e0e8f374b366f2445ed6e5a5cfccd4ac76f024b06c6900be28b23ade04c5 +size 870732 diff --git a/lib/search/indexes/github-docs-3.6-cn.json.br b/lib/search/indexes/github-docs-3.6-cn.json.br index 795e974db3..f3366189c8 100644 --- a/lib/search/indexes/github-docs-3.6-cn.json.br +++ b/lib/search/indexes/github-docs-3.6-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dfd8654a844eae919d5a292eeec3a3bcd035b69f31c5ffcee9725f3ad4ba87b -size 1792325 +oid sha256:ceb96d39af3a45ac49fc5f3dc000102e7999d5718387fb6f9b126591dc514b49 +size 1792277 diff --git a/lib/search/indexes/github-docs-3.6-en-records.json.br b/lib/search/indexes/github-docs-3.6-en-records.json.br index 0e85e28519..eed3d00fa2 100644 --- a/lib/search/indexes/github-docs-3.6-en-records.json.br +++ b/lib/search/indexes/github-docs-3.6-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27ee9470f05a848256368912cfb02bc8247890796c754427883ab33878cc96ef -size 1199358 +oid sha256:1f3ed57fb539206799980b46b2ba7b76d1240f5b136cd18e0165017308642b89 +size 1199185 diff --git a/lib/search/indexes/github-docs-3.6-en.json.br b/lib/search/indexes/github-docs-3.6-en.json.br index 6c69f191cc..ef16aa16d8 100644 --- a/lib/search/indexes/github-docs-3.6-en.json.br +++ b/lib/search/indexes/github-docs-3.6-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68033c3734441029fafdff1851e2e0e984fbb5557c2b92d85908f8cd9f9c7940 -size 4825714 +oid sha256:d1a5615fac569ee61da8573392b35785b0667a4e71bb2a2e770d2552f915e003 +size 4825793 diff --git a/lib/search/indexes/github-docs-3.6-es-records.json.br b/lib/search/indexes/github-docs-3.6-es-records.json.br index f03b701b6c..922e03f4b0 100644 --- a/lib/search/indexes/github-docs-3.6-es-records.json.br +++ b/lib/search/indexes/github-docs-3.6-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6464ece510c74da4e2c75091916302876079ffcda5065f7a256a174d9306c0b9 -size 799783 +oid sha256:fe9592c2bbf8a75c311ed459b1f67639cf68733bc9df72fc5f5b092bbb9e52d1 +size 799786 diff --git a/lib/search/indexes/github-docs-3.6-es.json.br b/lib/search/indexes/github-docs-3.6-es.json.br index 0307d38dac..dcea2e5e66 100644 --- a/lib/search/indexes/github-docs-3.6-es.json.br +++ b/lib/search/indexes/github-docs-3.6-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55b02f7f8e58c1b97d6eded85f57d1e49b8dbef54ccf9a73380113e2941cd2d2 -size 3424043 +oid sha256:6cd60043f1dc8ddbbbb354ee13ac81567f280d51d43c58db596436e96446d9d6 +size 3424156 diff --git a/lib/search/indexes/github-docs-3.6-ja-records.json.br b/lib/search/indexes/github-docs-3.6-ja-records.json.br index 3c7bce8f2f..8454238506 100644 --- a/lib/search/indexes/github-docs-3.6-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.6-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4c6eb7a8a678a40717b37c03fd7e4e35c4d61dea9ac7d43238c6d29f263eee3 -size 883183 +oid sha256:b50f7b8034a4351aa94ed2b2633a97b63ed578c1fd74a9cfcd9a8f78cfd7ae87 +size 882881 diff --git a/lib/search/indexes/github-docs-3.6-ja.json.br b/lib/search/indexes/github-docs-3.6-ja.json.br index aa65e534c4..5a8ac5e76e 100644 --- a/lib/search/indexes/github-docs-3.6-ja.json.br +++ b/lib/search/indexes/github-docs-3.6-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2b291e5a39275ec181bd0f79c0fa68be67299dc191729f1b8047796b193fd3a -size 4884151 +oid sha256:dd9faa1f9a305a3c83a6d87e7388bdfc3c86d4600d54aa4932aec96825b2f250 +size 4884517 diff --git a/lib/search/indexes/github-docs-3.6-pt-records.json.br b/lib/search/indexes/github-docs-3.6-pt-records.json.br index bd8e10c53b..b61197da63 100644 --- a/lib/search/indexes/github-docs-3.6-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.6-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:063ff42d8f27d588b2feb25a2470fa05f1cd03540eb634b43e79d74bf002e307 -size 787840 +oid sha256:be67f2de3dbd60c3d6ee5b9b026ae07a0a6c6ac1d5aa40ceedead321b824089d +size 788000 diff --git a/lib/search/indexes/github-docs-3.6-pt.json.br b/lib/search/indexes/github-docs-3.6-pt.json.br index cc89b0a59a..2645b2fa52 100644 --- a/lib/search/indexes/github-docs-3.6-pt.json.br +++ b/lib/search/indexes/github-docs-3.6-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4f65481d1d93d4c7946c471c9f4be8e5248a0de3561e5be77962992df729850 -size 3312960 +oid sha256:53c20f277ee998c385b9ad65304759f6ee074980bbbf9bd5fe474aa4eaed745a +size 3313005 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 e17b9ec2d4..4435beabc7 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:0f4842b432d4865a4faf05c90ab861a80eea7436e8a8a82039a21b8f9b9fcddc -size 1031283 +oid sha256:7c339c2d54eefd11f702ba5f46767ee95489e4ecd5f9e5abad0de18666864047 +size 1031253 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 33c951951d..bdcc535831 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:3df64b4252c2bdb2ef6e0abcb25f53556de2f62aae8ffd46417248019332dacc -size 1821403 +oid sha256:f2a30aff707bac24ad6453c1ddad11982ff3debe916a642d9aff416a0730d6c3 +size 1821257 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 4a873d7ede..cc11069928 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:48f477f60bd4e27a03d984132fe4e0d1c04399332c92325fe999b92ba86c2525 -size 1443058 +oid sha256:21041cb54f2e72b45f99b61f33de2447a2ea3366228904999e012a9d2ab04bc7 +size 1442957 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index d76920bb9f..8412e7d44e 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:74df6d577ebdda1ea36792b58bdda05cc4a1b5f3e2452b87d8bb7075682c9b92 -size 5537502 +oid sha256:0b2d4c50af17df971aad651f4dfbb83ed19e0fe5fdc0c49b735ad57e7d8cf4f3 +size 5537572 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 c1c3577771..a03c81b460 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:d5f4b1fd513fa9f109a4b95a89badf21681dad8e864aafd5f0d7b92380111e6a -size 929897 +oid sha256:42e41f463e8600d931a8ae2b594a5b5ad06276627dc9da689b64e9827c3d635e +size 929832 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index cd590c60e9..62c1ddf369 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:3ae0d797c8f5f6373c89406b75df4c1b03650f3061f83bd8262619c55f76e980 -size 3850146 +oid sha256:85332b2f60c85eae36fda2bab65457c8a2f7c2a9ab6d1faa130171ac0a46402b +size 3849454 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 300c83af5f..e4a854c8f1 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:a4743f938e171c8d5c2749848782baad6a7353ebaad7f7a1f96192372eb7c131 -size 1037785 +oid sha256:9c956bab37d40ff5047dac630a2d23720eeb4ff83cac981c6f8980053c089ebc +size 1037795 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index cc5f3c74ba..bfd42ba880 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:5b0393cf0b3ab3081298b6ca27d8613110e15b8c04b208c2c91962eb60850323 -size 5570993 +oid sha256:2fd31f066493dae774f689526208356ece076c9e360586b858714ef31bc5cf6e +size 5571084 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 c95d1a61fb..bd1124f733 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:b5b9bf0c44856257fcd05883059eb4b44dd8d04e3b3437ad4fae744db32ebbf0 -size 918768 +oid sha256:f1b78da4d7f860a5d902f661c60bedcd62240e8ff7f9c276041f47d2da6dd176 +size 918767 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index cc897760c2..5c200a692b 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:4f667c0a84a40dcf66ce3a2643f54c96f26d657d5e537e50a58559e8f273908e -size 3760018 +oid sha256:771f06fc6c7be6df0adcd3239843af6ada192c1ff3d61cad265af854e5644eb2 +size 3759744 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 ff968229f7..a5468d9c9c 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:cc8b3225ec456b58a565dec1425fb819bea10e4232e56fa6d0e583ec5d01d889 -size 656477 +oid sha256:e5bcf11d905c090cc7409c3b479bbe180c1d27535d8d2f3a913aad4e573af0f4 +size 656506 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 4116987837..262e2c78ea 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:b50d1034352ebaed62601bd117dec22ba4b38c4bcd623087c9423ecc723dcbab -size 1299917 +oid sha256:36fc68ee39d9fb30b72131a22e5196784af0b7e51674cda2dd3e88ff4de0fedd +size 1300346 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 1dc3654354..9e4e83f604 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:2a299e80b9e52fbfae82678b038f3c0e7582d4d5a275b71b6b25246bc03bf284 -size 930175 +oid sha256:b3ddd1c2b3009f65b3183ca8a66feb7b83a3352c41cdadf9c682a145fbdbd8ac +size 930222 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 61a230d3dd..b3b140e873 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:65d5664414a9c234cb210feb1479a8347bb3822848e09703e4242d6df9a5ae4d -size 3676984 +oid sha256:9e271c0c28f248462dda7460827bcc6e9491605c6687930b1f904910fbbfb9e3 +size 3676626 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 b28dc5c46e..3b9569b475 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:333cb1170c0834a0aba35a4d3f5f0edfebe319f58184d89bea2564944785470d -size 611050 +oid sha256:d532a819a4257ab1dbf8302e90e763ad18d874e0e5e372e568506c8ca9b0b7b6 +size 610982 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index ea36a9082a..ad5f1501b0 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:3934f1392e6c022c8e71cfa95887e8c7732e74b7599e11f9237f9583b61cb1a0 -size 2516863 +oid sha256:8e287b611c9fcf3e9a5bf68446d2d482b4fbedd14bf59917663ff6161027bca0 +size 2516607 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 32a1157235..d482509f6e 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:b4442f7ff4ea31f322cce357cba8d44d69d5bd6df31a8a62742a12a85139b647 -size 669983 +oid sha256:0b4afbbd4d9cc6aac1cbb59270ac40a140d24fedbfa494a348e7ce5f41640c2d +size 669975 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index 12ec9335f9..a701a67c10 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:b268c310243c2e8a6e286116636d3e81f7a9a50ef5960bf0a6ab9deb475db6c8 -size 3578534 +oid sha256:216f767e1d1e5bc69a5118705364bdab59d3d6b4de9b53a0d076d766d60551ca +size 3578443 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 95d3f343d2..46a7fcaf6a 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:e68d492ac779b0992fba4463d46fb8da6069d9d06a129ca24345472cf9982d57 -size 601840 +oid sha256:cb463263692cd73fa2fa12c6edf226e5d3292344e8430ef38c756bfd9499e915 +size 601913 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index efc2e81c31..5f554212e4 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:514a361cdf0d9b6e660855ac622649c4e083db2b1098b48d9fd094eca344b71c -size 2412132 +oid sha256:214bac127fc4055e55eea439f02c0a588703754882c87719e17a40a90c17750c +size 2412282 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 1903232435..aec7a92bca 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:2eaea8b8e8644a93d435da18ecdaa7c089e3f69a7b587d9129df546502dbd36d -size 1000334 +oid sha256:a986fdd17d64daeec899719671823f05d22ca0232a87688d07bf1d46b2fccba6 +size 1000404 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index f5154d25ed..609db6bc88 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:a0d74f03e269d364b762d8193426c24e0ee54d52758eb60277f7b46316c22fab -size 1942716 +oid sha256:da9957f0cf35a2e7ce9f85e6e427f5a92e2255e40479030291d4302de9c62206 +size 1942833 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 4e1adbe549..d17c5aeeaa 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:19c068b0faa0c3f28234e00545fd9db3002c9be54d42712baeb3272d7149560b -size 1366950 +oid sha256:437e91c14576109955ad19e32b383e410d383509484735ac7d8c948876aa81ed +size 1372930 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index 7a8ef39697..c89bba6711 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:34289579747b3230ea48824e2c4657d98f979812364e0f16897e4d3af9239fb0 -size 5536395 +oid sha256:06e42316a25eb5ed38a58f1e6ceacaa9f201b671a1c251c9a2a0e0937b48ee4e +size 5536775 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 5e900715b6..054999e59d 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:3f77b0200512534d3281173191eada32e6d3cb5577088d156f012e6c4d9e686a -size 926493 +oid sha256:5835a354f78be456d6e13f5c17dd688a5ddcada95ef5e9f0d61938a98c190dd3 +size 926645 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index 468424bb14..a3b809bb5d 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:ad6608f2df864abb404c82ceecb65e6cb19c0598f656964e5f707766a7bcd145 -size 3980902 +oid sha256:29b4b2df01d22a6680b47e8a31ffa7d586705ad01f04717f87cdc7f258842bea +size 3981630 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 e401952e3a..e7d25118f2 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:8839508d4a79059d19d2b1a032c77447e9f42e47891ee1784903d180a3fca3b9 -size 1012856 +oid sha256:7f230d3005b9fa595345f50e50b83c7f9f17ecb9e8b7fe50c4c165abbf7bcaac +size 1013078 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index 8672aafbd2..d049b73185 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:d76d898d76ddc9d68db53d3db3bf54d4f90934305cc8ba63bcdfd295794a8fb6 -size 5651364 +oid sha256:95cd9842029ec2dc7a55d6a03e0e1ea146282a1d5c116cd206d4649f6ba94153 +size 5651859 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 d719632bf5..1e52a8e054 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:1d68aed25fa148629015f2a544b6d993d94455962ce9e631b2143329b80ee684 -size 914002 +oid sha256:a20604d3495810ca9acb7574a44dcf31b2668c6f41d2e423336f8c3baa8ec555 +size 913828 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index eae73d7c35..970fb28aab 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:1c58956a52c5c117237b1c5a5704d90efdc07bcaacf83da2f4ffa070f5c7a20c -size 3876067 +oid sha256:4a9091363deed70fbe2f80a1c58adbbe732f5e95f2b595af829304f77e4ca5dd +size 3875779