Skip to content

Commit 1ecf432

Browse files
Update CodeQL workflow to specify languages
Removed comments about supported languages and added specific languages for analysis.
1 parent be5d5db commit 1ecf432

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
include:
46-
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
47-
# Use `c-cpp` to analyze code written in C, C++ or both
48-
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
49-
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
50-
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
51-
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
52-
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
53-
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
46+
- language: 'csharp'
47+
build-mode: 'none'
48+
- language: 'javascript-typescript'
49+
build-mode: 'none'
50+
- language: 'actions'
51+
build-mode: 'none'
5452
steps:
5553
- name: Checkout repository
5654
uses: actions/checkout@v4

0 commit comments

Comments
 (0)