Skip to content

Commit 3b08c8e

Browse files
authored
Update paths for EPPlus solution in workflows
1 parent 947e0c4 commit 3b08c8e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-scanning.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
languages: ${{ matrix.language }}
3939

4040
- name: Build
41-
run: dotnet build EPPlus.sln --configuration Release
41+
run: dotnet build src/EPPlus.sln --configuration Release
4242

4343
- name: Perform CodeQL Analysis
4444
uses: github/codeql-action/analyze@v3
@@ -64,10 +64,10 @@ jobs:
6464
run: dotnet tool install --global security-scan
6565

6666
- name: Build
67-
run: dotnet build EPPlus.sln --configuration Release
67+
run: dotnet build src/EPPlus.sln --configuration Release
6868

6969
- name: Run Security Code Scan
70-
run: security-scan EPPlus.sln --export=scs-results.sarif
70+
run: security-scan src/EPPlus.sln --export=scs-results.sarif
7171

7272
- name: Upload Security Code Scan results
7373
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)