Skip to content

Commit

Permalink
Add setup dotnet to codeql CI (#4916)
Browse files Browse the repository at this point in the history
Add setup dotnet to codeql CI:
  • Loading branch information
jackgerrits authored Jan 7, 2025
1 parent a6612e6 commit 7ee18c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ jobs:
# to build your code.
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- if: matrix.build-mode == 'manual'
shell: bash
working-directory: dotnet
Expand Down

0 comments on commit 7ee18c2

Please sign in to comment.