We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfa3fb commit a8a67bdCopy full SHA for a8a67bd
.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
43
with:
44
fetch-depth: 0
45
46
+ - name: Setup .NET
47
+ uses: actions/setup-dotnet@v1
48
+ with:
49
+ dotnet-version: '6.0.x'
50
+ include-prerelease: true
51
+
52
# Initializes the CodeQL tools for scanning.
53
- name: Initialize CodeQL
54
uses: github/codeql-action/init@v1
0 commit comments