Skip to content

Commit 5f953fb

Browse files
CopilotThomsonTan
andcommitted
Remove C# from CodeQL language matrix as requested
Co-authored-by: ThomsonTan <1041795+ThomsonTan@users.noreply.github.com>
1 parent ae12a50 commit 5f953fb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
# Override automatic language detection by changing the below list
3030
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
31-
language: ['cpp', 'csharp', 'javascript', 'python']
31+
language: ['cpp', 'javascript', 'python']
3232
# Learn more...
3333
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
3434

@@ -47,12 +47,8 @@ jobs:
4747
# Prefix the list here with "+" to use these queries and those in the config file.
4848
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4949

50-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
50+
# Autobuild attempts to build any compiled languages (C/C++, or Java).
5151
# If this step fails, then you should remove it and run the build manually (see below)
52-
- name: Autobuild C#
53-
uses: github/codeql-action/autobuild@v3
54-
if: matrix.language == 'csharp'
55-
5652
- name: Build C++
5753
env:
5854
SKIP_ARM_BUILD: 1

0 commit comments

Comments
 (0)