Skip to content

Commit da1204e

Browse files
authored
chore: remove unnecessary comments from CodeQL workflow (#6591)
1 parent 8c90a87 commit da1204e

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
3-
#
4-
# You may wish to alter this file to override the set of languages analyzed,
5-
# or to provide custom queries or build logic.
61
name: "CodeQL"
72

83
on:
@@ -28,9 +23,6 @@ jobs:
2823
strategy:
2924
fail-fast: false
3025
matrix:
31-
# Override automatic language detection by changing the below list
32-
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
33-
# TODO: Enable for javascript later
3426
language: [ 'go']
3527

3628
steps:
@@ -39,15 +31,10 @@ jobs:
3931
with:
4032
persist-credentials: false
4133

42-
# Initializes the CodeQL tools for scanning.
4334
- name: Initialize CodeQL
4435
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
4536
with:
4637
languages: ${{ matrix.language }}
47-
# If you wish to specify custom queries, you can do so here or in a config file.
48-
# By default, queries listed here will override any specified in a config file.
49-
# Prefix the list here with "+" to use these queries and those in the config file.
50-
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5138

5239
- name: Perform CodeQL Analysis
5340
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3

0 commit comments

Comments
 (0)