We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947e0c4 commit 3b08c8eCopy full SHA for 3b08c8e
1 file changed
.github/workflows/code-scanning.yml
@@ -38,7 +38,7 @@ jobs:
38
languages: ${{ matrix.language }}
39
40
- name: Build
41
- run: dotnet build EPPlus.sln --configuration Release
+ run: dotnet build src/EPPlus.sln --configuration Release
42
43
- name: Perform CodeQL Analysis
44
uses: github/codeql-action/analyze@v3
@@ -64,10 +64,10 @@ jobs:
64
run: dotnet tool install --global security-scan
65
66
67
68
69
- name: Run Security Code Scan
70
- run: security-scan EPPlus.sln --export=scs-results.sarif
+ run: security-scan src/EPPlus.sln --export=scs-results.sarif
71
72
- name: Upload Security Code Scan results
73
uses: github/codeql-action/upload-sarif@v3
0 commit comments