You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SHA of https://docs.github.com/_build matches the merge commit in this PR.
68
-
69
-
If you don't see updates when expected, try adding a random query string to the URL like `?bla=1234` and see if that helps.
70
-
If that shows the expected content, it would indicate that the CDN is "overly caching" the page still. It will eventually update, but it can take a while.
Copy file name to clipboardExpand all lines: content/code-security/concepts/code-scanning/code-scanning.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: About code scanning
3
-
shortTitle: Introduction
2
+
title: Code scanning
3
+
shortTitle: Code scanning
4
4
intro: You can use {% data variables.product.prodname_code_scanning %} to find security vulnerabilities and errors in the code for your project on {% data variables.product.prodname_dotcom %}.
5
5
product: '{% data reusables.gated-features.code-scanning %}'
Copy file name to clipboardExpand all lines: content/code-security/concepts/code-scanning/codeql/codeql-cli.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: About the CodeQL CLI
2
+
title: CodeQL CLI
3
3
shortTitle: CodeQL CLI
4
4
intro: You can use the {% data variables.product.prodname_codeql_cli %} to run {% data variables.product.prodname_codeql %} processes locally on software projects or to generate {% data variables.product.prodname_code_scanning %} results for upload to {% data variables.product.github %}.
5
5
product: '{% data reusables.gated-features.codeql %}'
Copy file name to clipboardExpand all lines: content/code-security/concepts/code-scanning/codeql/codeql-code-scanning.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
---
2
-
title: About code scanning with CodeQL
2
+
title: Code scanning with CodeQL
3
3
shortTitle: CodeQL code scanning
4
4
intro: You can use {% data variables.product.prodname_codeql %} to identify vulnerabilities and errors in your code. The results are shown as {% data variables.product.prodname_code_scanning %} alerts in {% data variables.product.prodname_dotcom %}.
5
5
product: '{% data reusables.gated-features.code-scanning %}'
Copy file name to clipboardExpand all lines: content/code-security/concepts/code-scanning/codeql/codeql-for-compiled-languages.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'About CodeQL code scanning for compiled languages'
2
+
title: CodeQL code scanning for compiled languages
3
3
shortTitle: CodeQL for compiled languages
4
4
intro: Understand how {% data variables.product.prodname_codeql %} analyzes compiled languages, the build options available, and learn how you can customize the database generation process if you need to.
5
5
permissions: '{% data reusables.permissions.code-scanning-all-alerts %} if [advanced setup](/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning) is already enabled'
Copy file name to clipboardExpand all lines: content/code-security/concepts/code-scanning/codeql/codeql-workspaces.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: About CodeQL workspaces
2
+
title: CodeQL workspaces
3
3
shortTitle: CodeQL workspaces
4
4
intro: '{% data variables.product.prodname_codeql %} workspaces let you develop and maintain multiple related {% data variables.product.prodname_codeql %} packs together, resolving dependencies between them directly from source.'
5
5
product: '{% data reusables.gated-features.codeql %}'
0 commit comments