Skip to content

Commit 666b9ba

Browse files
committed
(#242) add .NET 5 to codeql workflow
1 parent c8e62cd commit 666b9ba

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)