Skip to content

Commit

Permalink
Update CodeQL to use .NET 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed Sep 29, 2023
1 parent fb74f49 commit 5223ca2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 5223ca2

Please sign in to comment.