Skip to content

Commit

Permalink
improved GitHub CodeQL
Browse files Browse the repository at this point in the history
improved GitHub CodeQL
  • Loading branch information
HotCakeX committed Oct 16, 2024
1 parent 5e9e9f0 commit c5f6963
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
- language: csharp
build-mode: none
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# Use `c-cpp` to analyze code written in C, C++ or both
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
Expand All @@ -58,6 +56,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
queries: security-extended,security-and-quality
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down

0 comments on commit c5f6963

Please sign in to comment.