Skip to content

Commit 2864543

Browse files
CopilotJaCraig
andauthored
Fix: Limit CodeQL analysis to C# only (#296)
* Initial plan * Limit CodeQL analysis to C# only Co-authored-by: JaCraig <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JaCraig <[email protected]>
1 parent 63d278e commit 2864543

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ permissions:
2626

2727
jobs:
2828
analyze:
29-
uses: JaCraig/Centralized-Workflows/.github/workflows/codeql.yml@main
29+
uses: JaCraig/Centralized-Workflows/.github/workflows/codeql.yml@main
30+
with:
31+
languages: "['csharp']"

0 commit comments

Comments
 (0)