Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Update CodeQL config
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Nov 15, 2022
1 parent f176b0c commit 0d9cfd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
if: ${{ matrix.language == 'csharp' }}
uses: actions/setup-dotnet@v2
with:
dotnet-version: "7.0.0"
dotnet-version: "7.0.x"
dotnet-quality: "ga"

- name: Install dependencies
if: ${{ matrix.language == 'csharp' }}
Expand Down

0 comments on commit 0d9cfd9

Please sign in to comment.