Skip to content

Commit 9fb18d1

Browse files
committed
docs(codeql): remove duplicated article
Remove the repeated 'the' from the CodeQL pack compatibility explanation so the version comparison reads correctly. Changes: - content/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs.md - Correct the duplicated article in the pack compatibility section. Validation: - npm run lint-content -- --paths content/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs.md - git diff --check
1 parent ae49424 commit 9fb18d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/code-security/reference/code-scanning/codeql/codeql-cli/codeql-query-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ category:
1414

1515
## {% data variables.product.prodname_codeql %} pack compatibility
1616

17-
When a query pack is published, it includes pre-compiled representations of all the queries in it to increase analysis speed. However, if the version of {% data variables.product.prodname_codeql %} that performs the analysis is over 6 months newer than the the version that ran `codeql pack publish`, it may be necessary to compile the queries from source during analysis, slowing the process significantly.
17+
When a query pack is published, it includes pre-compiled representations of all the queries in it to increase analysis speed. However, if the version of {% data variables.product.prodname_codeql %} that performs the analysis is over 6 months newer than the version that ran `codeql pack publish`, it may be necessary to compile the queries from source during analysis, slowing the process significantly.
1818

1919
A pack published by the _latest_ public release of {% data variables.product.prodname_codeql %} will be useable by the version of {% data variables.product.prodname_codeql %} that is used by {% data variables.product.prodname_code_scanning %} and {% data variables.product.prodname_actions %}, even though that is often a slightly older release.
2020

0 commit comments

Comments
 (0)