Skip to content

Commit

Permalink
Revert "Try to fix codeQL not using .NET 8"
Browse files Browse the repository at this point in the history
This reverts commit 3e660f5.
  • Loading branch information
maximilien-noal committed Nov 16, 2023
1 parent 3e660f5 commit c7d17a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

- name: Autobuild
uses: github/codeql-action/autobuild@v2
- run: |
echo "running custom build action..."
dotnet build ./src/Spice86.sln
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down

0 comments on commit c7d17a9

Please sign in to comment.