Skip to content

Commit a67a217

Browse files
authored
Merge pull request #245 from nils-a/feature/GH-242
(#242) add .NET 5 to codeql workflow
2 parents c8e62cd + 666b9ba commit a67a217

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
fetch-depth: 0
3737
- uses: actions/[email protected]
3838
with:
39-
dotnet-version: 7.0.x
39+
dotnet-version: |
40+
5.0.x
41+
7.0.x
4042
4143
- name: Cache Tools
4244
uses: actions/cache@v3

0 commit comments

Comments
 (0)