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.
1 parent f507c61 commit f58ab72Copy full SHA for f58ab72
.github/workflows/codeql-analysis.yml
@@ -43,10 +43,11 @@ jobs:
43
- name: Setup .NET
44
uses: actions/setup-dotnet@v4
45
with:
46
- dotnet-version: |
47
- 8.0.x
48
- 10.0.x
49
-
+ dotnet-version: 8.0.x
+
+ - name: Restore dependencies
+ run: dotnet restore
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
53
uses: github/codeql-action/init@v3
@@ -71,7 +72,7 @@ jobs:
71
72
# uses a compiled language
73
74
- name: Manual build
- run: dotnet build
75
+ run: dotnet build MiniExcel.slnx --no-restore --configuration Release
76
77
- name: Perform CodeQL Analysis
78
uses: github/codeql-action/analyze@v3
0 commit comments