Skip to content

Commit

Permalink
setup net9 in codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmoore committed Dec 5, 2024
1 parent e5f14e2 commit cf83da9
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 @@ -43,6 +43,11 @@ jobs:
with:
submodules: recursive

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit cf83da9

Please sign in to comment.