Skip to content

Commit

Permalink
Merge pull request #245 from nils-a/feature/GH-242
Browse files Browse the repository at this point in the history
(#242) add .NET 5 to codeql workflow
  • Loading branch information
nils-a authored Mar 27, 2023
2 parents c8e62cd + 666b9ba commit a67a217
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
fetch-depth: 0
- uses: actions/[email protected]
with:
dotnet-version: 7.0.x
dotnet-version: |
5.0.x
7.0.x
- name: Cache Tools
uses: actions/cache@v3
Expand Down

0 comments on commit a67a217

Please sign in to comment.