We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67a01dc + 541f093 commit 99456c1Copy full SHA for 99456c1
1 file changed
.github/workflows/codeql-analysis.yml
@@ -31,9 +31,11 @@ jobs:
31
with:
32
languages: ${{ matrix.language }}
33
queries: +security-extended,security-and-quality
34
-
35
- - name: Build Project
36
- run: dotnet build ./src/PromptPlus.csproj -c Release
+
+ - name: Build Library
+ run: dotnet build ./src/PromptPlus/PromptPlus.csproj -c Release
37
38
- name: Perform CodeQL Analysis
39
- uses: github/codeql-action/analyze@v4
+ uses: github/codeql-action/analyze@v4
40
+ with:
41
+ category: "/language:${{matrix.language}}"
0 commit comments