Skip to content

Commit

Permalink
use net8 for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne committed Nov 6, 2023
1 parent 1d03de7 commit 9bd752e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
# The following step is required in order to use .NET 8 pre-release.
# We can remove if using an officially supported .NET version.
# See https://github.com/github/codeql-action/issues/757#issuecomment-977546999
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
include-prerelease: true

- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 9bd752e

Please sign in to comment.