Skip to content

Commit

Permalink
The CodeQL build needed the .NET 8.0 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Dec 15, 2024
1 parent 7842a35 commit 333673f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
language: [ 'csharp' ]

steps:
- name: Setup .NET SDKs
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 333673f

Please sign in to comment.