Skip to content

Commit

Permalink
Update codeql action to setup .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
keegan-caruso committed Jan 4, 2025
1 parent 2ab8c29 commit adb6f07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
fetch-depth: 2

- 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 adb6f07

Please sign in to comment.