Skip to content

Commit 118f70f

Browse files
authored
Merge pull request #49973 from lootle1/MR88
Technical Review 1044038: Code scanning with GitHub CodeQL
2 parents f008aa2 + cd375e0 commit 118f70f

25 files changed

+81
-78
lines changed

learn-pr/github/code-scanning-with-github-codeql/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: introduction
66
title: "Introduction" # user input: module title for browser tab and search results
77
description: "An introduction to the topics you'll learn about in this module." # user input: a description for site search and SEO
8-
ms.date: 04/11/2024
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/code-scanning-with-github-codeql/10-custom-build-steps-for-code-scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.code-scanning-with-github-codeql.customize-languages-builds
33
title: Customize languages and builds for code scanning
44
metadata:
55
unitType: learning-content
6-
title: "Customize languages and builds for code scanning" # user input: module title for browser tab and search results
6+
title: "Customize Languages and Builds for Code Scanning" # user input: module title for browser tab and search results
77
description: "Learn how to change the languages analyzed by code scanning and how to add custom build steps to a CodeQL code scanning workflow." # user input: a description for site search and SEO
8-
ms.date: 01/24/2023
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/code-scanning-with-github-codeql/11-exercise-configure-language-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.code-scanning-with-github-codeql.exercise-configure-language-matrix
33
title: Exercise - Configure a CodeQL language matrix
44
metadata:
55
unitType: exercise
6-
title: "Exercise - Configure a CodeQL language matrix" # user input: module title for browser tab and search results
6+
title: "Exercise - Configure a CodeQL Language Matrix" # user input: module title for browser tab and search results
77
description: "This exercise checks your knowledge on configuring the language matrix in a CodeQL workflow." # user input: a description for site search and SEO
8-
ms.date: 04/11/2024
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/code-scanning-with-github-codeql/12-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.code-scanning-with-github-codeql.summary
33
title: Summary
44
metadata:
55
unitType: summary
6-
title: "Summary of the module: Code scanning with GitHub CodeQL" # user input: module title for browser tab and search results
6+
title: "Summary of the Module: Code Scanning with GitHub CodeQL" # user input: module title for browser tab and search results
77
description: "Learn the main topics discussed in this module." # user input: a description for site search and SEO
8-
ms.date: 04/11/2024
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/code-scanning-with-github-codeql/2-what-is-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "What is CodeQL?" # user input: module title for browser tab and search results
77
description: "Learn about the CodeQL static analysis tool." # user input: a description for site search and SEO
8-
ms.date: 04/11/2024
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/code-scanning-with-github-codeql/3-how-does-codeql-analyze-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.code-scanning-with-github-codeql.codeql-analyze
33
title: How does CodeQL analyze code?
44
metadata:
55
unitType: learning-content
6-
title: "How does CodeQL analyze code?" # user input: module title for browser tab and search results
6+
title: "How does CodeQL Analyze Code?" # user input: module title for browser tab and search results
77
description: "Understand the three phases of code analysis with CodeQL." # user input: a description for site search and SEO
8-
ms.date: 04/11/2024
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/code-scanning-with-github-codeql/4-what-is-ql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "What is QL?" # user input: module title for browser tab and search results
77
description: "Learn about the QL programming language which powers the CodeQL analysis tool." # user input: a description for site search and SEO
8-
ms.date: 04/11/2024
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/code-scanning-with-github-codeql/5-code-scanning-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.code-scanning-with-github-codeql.code-scanning-codeql
33
title: Code scanning and CodeQL
44
metadata:
55
unitType: learning-content
6-
title: "Code scanning and CodeQL" # user input: module title for browser tab and search results
6+
title: "Code Scanning and CodeQL" # user input: module title for browser tab and search results
77
description: "Learn how to set up code scanning with GitHub Actions, as well as how to perform bulk set up of code scanning for multiple repositories." # user input: a description for site search and SEO
8-
ms.date: 04/11/2024
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/code-scanning-with-github-codeql/6-customize-your-scanning-workflow-with-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.code-scanning-with-github-codeql.customize-scanning-workflow-part-1
33
title: Customize your code scanning workflow with CodeQL - Part 1
44
metadata:
55
unitType: learning-content
6-
title: "Customize your code scanning workflow with CodeQL - Part 1" # user input: module title for browser tab and search results
6+
title: "Customize your Code Scanning Workflow with CodeQL - Part 1" # user input: module title for browser tab and search results
77
description: "Learn how to edit a workflow file to reference other queries and how to use queries from query packs." # user input: a description for site search and SEO
8-
ms.date: 04/11/2024
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/code-scanning-with-github-codeql/7-exercise-reference-codeql-query.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.code-scanning-with-github-codeql.exercise-reference-codeql-query
33
title: Exercise - Reference a CodeQL query
44
metadata:
55
unitType: exercise
6-
title: "Exercise - Reference a CodeQL query" # user input: module title for browser tab and search results
6+
title: "Exercise - Reference a CodeQL Query" # user input: module title for browser tab and search results
77
description: "This exercise checks your knowledge on referencing a CodeQL query in a CodeQL workflow." # user input: a description for site search and SEO
8-
ms.date: 04/11/2024
8+
ms.date: 04/14/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

0 commit comments

Comments
 (0)