Skip to content

Commit 97a3b3e

Browse files
committed
ci: remove some comments we don't need
1 parent ae91144 commit 97a3b3e

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,14 @@ jobs:
5353
# Initially only enabling scans for github actions
5454
- language: actions
5555
build-mode: none
56+
# We should consider enabling these in the future:
5657
#- language: c-cpp
5758
# build-mode: autobuild
5859
#- language: java-kotlin
59-
# build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
60+
# build-mode: none # This mode only analyzes Java. Set to 'autobuild' or 'manual' to include Kotlin.
6061
#- language: javascript-typescript
6162
# build-mode: none
62-
#- language: python
63-
# build-mode: none
6463

65-
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
66-
# Use `c-cpp` to analyze code written in C, C++ or both
67-
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
68-
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
69-
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
70-
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
71-
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
72-
# 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
7364
steps:
7465
- name: Checkout repository
7566
uses: actions/checkout@v4

0 commit comments

Comments
 (0)