Skip to content

Commit

Permalink
feat: add in dotnet 8 for codeql build (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmundev authored Nov 17, 2024
1 parent e48747d commit 24ea3ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit 24ea3ab

Please sign in to comment.