Skip to content

Commit 7f10c8a

Browse files
committed
Fix CodeQL build (kiota requires to be restored before build)
1 parent 7ed65c2 commit 7f10c8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
uses: github/codeql-action/init@v3
3636
with:
3737
languages: ${{ matrix.language }}
38+
- name: Restore .NET tools
39+
run: |
40+
dotnet tool restore
3841
- name: Autobuild
3942
uses: github/codeql-action/autobuild@v3
4043
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)