We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f58d8 commit 4e3afddCopy full SHA for 4e3afdd
.github/workflows/codeql-analysis.yml
@@ -53,6 +53,12 @@ jobs:
53
uses: github/codeql-action/init@v2
54
with:
55
languages: ${{ matrix.language }}
56
+ - name: Setup dotnet
57
+ uses: actions/setup-dotnet@v4
58
+ with:
59
+ dotnet-version: |
60
+ 9.0.x
61
+ 7.0.x
62
# If you wish to specify custom queries, you can do so here or in a config file.
63
# By default, queries listed here will override any specified in a config file.
64
# Prefix the list here with "+" to use these queries and those in the config file.
@@ -78,6 +84,9 @@ jobs:
78
84
79
85
- name: Perform CodeQL Analysis
80
86
uses: github/codeql-action/analyze@v2
87
88
89
81
90
82
91
category: "/language:${{matrix.language}}"
83
92
0 commit comments