Skip to content

Commit 42f6c84

Browse files
authored
Update CodeQL workflow to include .NET setup
1 parent 54d5a49 commit 42f6c84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- name: Checkout repository
3131
uses: actions/checkout@v5
3232

33+
- name: Setup .NET
34+
uses: actions/setup-dotnet@v5
35+
with:
36+
dotnet-version: 10.0.x
37+
3338
- name: Initialize CodeQL
3439
uses: github/codeql-action/init@v4
3540
with:
@@ -44,3 +49,4 @@ jobs:
4449
uses: github/codeql-action/analyze@v4
4550
with:
4651
category: "/language:${{matrix.language}}"
52+

0 commit comments

Comments
 (0)