Skip to content

Commit a1f53cc

Browse files
authored
Fix code analysis action
1 parent a2b92ab commit a1f53cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
steps:
4040
- name: Checkout repository
4141
uses: actions/checkout@v2
42+
43+
# .NET 6 is used in CodeGen project.
44+
- uses: actions/setup-dotnet@v1
45+
with:
46+
dotnet-version: '6.0.x'
4247

4348
# Initializes the CodeQL tools for scanning.
4449
- name: Initialize CodeQL

0 commit comments

Comments
 (0)