Skip to content

Commit 78bf8bc

Browse files
Add documentation comments to CodeQL config section
Co-authored-by: mickeygousset <20031479+mickeygousset@users.noreply.github.com>
1 parent c5fce6c commit 78bf8bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
java-version: '11'
3333
distribution: 'temurin'
3434

35+
# Initialize CodeQL with custom configuration
36+
# - Excludes specific queries that may generate noise
37+
# - Ignores test paths to focus on production code
3538
- name: Initialize CodeQL
3639
uses: github/codeql-action/init@v3
3740
with:

0 commit comments

Comments
 (0)