Skip to content

Commit 1820eb9

Browse files
authored
Update codeql.yml to use .NET 9
1 parent 00083ec commit 1820eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
7171
# queries: security-extended,security-and-quality
7272

73-
- name: Setup .NET 8.0
73+
- name: Setup .NET 9.0
7474
uses: actions/setup-dotnet@v4
7575
with:
76-
dotnet-version: 8.0.403
76+
dotnet-version: 9.0.201
7777

7878
- shell: bash
7979
run: dotnet build --configuration Release -v:m

0 commit comments

Comments
 (0)