Skip to content

Commit 99456c1

Browse files
authored
Merge pull request #143 from FRACerqueira/v5.0.0
V5.0.0 - Release Version
2 parents 67a01dc + 541f093 commit 99456c1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ jobs:
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-extended,security-and-quality
34-
35-
- name: Build Project
36-
run: dotnet build ./src/PromptPlus.csproj -c Release
34+
35+
- name: Build Library
36+
run: dotnet build ./src/PromptPlus/PromptPlus.csproj -c Release
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v4
39+
uses: github/codeql-action/analyze@v4
40+
with:
41+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)