[go: nahoru, domu]

Skip to content

Commit

Permalink
Add fix for CodeQL on pre-release version of .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
zejji committed Oct 31, 2023
1 parent b72e7a1 commit aa36d3f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# 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

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
Expand Down

0 comments on commit aa36d3f

Please sign in to comment.