Skip to content

Commit

Permalink
Fix CodeQL build (kiota requires to be restored before build)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Feb 26, 2024
1 parent 7ed65c2 commit 7f10c8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Restore .NET tools
run: |
dotnet tool restore
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 7f10c8a

Please sign in to comment.