Skip to content

Commit

Permalink
🔧 only check for C++
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Oct 31, 2023
1 parent 00c95e5 commit 4869c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: c-cpp

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down

0 comments on commit 4869c66

Please sign in to comment.